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


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to