Karim BELABAS on Tue, 7 Jan 2003 20:39:11 +0100 (MET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: semi-colon in LD_LIBRARY_PATH |
On Sat, 21 Dec 2002, Bill Allombert wrote: > One strange problem on OSF/1: > make bench look like > > bench: gp-sta gp-dyn > @env "LD_LIBRARY_PATH=.;$$LD_LIBRARY_PATH" $(SHELL) ../src/test/dotest $(SIZEOF_LONG) > > OSF/1 loader does not allow the semi-comma and require a colon. > this break make bench as soon as LD_LIBRARY_PATH is needed... > > Is there a reason to use ';' in the first place ? > As far as I know, the default on GNU/Linux and Solaris is a colon. The point was to also support OS/2 (C:\...) Should use $dir_sep [ set to ; or : in get_PATH ] instead of hardcoding this. Fixed in CVS. Karim. -- Karim Belabas Tel: (+33) (0)1 69 15 57 48 Dép. de Mathématiques, Bât. 425 Fax: (+33) (0)1 69 15 60 19 Université Paris-Sud Email: Karim.Belabas@math.u-psud.fr F-91405 Orsay (France) http://www.math.u-psud.fr/~belabas/ -- PARI/GP Home Page: http://www.parigp-home.de/