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