On 9/21/07, Alexander Leidinger <Alexander_at_leidinger.net> wrote: > Quoting Matt <datahead4_at_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. MattReceived on Fri Sep 21 2007 - 17:44:29 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:18 UTC