libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 7/7] Prefer $NM @file over calculating the cmd line length.


From: Peter Rosin
Subject: Re: [PATCH 7/7] Prefer $NM @file over calculating the cmd line length.
Date: Mon, 13 Sep 2010 10:10:58 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Den 2010-09-13 10:03 skrev Peter Rosin:
> I have tested stresstest.at on MSYS/gcc, MinGW/MSVC, Cygwin/gcc and
> Cygwin/MSVC. Passes all over.
> 
> In the logs I see this on MSYS and for Cygwin/gcc:
>    libtool: link: dumpbin -symbols  various/relative/paths ...
> and
>    libtool: link: dumpbin -symbols  /various/abs/paths ...
> 
> and on Cygwin/MSVC I see:
>    libtool: link: dumpbin -symbols @various/relative/paths ...
> and
>    libtool: link: dumpbin -symbols @C:/various/abs/paths ...
> 
> So it is working as designed and not by coincidence.

That's not true of course as I lumped too much together. On Cygwin/gcc
I actually see:
   libtool: link: /usr/bin/nm -B  various/relative/paths ...
and
   libtool: link: /usr/bin/nm -B  /various/abs/paths ...

On MSYS/gcc I actually see:
   libtool: link: /usr/bin/nm  various/relative/paths ...
and
   libtool: link: /usr/bin/nm  /various/abs/paths ...

Sorry for any confusion.

Cheers,
Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]