emacs-devel
[Top][All Lists]
Advanced

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

Re: EDE: make project shared objects


From: Lluis
Subject: Re: EDE: make project shared objects
Date: Fri, 30 Oct 2009 12:36:41 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

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




reply via email to

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