On Fri, 2008-06-06 at 09:30 +0200, Oliver Braun wrote:

> #if defined _gcc3 && !(defined FREEBSD || defined NETBSD \
>          || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT))
> 
> 
> Does this mean with switching to gcc4 we no longer ship libstdc++ ?

If you're referring to "_gcc3". That comes from solenv/inc/settings.mk
as -D_$(COMID) and even for those of us that currently build with gcc4
that remains as gcc3 from.solenv/inc/tg_compv.mk
.IF "$(CCNUMVER)">="000300000001"
COMID=gcc3
.ENDIF
And similiarly e.g. the library names for gcc 4.X.Y built OOo are
libuno_cppuhelpergcc3.so not libuno_cppuhelpergcc4.so so there's no
need to add a _gcc4 or anything like that. Probably best to consider
"gcc3" as "> gcc2".

C.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to