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

I'll try to give it a spin tomorrow, but in the mean time,
I think that if removing is the way, you should remove
the whole '-Wl,-no-whole-archive ${THE_SYSTEM_LIBS}' line.

What was the error you were getting?

Cheers,
Pedro Alves

> 
> 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} 


-------------------------------------------------------------------------
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