guile-devel
[Top][All Lists]
Advanced

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

Re: What can I do to help? (conclusions)


From: Andreas Rottmann
Subject: Re: What can I do to help? (conclusions)
Date: 06 Oct 2002 19:34:26 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

address@hidden writes:

> On Fri, Oct 04, 2002 at 06:14:29PM +0200, Andreas Rottmann wrote:
> > Talking about C++, I suggest adding configure flag that causes the
> > Guile interpreter to be linked by g++, so modules can be implemented
> > in C++. (Python, on Debian, for example is linked this way).
> 
> Hmmm, what are the consequences in terms of code emitted -- doesn't that
> result in (horrible) stuff like symbol name mangling ?
> 
No, you don't compile using C++, just use g++ for the linking
stage. This way the executable will be linked against libstdc++, but
there should be no other user-visible effects except that C++ modules
will work.

Andy
-- 
Andreas Rottmann         | address@hidden        | address@hidden | 
address@hidden
http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc
Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62




reply via email to

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