Re: Staging (DESTDIR) directories with libtool 1.5 and HP-UX 11

2004-01-28 Thread Dano Carroll
Well, I spent the last few days hacking at libtool to get it to use a staging directory on HP-UX the way I would like. I've include patches for version 1.5's libtool.m4 and ltmain.in. They include work done by Ralph Schleicher, Albert Chin, and Martin Frydl in the "libtool misfeature on HP-UX" thr

Re: Libtool link order problem

2004-01-28 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zachary Pincus wrote: | Thanks for your reply, Peter. | | I do agree that libtool is behaving correctly here. However, the fact | remains that this "correct behavior" is causing problems with the motif | libraries where libXm does indeed depend on libX

Re: GNU Libtool 1.5.2 released

2004-01-28 Thread Daniel Reed
On 2004-01-28T15:59-, Scott James Remnant wrote: ) On Wed, 2004-01-28 at 15:15, Daniel Reed wrote: ) > Since there does not appear to be any C++ code (.cc, .cxx, .C) in libtool, ) > would it be possible for the next release of libtool to not: ) There isn't any C code either ... it checks for va

Re: libtool macros installed in pkgdatadir?

2004-01-28 Thread Braden McDaniel
Scott James Remnant wrote: On Wed, 2004-01-28 at 22:26, Albert Chin wrote: On Wed, Jan 28, 2004 at 10:13:21PM +, Scott James Remnant wrote: One day a version of Autoconf will use these, but for now when you run aclocal it'll add an "m4_include" line to aclocal.m4 for each of these files (ra

Re: libtool macros installed in pkgdatadir?

2004-01-28 Thread Scott James Remnant
On Wed, 2004-01-28 at 22:26, Albert Chin wrote: > On Wed, Jan 28, 2004 at 10:13:21PM +, Scott James Remnant wrote: > > One day a version of Autoconf will use these, but for now when you run > > aclocal it'll add an "m4_include" line to aclocal.m4 for each of these > > files (rather than includ

Re: libtool macros installed in pkgdatadir?

2004-01-28 Thread Albert Chin
On Wed, Jan 28, 2004 at 10:13:21PM +, Scott James Remnant wrote: > On Wed, 2004-01-28 at 20:29, Braden McDaniel wrote: > > > Why are the libtool macros being installed to $(pkgdatadir) rather than > > $(datadir)/aclocal? > > Because aclocal is slowly being deprecated, and will eventually vani

Re: libtool macros installed in pkgdatadir?

2004-01-28 Thread Scott James Remnant
On Wed, 2004-01-28 at 20:29, Braden McDaniel wrote: > Why are the libtool macros being installed to $(pkgdatadir) rather than > $(datadir)/aclocal? > Because aclocal is slowly being deprecated, and will eventually vanish entirely. Managing Autoconf macros really isn't a job for Automake. The n

libtool macros installed in pkgdatadir?

2004-01-28 Thread Braden McDaniel
Why are the libtool macros being installed to $(pkgdatadir) rather than $(datadir)/aclocal? Braden ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Re: GNU Libtool 1.5.2 released

2004-01-28 Thread Bob Friesenhahn
On Wed, 28 Jan 2004, Andreas Schwab wrote: > Bob Friesenhahn <[EMAIL PROTECTED]> writes: > > >> [config.log] > >> configure:5791: /lib/cpp conftest.cc > >> cpp: conftest.cc: C++ compiler not installed on this system > >> configure:5797: $? = 1 > >> configure: failed program was: > > > > In my opi

Re: Libtool link order problem

2004-01-28 Thread Albert Chin
On Wed, Jan 28, 2004 at 10:59:32PM +0900, Peter O'Gorman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Zachary Pincus wrote: > | Which libtool translates into the following link command: > | g++ -dynamiclib -single_module -o OUTPUT.dylib [input .o files] > | /usr/X11R6/lib/libX11.

Re: libtool 1.5.2 on SGI/IRIX

2004-01-28 Thread Florian Bachmann
Scott James Remnant wrote: On Wed, 2004-01-28 at 14:18, Florian Bachmann wrote: I am trying to produce a 64bit shared library on a IRIX 6.5 (MIPS4) machine using the GNU toolchain (gcc, autoconf, automake, libtool). I am configuring gcc to produce 64bit binaries with CC="gcc -mabi=64". Libtool co

Re: Libtool link order problem

2004-01-28 Thread Zachary Pincus
Thanks for your reply, Peter. I do agree that libtool is behaving correctly here. However, the fact remains that this "correct behavior" is causing problems with the motif libraries where libXm does indeed depend on libX11 and so forth, but nevertheless, must be on the link line *before* the

Linking order

2004-01-28 Thread Matthew Zeits
Is this a bug or a feature: I am working on a project that should compile both globally--with prefix unset so install goes to /usr/local/ and with prefix set to an arbitrary directory. When the program links, even if I define an -L or an rpath, it looks to /usr/local/lib for libraries even thou

hi there

2004-01-28 Thread Donald J. McFarland
Alpha Male Plus, the only multiple 0rgasm supplement for men! Prevent premature ejaculatíon, become the ultimate sex machine. Multiple 0rgasms with NO erection loss! Your easy-to-use solution is here: http://turpsz.us/alpha/?skya - Link below is for that people who dislike adv. http://tur

Re: GNU Libtool 1.5.2 released

2004-01-28 Thread Andreas Schwab
Bob Friesenhahn <[EMAIL PROTECTED]> writes: >> [config.log] >> configure:5791: /lib/cpp conftest.cc >> cpp: conftest.cc: C++ compiler not installed on this system >> configure:5797: $? = 1 >> configure: failed program was: > > In my opinion, this is the most grevious existing libtool bug. The >

Re: GNU Libtool 1.5.2 released

2004-01-28 Thread Bob Friesenhahn
On Wed, 28 Jan 2004, Daniel Reed wrote: > On 2004-01-25T14:47-, Scott James Remnant wrote: > ) The Libtool Team is pleased to announce the release of GNU Libtool > ) 1.5.2. > > Since there does not appear to be any C++ code (.cc, .cxx, .C) in libtool, > would it be possible for the next releas

Re: GNU Libtool 1.5.2 released

2004-01-28 Thread Scott James Remnant
On Wed, 2004-01-28 at 15:15, Daniel Reed wrote: > On 2004-01-25T14:47-, Scott James Remnant wrote: > ) The Libtool Team is pleased to announce the release of GNU Libtool > ) 1.5.2. > > Since there does not appear to be any C++ code (.cc, .cxx, .C) in libtool, > would it be possible for the ne

Re: libtool 1.5.2 on SGI/IRIX

2004-01-28 Thread Scott James Remnant
On Wed, 2004-01-28 at 14:18, Florian Bachmann wrote: > I am trying to produce a 64bit shared library on a IRIX 6.5 (MIPS4) > machine using the GNU toolchain (gcc, autoconf, automake, libtool). > I am configuring gcc to produce 64bit binaries with CC="gcc -mabi=64". > Libtool correctly picks up the

Re: GNU Libtool 1.5.2 released

2004-01-28 Thread Daniel Reed
On 2004-01-25T14:47-, Scott James Remnant wrote: ) The Libtool Team is pleased to announce the release of GNU Libtool ) 1.5.2. Since there does not appear to be any C++ code (.cc, .cxx, .C) in libtool, would it be possible for the next release of libtool to not: checking whether ln -s works..

libtool 1.5.2 on SGI/IRIX

2004-01-28 Thread Florian Bachmann
Hi, I am trying to produce a 64bit shared library on a IRIX 6.5 (MIPS4) machine using the GNU toolchain (gcc, autoconf, automake, libtool). I am configuring gcc to produce 64bit binaries with CC="gcc -mabi=64". Libtool correctly picks up the SGI system linker ("/usr/bin/ld"), but for some reason i

Re: Libtool link order problem

2004-01-28 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zachary Pincus wrote: | Which libtool translates into the following link command: | g++ -dynamiclib -single_module -o OUTPUT.dylib [input .o files] | /usr/X11R6/lib/libX11.dylib /usr/X11R6/lib/libXp.dylib | /usr/X11R6/lib/libXext.dylib /usr/X11R6/lib/

Libtool link order problem

2004-01-28 Thread Zachary Pincus
Hello, I've run across a linking problem with libtool that frankly has me stymied. (I'm using version 1.5.2, on Mac OS X 10.3, if that matters.) The general gist is that when libtool automatically decides what libraries to link in, it can get the link order wrong, which causes dependency pr

Re: Staging (DESTDIR) directories with libtool 1.5 and HP-UX 11

2004-01-28 Thread Fredrick Meunier
Dano Carroll wrote: The hello file in /tmp/hello/usr/local/bin/hello is the wrapper file, not a binary. I see a very similar problem with an autoconf/automake/libtool project on HP-UX 11.11 which seems to build and run with no problems in the staging dir, but when installed into the release dir