El Thu, Oct 29, 2009 at 04:01:00PM +0100, Sascha Wilde ens deleità amb les següents paraules: [...] > It should be transferred to the libtool based c++ compiler/linker > definitipon, too -- but I'm no c++ guy, so I would like to leave this to > someone who is willing/able to test it... ;-) Haven't tested it, but if what you want is to conform to the rules generated by automake, this is somewhat like: ("CXXLINK" . "$(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(CXXFLAGS) $(LDFLAGS)") In fact, the line in an automake is: CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that much richer." -- The Princess of Pure Reason, as told by Norton Juster in The Phantom Tollbooth