Re: Link flags that get ignored

2004-03-12 Thread Tim Mooney
In regard to: Link flags that get ignored, Josep M. Perez Cancer said (at...: >I am using libtool to create a library on mips-sgi-irix6.5 with the following >constraints: > >CC=cc (The platform C compiler) >CFLAGS=-64 (64 bits) >CXX=CC (The

[fehrin@t-online.de: libtool versus gcj]

2004-03-12 Thread Dr. Franz Fehringer
Second try, first one did not get through. - Forwarded message from "Dr. Franz Fehringer" <[EMAIL PROTECTED]> - Date: Mon, 8 Mar 2004 14:34:34 +0100 From: "Dr. Franz Fehringer" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: libtool versus gcj User-Agent: Mutt/1.3.22.1i Hello, I obse

Re: Suggestion

2004-03-12 Thread Rob Wyrick
Libtool doesn't use DESTDIR The makefiles (autoconf/automake) use DESTDIR. When the *.la files are built, libtool puts a line like libdir=/some/path/to/a/lib/dir in it. Then, when you try to install via 'make install' which, in turn call libtool --mode=install libtool will refuse to inst

Re: Suggestion

2004-03-12 Thread Bob Friesenhahn
On Fri, 12 Mar 2004, Rob Wyrick wrote: > Libtool doesn't use DESTDIR The makefiles (autoconf/automake) use > DESTDIR. > When the *.la files are built, libtool puts a line like > libdir=/some/path/to/a/lib/dir > in it. Then, when you try to install via 'make install' which, in turn > call

Re: Suggestion

2004-03-12 Thread Bob Friesenhahn
On Fri, 12 Mar 2004, Robert Wyrick wrote: > I'm developing a package manager that aids users in installing > sofware (from source) into their home directories. Packages > are managed in a way VERY MUCH like GNU stow. The significant > feature of stow (and my package manager) is that there is a >

Problems installing dependant libraries

2004-03-12 Thread Fredrick Meunier
Hi, I have just come across the same problem raised in the thread "Library dependencies & make install" on the automake lists in January this year () in a reasonably large project. The last message in the thread from Alexandre Dur

Re: Problems installing dependant libraries

2004-03-12 Thread Bob Friesenhahn
On Fri, 12 Mar 2004, Fredrick Meunier wrote: > Hi, > I have just come across the same problem raised in the thread "Library > dependencies & make install" on the automake lists in January this year > () in a > reasonably large projec