Almost worked first time (Solaris 2.7, gcc-2.95.2). Well done. perl -i -p -e 's/-m644/-m 644/' Makefile.in Also, it would be nice to be able to set up LFLAGS somehow, to provide the following: LFLAGS=-R/usr/local/lib YMMV with the path. That way the executables will run without setting LD_LIBRARY_PATH. I can't see where to tweak this in the configure setup at the moment - I'll keep looking. Gordon -- Gordon Rowell Email: Gordon.Rowell at gormand.com.au Gormand Pty Ltd (ACN 067 684 548) http://www.gormand.com.au P.O. Box 239 St Pauls NSW 2031 Mobile: +61 (0418) 467 366 /* What a pile of australian legislature. */ - Alan Cox
--- Gordon Rowell <gordonr at gormand.com.au> wrote:> Almost worked first time (Solaris 2.7, gcc-2.95.2). > Well done. > > perl -i -p -e 's/-m644/-m 644/' Makefile.in > > Also, it would be nice to be able to set up LFLAGS > somehow, to provide the > following: > > LFLAGS=-R/usr/local/libtypically what I do is an "env LFLAGS="-R/usr/local/lib -R/usr/local/ssl/lib -L/usr/local/lib" CFLAGS="-I/usr/local/ssl/include" ./configure ... and it sets up fine without any intervention. However, I agree that it should automatically setup the path for the libraries. It drove me crazy trying to find that whole setup line the last time I had to build.> YMMV with the path. That way the executables willrun without setting> LD_LIBRARY_PATH. I can't see where to tweak this in > the configure setup at the moment - I'll keeplooking.> > GordonBen bent at clark.net __________________________________________________ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one place. Yahoo! Shopping: http://shopping.yahoo.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 9 Dec 1999, Gordon Rowell wrote:> Almost worked first time (Solaris 2.7, gcc-2.95.2). Well done. > > perl -i -p -e 's/-m644/-m 644/' Makefile.inDone, thanks.> Also, it would be nice to be able to set up LFLAGS somehow, to > provide the following: > > LFLAGS=-R/usr/local/libYou can do this with configure: LDFLAGS=-R/usr/local/lib ./configure[options] They should get propogated thru to the Makefile. Regards, Damien Miller - -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE4ULd/ormJ9RG1dI8RArPzAKCUsTu47pnLR9nkRUiTNQ8FYjfJGACgkqWD hIyY+Zok5XbS30ur2RJMwUY=bFFH -----END PGP SIGNATURE-----