-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Boehne, Robert wrote:
| Alternatively, I think gcc/g++/g77/gcj can use -Xlinker instead of -Wl.
This seems reasonable, perhaps Nicolas would be willing to do a test first?
Nicolas, after running configure can you edit the generated libtool
script and
Alternatively, I think gcc/g++/g77/gcj can use -Xlinker instead of -Wl.
Robert
-Original Message-
From: Peter O'Gorman [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:20 AM
To: Nicolas Roche
Cc: [EMAIL PROTECTED]
Subject: Re: libtool replace -Xlinker by -Wl can le
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nicolas Roche wrote:
| Hello Peter,
|
| POG> Dumb question, but does it work if you quote it?
| POG> -Xlinker "--stack=0x80,0x1"
| POG> Peter
|
|
| No commas are always replaced by spaces when using -Wl even if you
| quote it or trying to put \
Nicolas Roche wrote:
> Hi,
>
> I'm using libtool and I'm wondering why libtool is replacing -Xlinker
> by -Wl (in link mode). Indeed if you pass the following argument to
> libtool :
>
> -Xlinker --stack=0x80,0x1
>
> this will become
>
> -Wl,--stack=0x80,0x1
Dumb question, but does