libtool
[Top][All Lists]
Advanced

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

Re: libtool links with g++ even with only c file


From: Vincent Torri
Subject: Re: libtool links with g++ even with only c file
Date: Sat, 18 Apr 2009 19:13:11 +0200 (CEST)



On Sat, 18 Apr 2009, Vincent Torri wrote:


Hey,

 Anyway, you
can work around it by setting foo_LINK.  Here's an example.

ok, so it's just a matter of using the correct link options

another question related to that. I have that following code:

libevil_la_LDFLAGS = -no-undefined -Wl,--enable-auto-import -version-info 
@version_info@

if EVIL_HAVE_WINCE

libevil_la_LINK = $(LINK)

else

libevil_la_CXXFLAGS = -fno-rtti -fno-exceptions
libevil_la_LINK = $(CXXLINK)

endif

But now, it seems that libevil_la_LDFLAGS is not taken into account anymore. What should I do ? pass its value to libevil_la_LINK ?

Vincent Torri




reply via email to

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