------- Additional Comments From jeremy at deadbeef dot com  2005-08-03 17:32 
-------
Sorry that this is not a nice diff, but I am working from unclean sources 
(mingw 3.4.4 snapshot source)

It appears that libobjc/Makefile.in needs a target like this:
libobjc.la: $(OBJS)
        $(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \
                -rpath $(glibcpp_toolexeclibdir) \
                -version-info $(LIBOBJC_VERSION) -no-undefined

And then libtool has a bug also, in archive_expsym_cmds it checks to see if 
the first line of the def file has EXPORTS= in it, but in export_symbols_cmds 
it removed the EXPORTS line using sed.

Then --enable-shared might work.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215

Reply via email to