> * 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
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
>>> * 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
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
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