Tiny Core Extensions > TCE Talk

compiling using boost - link problem

(1/1)

batnas:
Hi all

Im trying to compila a program, but got a error;

--- Code: ---checking for boostlib >= 1.34.1... yes
checking whether the Boost::Signals library is available... yes
configure: error: Could not link against   !

--- End code ---

I have installed boost-dev.tcz

Does anyone have any idea how to fix this?

EDIT:
looking in the configure.log tells me:

--- Code: ---onfigure:10163: checking for boostlib >= 1.34.1
configure:10227: g++ -c -g -O2  -DBUILT_BY_root -I/usr/local/include conftest.cpp >&5
configure:10233: $? = 0
configure:10239: result: yes
configure:10442: checking whether the Boost::Signals library is available
configure:10477: g++ -c -g -O2  -DBUILT_BY_root -I/usr/local/include conftest.cpp >&5
configure:10483: $? = 0
configure:10505: result: yes
configure:10731: error: Could not link against  !
--- End code ---

Batnas

batnas:
Found this forum:
http://code.google.com/p/vmware-view-open-client/issues/detail?id=51

But every directory i have tried fails

\\Batnas

curaga:
Did you know of vmware-view.tcz?

batnas:
Aaargh. Doh. Please shoot me.  ;)

No. That is exactly what i was trying to compile. Thanks a lot.

I really have to remember to check appbrowser first..

\\Batnas

peterc:
For future reference, I had a similar problem; it was asking for Boost::Serialization and Boost::Filesystem. I solved it by passing --with-boost-serialization=boost_serialization and --with-boost-filesystem=boost_filesystem to ./configure. So perhaps --with-boost-signals=boost_signals would have worked for you. (I see that there's also a boost_signals2 available as well, but I have no idea what is what...)

Navigation

[0] Message Index

Go to full version