Bug 38234 - compilation error, is there some lib missing in my system? configure phase should have warned me
Summary: compilation error, is there some lib missing in my system? configure phase sh...
Status: NEW
Alias: None
Product: Rarian
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Don Scorgie
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 02:39 UTC by Andres G. Aragoneses
Modified: 2012-12-10 17:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Andres G. Aragoneses 2011-06-13 02:39:19 UTC
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/home/andres/opt/gnome/lib64  -o rarian-example rarian-example.o ../librarian/librarian.la 
mkdir .libs
gcc -g -O2 -o .libs/rarian-example rarian-example.o  -L/home/andres/opt/gnome/lib64 ../librarian/.libs/librarian.so  -Wl,--rpath -Wl,/home/andres/opt/gnome/lib64
../librarian/.libs/librarian.so: undefined reference to `operator delete[](void*)'
../librarian/.libs/librarian.so: undefined reference to `operator new(unsigned long)'
../librarian/.libs/librarian.so: undefined reference to `operator delete(void*)'
../librarian/.libs/librarian.so: undefined reference to `operator new[](unsigned long)'
../librarian/.libs/librarian.so: undefined reference to `__cxa_pure_virtual'
../librarian/.libs/librarian.so: undefined reference to `__gxx_personality_v0'
../librarian/.libs/librarian.so: undefined reference to `vtable for __cxxabiv1::__class_type_info'
../librarian/.libs/librarian.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
collect2: ld returned 1 exit status
make[2]: *** [rarian-example] Error 1
make[2]: Leaving directory `/home/andres/checkout/gnome/rarian-0.8.1/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andres/checkout/gnome/rarian-0.8.1'
make: *** [all] Error 2
Comment 1 Ryan Schmidt 2012-12-10 17:07:12 UTC
I'm seeing the same problem on OS X 10.4 Tiger:

https://trac.macports.org/ticket/37270


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.