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=0x800000,0x10000
>
> this will become
>
> -Wl,--stack=0x800000,0x10000

Dumb question, but does it work if you quote it?

-Xlinker "--stack=0x800000,0x10000"

Peter




_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to