libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: windres on mingw32 and cygwin


From: Ralf Wildenhues
Subject: Re: windres on mingw32 and cygwin
Date: Sat, 13 Dec 2008 20:59:16 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

* Jason Curl wrote on Sat, Dec 13, 2008 at 06:00:31PM CET:
> Ralf Wildenhues wrote:
>> * Jason Curl wrote on Sat, Dec 13, 2008 at 04:57:02PM CET:
>>   
>>> /bin/sh ../../libtool   --tag=RC --mode=compile windres  rsrc.rc -o rsrc.lo
>>> libtool: compile:  windres rsrc.rc  -o .libs/rsrc.o
>>> libtool: compile:  windres rsrc.rc >/dev/null 2>&1

>> The second is missing '-o rsrc.o'.  Seems windres output to stdout by
>> default, which of course makes the above break.
>>
>> Please post the output of
>>   ../../libtool --tag=RC --config

> # ### BEGIN LIBTOOL TAG CONFIG: RC

> # A language specific compiler.
> CC=""

> # How to pass a linker flag through the compiler.
> wl=""
> 
> # Additional compiler flags for building library objects.
> pic_flag=""

> # Does compiler simultaneously support -c and -o options?
> compiler_c_o=""

This is your problem.  I guess you're missing an
  LT_LANG([Windows Resource])

in configure.ac (after LT_INIT), which I guess makes the '-c -o' test
for windres fail.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]