From owner-freebsd-current Thu May 30 12:23:37 2002 Delivered-To: freebsd-current@freebsd.org Received: from evilpete.dyndns.org (12-232-26-46.client.attbi.com [12.232.26.46]) by hub.freebsd.org (Postfix) with ESMTP id 99F0E37B40C; Thu, 30 May 2002 12:23:32 -0700 (PDT) Received: from overcee.wemm.org ([10.0.0.3]) by evilpete.dyndns.org (8.11.6/8.11.6) with ESMTP id g4UJNW169985; Thu, 30 May 2002 12:23:32 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id CA60D380A; Thu, 30 May 2002 12:23:31 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Martin Blapp Cc: obrien@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: libstdc++ problem with recent CURRENT In-Reply-To: <20020530120706.Q18017-100000@levais.imp.ch> Date: Thu, 30 May 2002 12:23:31 -0700 From: Peter Wemm Message-Id: <20020530192331.CA60D380A@overcee.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Martin Blapp wrote: > > Hi David, Please include me in these messages regarding the libraries in the -current build, this is almost certainly my breakage since I committed it. > I've now problems linking with stlport lib with our native g++: > > ../unxfbsd.pro/obj/syshelp.o -lc_r -lm -lstlport_gcc -lsupc++ -Wl,-Bdynamic > -lstlport_gcc -lc_r -lsupc++ > > /usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libs tlport_gcc.so: > undefined reference to `sqrtl' > /usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libs tlport_gcc.so: > undefined reference to `sinl' > /usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libs tlport_gcc.so: > undefined reference to `cosl' > > There seem to be some math bits missing in the OS installed > version. They exist in the gcc3.1 port from march. The most likely culprit here is that David and I configured something differently or ./configure found something different on our systems when generating config.h for the library. I'll go back over this again. I'm pretty sure we had different locale settings, but I'm a little suprised about the math differences. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message