[sldev] 1.20rc5 linux: missing boost_signals-gcc34-mt

Carsten Juttner carjay at gmx.net
Fri May 2 15:45:34 PDT 2008


Anna Gulaev wrote:
> I seem to be missing the library libboost_signals-gcc34-mt
>
> It is not in the easy linux dependencies, and it is not included in an 
> install of libboost-dev and libboost-regex-dev. Can someone please 
> tell me where this is supposed to be, and how it was supposed to have 
> gotten there?
>
> Ubuntu 8.04

Not sure why it's not in the libs package but linking against the system 
provided libbosts should be no problem.

You just have to remove the "gcc34" reference in the SConstruct to be 
able to link against the system libraries.

For example:
'boost_signals-gcc34-mt' needs to become 'boost_signals-mt'

There are several references in the SConstruct but they all work like this.


Regards,
Carsten



More information about the SLDev mailing list