Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2004 00:00:06 -0700
From:      David Schultz <das@FreeBSD.ORG>
To:        Christian Hiris <4711@chello.at>
Cc:        freebsd-openoffice@FreeBSD.ORG
Subject:   Re: openoffice-1.1 make target fails on CURRENT
Message-ID:  <20040716070006.GB72576@VARK.homeunix.com>
In-Reply-To: <200407160044.26629.4711@chello.at>
References:  <200407160044.26629.4711@chello.at>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716070006.GB72576>