On 1/28/2013 9:17 AM, Armin K. wrote:
> You can try adding -lboost_system to LDFLAGS.
>
> Gnash had similar issue with Boost 1.49 and later iirc.

Armin is exactly right. The following is from config.log when I just ran
configure for version 0.3.0 of libixion:

configure:16159: $? = 1
configure:16144: re-using the existing conftest.o
configure:16150: g++ -o conftest -g -O2 -D_REENTRANT 
-DMDDS_HASH_CONTAINER_BOOST 
-I/home/rml/build/libixion_0.3.0/mdds_0.5.4/destdir/usr/local/include -g -Os 
-pthread   -L/usr/lib conftest.o -lboost_thread  -pthread >&5
/usr/bin/ld: conftest.o: undefined reference to symbol 
'_ZN5boost6system15system_categoryEv'
/usr/bin/ld: note: '_ZN5boost6system15system_categoryEv' is defined in DSO 
/usr/lib/libboost_system.so.1.52.0 so try adding it to the linker command line
/usr/lib/libboost_system.so.1.52.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status

-- 
Randy

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to