Date: Thu, 15 Feb 2001 21:06:40 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: Akinori MUSHA <knu@iDaemons.org> Cc: Jun Kuriyama <kuriyama@FreeBSD.org>, obrien@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: ports/palm/pilot-link Makefile Message-ID: <86itmcp2un.wl@cheerful.com> In-Reply-To: <86y9v8qor9.wl@archon.local.idaemons.org> References: <200102142250.f1EMoP580644@freefall.freebsd.org> <86y9v8qor9.wl@archon.local.idaemons.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I believe this is bug in g++ optimizasion, at least 2.95.3 prerelease. Using -O2 or higher (which impiles -frerun-cse-after-loop) works. Many ports using g++ are hit by this... -- FUJISHIMA Satsuki At Thu, 15 Feb 2001 18:28:10 +0900, Akinori MUSHA wrote: > c++ -I./include -I./include -O -march=pentiumpro -pipe -DREADLINE_2_1 -DLIBDIR=\"/usr/local/pilot/lib\" -DTCL -DTK -I/usr/local/include/tcl8.2 -I/usr/local/include/tk8.2 -I/usr/X11R6/include iambicexample.o libsock/.libs/libpisock.so getopt.o getopt1.o libcc/libpicc.a -o .libs/iambicexample -lm -Wl,--rpath -Wl,/usr/local/pilot/lib > iambicexample.o: In function `main': > iambicexample.o(.text+0x11b9): undefined reference to `L765' > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86itmcp2un.wl>