Pedro,

In order to build libstdc++ successfully, I had to edit the Makefile as
indicated below. Does this patch work on your system too ?

        Danny

dannypc: {84} svn diff src/cegcc/libstdc++
Index: src/cegcc/libstdc++/Makefile
===================================================================
--- src/cegcc/libstdc++/Makefile        (revision 915)
+++ src/cegcc/libstdc++/Makefile        (working copy)
@@ -80,7 +80,8 @@
                -Wl,--out-implib,${MY_DIR}/$(DLLNAME).a \
                -Wl,--output-def,${MY_DIR}/$(DLLNAME).def \
                -Wl,--whole-archive ${MY_DIR}/_tmp/*.o \
-               -Wl,-no-whole-archive ${THE_SYSTEM_LIBS}
+               -Wl,-no-whole-archive
+#              -Wl,-no-whole-archive ${THE_SYSTEM_LIBS}
 
 
 installdll: ${MY_DIR}/stripped/$(DLLNAME)
dannypc: {85} 
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to