|
Boost Interest : |
Subject: [Boost-cmake] 1.4.1 build problem
From: Treeve Jelbert (treeve_at_[hidden])
Date: 2009-10-31 09:57:18
using todays git checkout
I used options
-DENABLE_STATIC=0 -DENABLE_SHARED=1 -DENABLE_DEBUG=0 -DENABLE_RELEASE=1
[100%] Built target quickbook
Linking CXX executable ../../bin/bcp
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.2/../../../../lib/crt1.o: In
function `_start':
(.text+0x20): undefined reference to `main'
collect2: ld returned 1 exit status
make[2]: *** [bin/bcp] Error 1
make[1]: *** [tools/bcp/CMakeFiles/bcp.dir/all] Error 2
I have gcc-4-4,2
cmake-2,8.0-rc4
boost-1.4.0 is currently installed
full compile log attached
I don't think that I actually need bcp, so I could try to disable it if I knew
how.
there are also lots of deprecated warnings
-- Regards, Treeve