Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Juanito on May 12, 2012, 07:27:38 AM

Title: boost missing dep
Post by: Juanito on May 12, 2012, 07:27:38 AM
boost needs icu as a dep:
Code: [Select]
$ ldd /usr/local/lib/libboost_regex-mt.so
        linux-gate.so.1 =>  (0xb772f000)
        libicuuc.so.44 => /usr/local/lib/libicuuc.so.44 (0xb7529000)
        libicui18n.so.44 => /usr/local/lib/libicui18n.so.44 (0xb73a9000)
        libicudata.so.44 => /usr/local/lib/libicudata.so.44 (0xb6568000)
Title: Re: boost missing dep
Post by: gutmensch on May 12, 2012, 09:00:24 AM
fixed. tends to be even larger overhead programming with boost than before ;)