Re: MinGW linux to win32 cross compiler and the test suite

2008-03-27 Thread Roumen Petrov
Erik de Castro Lopo wrote: Hi all, I have the beginnings of a solution to this issue. If I hack the libtool generated wrapper script and replace this: exec $progdir/$program ${1+$@} with WINEDLLPATH=$PATH;$WINEDLLPATH exec wine $progdir/$program ${1+$@} My test suite

Re: MinGW linux to win32 cross compiler and the test suite

2008-03-21 Thread Erik de Castro Lopo
Ralf Wildenhues wrote: Not sure. Do the scripts set PATH to contain the directory? Yes : PATH=/home/erikd/Bzr/libsndfile-mingw/src/.libs:$PATH which looks correct. Can you post the link command and its output, if i586-mingw32msvc-gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src-g

Re: MinGW linux to win32 cross compiler and the test suite

2008-03-20 Thread Ralf Wildenhues
Hello Erik, * Erik de Castro Lopo wrote on Fri, Mar 21, 2008 at 12:04:00AM CET: I have a project that uses autoconf/automake/libtool and I'm currently experimenting with the i586-mingw32msvc linux hosted, win32 target cross compiler tool chain. I'm also using Wine to do two things; allow