Re: problem when cross compiling with mingw32ce

2008-10-27 Thread Vincent Torri
On Mon, 27 Oct 2008, Ralf Wildenhues wrote: * Vincent Torri wrote on Mon, Oct 27, 2008 at 11:23:34PM CET: /bin/sh ../../../libtool --debug --tag=CC --mode=link arm-mingw32ce-gcc -g -O2 -no-undefined -Wl,--enable-auto-import -version-info 0:1:0 -L/home/torri/local/wince/lib -L/home/torri/lo

Re: problem when cross compiling with mingw32ce

2008-10-27 Thread Ralf Wildenhues
* Vincent Torri wrote on Mon, Oct 27, 2008 at 11:23:34PM CET: > > /bin/sh ../../../libtool --debug --tag=CC --mode=link arm-mingw32ce-gcc > -g -O2 -no-undefined -Wl,--enable-auto-import -version-info 0:1:0 > -L/home/torri/local/wince/lib -L/home/torri/local/opt/cegcc/lib -o > libdl.la -rpath

Re: problem when cross compiling with mingw32ce

2008-10-27 Thread Vincent Torri
On Mon, 27 Oct 2008, Ralf Wildenhues wrote: It would help if you posted, for a library where this fails, the output of the './libtool --mode=link' line with --debug added as first argument; the command is: /bin/sh ../../../libtool --debug --tag=CC --mode=link arm-mingw32ce-gcc -g -O2 -no

Re: problem when cross compiling with mingw32ce

2008-10-27 Thread Ralf Wildenhues
Hi Vincent, * Vincent Torri wrote on Mon, Oct 27, 2008 at 06:27:21PM CET: > On Wed, 22 Oct 2008, Ralf Wildenhues wrote: >> >> Since this is a dummy library only, the prudent thing for libtool to do >> would be just to drop instances of -lm. This is already done for some >> other hosts. > current

Re: mingw win64 comatibility

2008-10-27 Thread Alon Bar-Lev
Hello Raf, Any news? Can I do anything to help? Alon. On 10/21/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > Hello, > > Used git head. > Before I use cross compile, I tried to see if all tests pass on local > compiler. > > My system (gentoo) has the following versions: > sys-devel/m4-1.4.11

Re: problem when cross compiling with mingw32ce

2008-10-27 Thread Vincent Torri
Hey, On Wed, 22 Oct 2008, Ralf Wildenhues wrote: Since this is a dummy library only, the prudent thing for libtool to do would be just to drop instances of -lm. This is already done for some other hosts. I hope to address all the pending Libtool issues soonish. currently, i'm not searchin