From owner-freebsd-current Thu May 30 3:24:54 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 70B7537B40A; Thu, 30 May 2002 03:24:48 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g4UAOlf10055; Thu, 30 May 2002 12:24:47 +0200 (CEST) Date: Thu, 30 May 2002 12:25:32 +0200 (CEST) From: Martin Blapp To: Cc: Subject: libstdc++ problem with recent CURRENT Message-ID: <20020530120706.Q18017-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Hi David, 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/libstlport_gcc.so: undefined reference to `sqrtl' /usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libstlport_gcc.so: undefined reference to `sinl' /usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libstlport_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. CURRENT libstdc++ ----------------- # nm /usr/lib/libstdc++.a | grep sqrtl CURRENT GCC31 port from march ----------------------------- # nm /usr/local/lib/gcc-lib/i386-portbld-freebsd5.0/3.1/libstdc++.a | grep sqrtl 0000018a T sqrtl STABLE GCC31 port from mai25 ---------------------------- # nm /usr/local/lib/gcc-lib/i386-portbld-freebsd5.0/3.1/libstdc++.a | grep sqrtl 0000018a T sqrtl Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message