This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: shared libobjc, libstdc++


nicola@brainstorm.co.uk writes:

|> Hi,
|> I am working on adding shared lib support in GNU Objective-C runtime
|> (libobjc).
|> 
|> It's only a configuration problem - involving editing the configure.in and
|> Makefile.in.  But I'd like to do it pretty well, so that it can be
|> contributed back to gcc.
|> 
|> I already did it with stand alone code, and it works nice, but I'd like it
|> to be as much integrated as possible with the other gcc parts.
|> 
|> To me it does not look like I can simply borrow libstdc++'s shared lib
|> support, or use or rely on the work already done on libstdc++ or in other
|> gcc libs - even if it would be really desiderable.

IMHO it would be much better to use libtool.  It is far superior to the
current shared lib support.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]