[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@m...> |
| Subject: | Re: Install problem |
Fabien FLEUTOT wrote: > > I made an unofficial install of ocaml on my user account (no way to get > it installed by root...) Is there a way to force ocamlc to put > '#!/user/fleutotf/pub/ocaml/bin/ocamlrun' as a first line in the > executables it generates instead of '#!/usr/local/bin/ocamlrun' ? I'm no expert, but I'm told this is the wrong way to do it and that the correct technique is: #!/usr/bin/env ocamlc since this finds the relevant version of ocamlc from your PATH. -- John Skaller, mailto:skaller@maxtal.com.au 1/10 Toxteth Rd Glebe NSW 2037 Australia homepage: http://www.maxtal.com.au/~skaller downloads: http://www.triode.net.au/~skaller