Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2002 09:21:57 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        current@FreeBSD.org
Subject:   What's the right way to build XFree86-4 now?
Message-ID:  <20020625072157.GA73056@starjuice.net>

next in thread | raw e-mail | index | archive | help
Hi folks,

Could someone put me out of my misery and show me "the right way" to
build XFree86-4 on -current at the moment.

I've tried `make install' and `make CXX=/usr/local/bin/g++31 install',
where that g++31 comes from the lang/gcc31 port, and either way,
XFree86-4-clients fails with:

/usr/X11R6/lib/libGLU.so: undefined reference to `operator new[](unsigned)'
/usr/X11R6/lib/libGLU.so: undefined reference to `vtable for __cxxabiv1::__si_cl
ass_type_info'
/usr/X11R6/lib/libGLU.so: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.so: undefined reference to `__gxx_personality_v0'
/usr/X11R6/lib/libGLU.so: undefined reference to `__cxa_pure_virtual'
/usr/X11R6/lib/libGLU.so: undefined reference to `vtable for __cxxabiv1::__class
_type_info'
/usr/X11R6/lib/libGLU.so: undefined reference to `operator delete[](void*)'
/usr/X11R6/lib/libGLU.so: undefined reference to `vtable for __cxxabiv1::__vmi_c
lass_type_info'
/usr/X11R6/lib/libGLU.so: undefined reference to `operator new(unsigned)'

Looks like bad linkage to me, but I'm all out of foo. :-(

Ciao,
Sheldon.

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?20020625072157.GA73056>