all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lluis <xscript@gmx.net>
To: Sascha Wilde <wilde@sha-bang.de>
Cc: emacs-devel@gnu.org
Subject: Re: EDE: make project shared objects
Date: Fri, 30 Oct 2009 12:36:41 +0100	[thread overview]
Message-ID: <20091030113641.GC25239@ginnungagap.pc.ac.upc.edu> (raw)
In-Reply-To: <m2ljiuckib.fsf@sha-bang.de>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 928 bytes --]

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	other threads:[~2009-10-30 11:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-29 15:01 EDE: make project shared objects Sascha Wilde
2009-10-30 11:36 ` Lluis [this message]
2009-10-30 13:06 ` Sascha Wilde
2009-10-30 18:53   ` Stefan Monnier
2009-10-31  5:30     ` Miles Bader
2009-10-31 12:07       ` Sascha Wilde
2009-10-31 12:14     ` Eric M. Ludlam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091030113641.GC25239@ginnungagap.pc.ac.upc.edu \
    --to=xscript@gmx.net \
    --cc=emacs-devel@gnu.org \
    --cc=wilde@sha-bang.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.