openoffice-1.1 make target fails on CURRENT
David Schultz
das at FreeBSD.ORG
Fri Jul 16 00:00:40 PDT 2004
On Fri, Jul 16, 2004, Christian Hiris wrote:
> It looks like Davids commit on gcc builtins,
> http://lists.freebsd.org/pipermail/cvs-all/2004-July/072713.html ,
> breaks the build of the openoffice-1.1 port on CURRENT.
> [...]
> g++32 -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions
> -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align
> -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe
> -fshort-wchar -pipe -DNDEBUG -DTRIMMED -ffunction-sections -o regExport
> regExport.o -L../../../dist/bin -L../../../dist/lib -L../../../dist/bin
> -lxpcom -liconv
> -L/usr/wrkdir/usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla/dist/lib
> -lplds4 -lplc4 -lnspr4 -pthread -lm
> ../../../dist/bin/libnspr4.so: undefined reference to `__builtin_huge_val'
Thanks for the detailed report. The problem was that
__builtin_huge_val() was not available until gcc 3.3, but I
thought it had been introduced in 2.95. The latest revision of
math.h should address this. I apologize for the breakage.
More information about the freebsd-openoffice
mailing list