Re: [PATCH] tests: don't use assert/abort on MSVC as they are interactive.

2010-09-30 Thread Peter Rosin
Den 2010-09-29 23:21 skrev Peter Rosin: I'll think some more about the general issue. What I really would like is a bash shopt to set the error mode from the shell when running testsuites. Then we could really forget this issue. Either that or some way to make MSYS not force the default

[PATCH] msvc: handle symbols from different files independently.

2010-09-30 Thread Peter Rosin
Hi! I tried libtool with MSVC 10 and found a bug. When you feed two or more objects or libraries to dumpbin for symbol extraction, the awk program hides some sections, but those hidden sections carry over to future files which is a problem. The content of one object/library might hide content

Re: [PATCH] msvc: handle symbols from different files independently.

2010-09-30 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Thu, Sep 30, 2010 at 09:06:16PM CEST: Ok to push when I have tested with various MSVC versions? I guess, but you should really add testsuite exposure. Thanks, Ralf Subject: [PATCH] msvc: handle symbols from different files independently. *

Re: [PATCH] msvc: handle symbols from different files independently.

2010-09-30 Thread Peter Rosin
Hi Ralf, Den 2010-09-30 21:25 skrev Ralf Wildenhues: * Peter Rosin wrote on Thu, Sep 30, 2010 at 09:06:16PM CEST: Ok to push when I have tested with various MSVC versions? I guess, but you should really add testsuite exposure. I don't know any controlled way to create a pair of object files

Re: [PATCH] msvc: handle symbols from different files independently.

2010-09-30 Thread Ralf Wildenhues
* Peter Rosin wrote on Thu, Sep 30, 2010 at 10:53:13PM CEST: Den 2010-09-30 21:25 skrev Ralf Wildenhues: * Peter Rosin wrote on Thu, Sep 30, 2010 at 09:06:16PM CEST: Ok to push when I have tested with various MSVC versions? I guess, but you should really add testsuite exposure. I