Re: libtool replace -Xlinker by -Wl can lead to problems

2003-09-20 Thread Peter O'Gorman
-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

RE: libtool replace -Xlinker by -Wl can lead to problems

2003-09-19 Thread Boehne, Robert
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

Re: libtool replace -Xlinker by -Wl can lead to problems

2003-09-19 Thread Peter O'Gorman
-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 \

Re: libtool replace -Xlinker by -Wl can lead to problems

2003-09-19 Thread Peter O'Gorman
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