RE: stop libtool from compiling everything twice

2008-11-28 Thread herman bastiaens
> * Bernd Jendrissek wrote on Thu, Nov 27, 2008 at 05:32:08PM CET: > > On Thu, Nov 27, 2008 at 4:52 PM, herman bastiaens <[EMAIL PROTECTED]> wrote: > > > is there a way to stop libtool from compiling everything twice? I am > > > compiling a convenience library, so I add the -static and -prefer-no

Re: stop libtool from compiling everything twice

2008-11-28 Thread Michel Briand
herman bastiaens <[EMAIL PROTECTED]> - Fri, 28 Nov 2008 09:50:44 + > > >> * Bernd Jendrissek wrote on Thu, Nov 27, 2008 at 05:32:08PM CET: >> > On Thu, Nov 27, 2008 at 4:52 PM, herman bastiaens <[EMAIL PROTECTED]> >> > wrote: >> > > is there a way to stop libtool from compiling everything tw

Re: stop libtool from compiling everything twice

2008-11-28 Thread herman bastiaens
>>> * Bernd Jendrissek wrote on Thu, Nov 27, 2008 at 05:32:08PM CET: >>> > On Thu, Nov 27, 2008 at 4:52 PM, herman bastiaens <[EMAIL PROTECTED]> >>> > wrote: >>> > > is there a way to stop libtool from compiling everything twice? I am >>> > > compiling a convenience library, so I add the -static

Re: problem when cross compiling with mingw32ce

2008-11-28 Thread Vincent Torri
Hey, * Vincent Torri wrote on Tue, Oct 07, 2008 at 05:30:24PM CEST: libtool call: /bin/sh ../../libtool --tag=CC --mode=link arm-mingw32ce-gcc -g -O2 -Wl,--enable-auto-import -L/home/torri/local/wince/lib -L/home/torri/local/opt/cegcc/lib -o suite.exe suite.o test_memcpy.o memcpy_glibc_arm

Re: func_emit_cwrapperexe_src() errors with mingw32ce

2008-11-28 Thread Roumen Petrov
Vincent Torri wrote: Hey, Natively, the Windows CE OS has no concept of environment variable. Hence, when mingw32ce is used, func_emit_cwrapperexe_src() fails because of missing getenv() and putenv() (or setenv() also, of course). I don't know what to do here (removing or not thee calls, as