Re: DESTDIR, relink dependent lib, RPM and AIX

2006-10-15 Thread Jaimon Jose
Hi, Sorry for the delay... Ralf Wildenhues wrote the following on 10/11/2006 11:38 PM: > I don't think this functionality exists in branch-1-5. > You are right. I'm yet to provide a patch for branch-1-5 > Thanks for the patch; but I'm really wondering about the change. > Before the patch, we g

Re: DESTDIR, relink dependent lib, RPM and AIX

2006-10-10 Thread Jaimon Jose
Ralf, Ralf Wildenhues wrote the following on 10/11/2006 02:59 AM: > Please resend your proposed changes in a unified diff format (diff -u), > that makes it easier to look at them, and safer. This is the proposed change in HEAD branch. I'm still trying to backport the relevant changes to 1-5 branc

Re: DESTDIR, relink dependent lib, RPM and AIX

2006-10-10 Thread Jaimon Jose
Hi Ralf, Ralf Wildenhues wrote the following on 10/10/2006 12:15 AM: > Unless you find out whether the failure is the same as in the other case > or different (which can depend on a number of details such as the > dependency graph structure, whether you're using runtimelinking, and > some more), o

Re: DESTDIR, relink dependent lib, RPM and AIX

2006-10-09 Thread Jaimon Jose
Hi Ralf, Ralf Wildenhues wrote the following on 10/10/2006 12:15 AM: > I just replied there: > http://thread.gmane.org/gmane.comp.gnu.libtool.general/7717/focus=7735 > I'll try out this CVS head and update you. > Unless you find out whether the failure is the same as in the other case > or diff

DESTDIR, relink dependent lib, RPM and AIX

2006-10-08 Thread Jaimon Jose
Hi, I'm trying to do a "make install DESTDIR=/mydir " on AIX 5.1. I see a similar question is asked couple of months back and didn't see any reply yet. I'm using libtool version 1.5.22. ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) I see that hardcode_direct is set to yes.

Re: libtool doesn't pass LDFLAGS to linker - Solaris 64 bit

2006-01-17 Thread Jaimon Jose
Peter O'Gorman wrote the following on 01/17/2006 06:29 PM: Jaimon Jose wrote: | Thanks for the heads up. Libtool-1.5.22 passes the linker flags correctly. | I see a new problem with this. Shared library extension is not passed | correctly, 'cause of which extension is missing f

Re: libtool doesn't pass LDFLAGS to linker - Solaris 64 bit

2006-01-17 Thread Jaimon Jose
Ralf Wildenhues wrote the following on 01/15/2006 09:51 PM: Hi Jaimon, * Jaimon Jose wrote on Sat, Jan 14, 2006 at 07:25:34PM CET: Compiler flag -xarch=v9 or -xarch=generic64 ( sunstudio 8 onwards ) is used to build 64 bit object files. The same flag needs to be provided to the linker

libtool doesn't pass LDFLAGS to linker - Solaris 64 bit

2006-01-14 Thread Jaimon Jose
The linker remains a 32bit application in Solaris. 32 bit output file is generated if the linker is presented with a collection of ELF32 object files and 64 bit output file is generated if the linker is presented with a collection of 64bit object files. Linker requires explicit flags to be pro