libtool-patches
[Top][All Lists]
Advanced

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

Re: Fix cwrapper test failure with --disable-static.


From: Charles Wilson
Subject: Re: Fix cwrapper test failure with --disable-static.
Date: Wed, 10 Nov 2010 15:46:54 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

On 11/10/2010 1:29 PM, Ralf Wildenhues wrote:
>  
> -AT_CHECK([$LIBTOOL --mode=compile --tag=CC $CC $CPPFLAGS $CFLAGS -c m.c],
> -         [], [ignore], [ignore])
> +AT_CHECK([$CC $CPPFLAGS $CFLAGS -c m.c], [], [ignore], [ignore])
>  
>  AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o m1$EXEEXT m.$OBJEXT 
> foo/liba.la],
>           [], [ignore], [ignore])

Wouldn't a better fix be to change the link command to reference m.lo
instead of m.$OBJEXT ?

--
Chuck



reply via email to

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