Re: strip breaks mixed msvc++ and gcc generated pei-i386

2006-12-18 Thread Nick Clifton
Hi Ramiro, I've come accross this error today, and about 9 hours later I was able to make a nice testcase to reproduce it. Thanks for taking the time to generate a test case. - That executable is stripped using strip.exe. (CVS produces the same error) Is there a strip program included wit

strip breaks mixed msvc++ and gcc generated pei-i386

2006-12-14 Thread Ramiro Polla
Hello, I've come accross this error today, and about 9 hours later I was able to make a nice testcase to reproduce it. Here's the scenario: - A static library is built with MinGW gcc.exe *with* debug information. - A C file which uses that static library is compiled with MSVC++'s cl.exe. - Eve