Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 11:01:04 +0930
From:      Benjamin Close <Benjamin.Close@unisa.edu.au>
To:        freebsd-current@freebsd.org
Subject:   Status of C++ in base system?
Message-ID:  <3D2CDFD8.1020308@unisa.edu.au>

next in thread | raw e-mail | index | archive | help
Hi All,
    I'm using current from just after the KSE & libc_r fix. However it 
appears that XFree86-client c++ stuff is still broken. Is there a 
planned time when this will be fixed or am I missing something else? 
(XFree-libraries compiled and installed without a hitch ).

rm -f glxinfo
LD_LIBRARY_PATH=../../exports/lib cc -o glxinfo  -ansi -pedantic 
-Dasm=__asm -Wall -Wpointer-arith     -L../../exports/lib glxinfo.o 
-lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -lc_r -lm   
-Wl,-rpath,/usr/X11R6/lib
/usr/X11R6/lib/libGLU.so: undefined reference to `operator new[](unsigned)'
/usr/X11R6/lib/libGLU.so: undefined reference to `vtable for 
__cxxabiv1::__si_class_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_class_type_info'
/usr/X11R6/lib/libGLU.so: undefined reference to `operator new(unsigned)'
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo.
*** Error code 1


Cheers,
    Benjamin

-- 
3D Research Associate                            +61 8 8302 3669
School of Computer and Information Science       Room D1-07, Levels Campus
University of South Australia                    Mawson Lakes Blvd.
Benjamin.Close@cs.unisa.edu.au                   South Australia, 5095




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?3D2CDFD8.1020308>