Date: Fri, 21 Sep 2007 14:44:27 -0500 From: Matt <datahead4@gmail.com> To: "Alexander Leidinger" <Alexander@leidinger.net> Cc: freebsd-current@freebsd.org Subject: Re: Unexpected gcc linking behavior on -CURRENT Message-ID: <cd6b4a5b0709211244s7e48c589p841c3d4b8d0cbc60@mail.gmail.com> In-Reply-To: <20070921211541.1b6d6ca0@deskjail> References: <cd6b4a5b0709211136v2464bcfcv953030a3a6505a10@mail.gmail.com> <20070921211541.1b6d6ca0@deskjail>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/21/07, Alexander Leidinger <Alexander@leidinger.net> wrote: > Quoting Matt <datahead4@gmail.com> (Fri, 21 Sep 2007 13:36:24 -0500): > > > > > kBuild: Linking > > VBoxSVCout/freebsd.x86/release/obj/src/VBox/Main/VBoxSVC/linux/server.o(.text+0x313): > > In function `__static_initialization_and_destruction_0': > > src/VBox/Main/linux/server.cpp:594: undefined reference to `_292' > > out/freebsd.x86/release/obj/src/VBox/Main/VBoxSVC/linux/server.o(.text+0x31d):src/VBox/Main/linux/server.cpp:594: > > undefined reference to `_292' > > I've seen something like this because of compiler bugs depending on the > optimization level. Try different optimization levels and have a look > what happens (complete rebuild of the source in question). > > Bye, > Alexander. > Thank you for the suggestion. I thought that a possibility as well, and I've changed all optimization levels to -O1 and added -fno-tree-vrp to CFLAGS as I've seen suggested for the various jdk15 and jdk16 build issues. This has unfortunately not helped. Matt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cd6b4a5b0709211244s7e48c589p841c3d4b8d0cbc60>