Re: stop libtool from compiling everything twice

2008-11-29 Thread Ralf Wildenhues
* herman bastiaens wrote on Fri, Nov 28, 2008 at 03:41:56PM CET: > >>> > >>> If you need both static and shared elsewhere, you can also try > >>> libconv_la_LIBTOOLFLAGS = --tag=disable-static > >> > >>I tried the --disable-static option (I believe for a static convenience > >>library, I should

Re: func_emit_cwrapperexe_src() errors with mingw32ce

2008-11-29 Thread Vincent Torri
On Fri, 28 Nov 2008, Roumen Petrov wrote: 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