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
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
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
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
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.
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
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
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