Opendigitalradio / ODR-DabMux

ODR-DabMux is a DAB (Digital Audio Broadcasting) multiplexer, part of the ODR-mmbTools.
https://www.opendigitalradio.org
Other
48 stars 35 forks source link

Could not find a version of library #32

Closed sardarreh closed 6 years ago

sardarreh commented 6 years ago

Dear ODR-DabMux Team, Hi.

When i use ./configure in Raspbian i get this error: " . . . checking for boostlib >= 1.48.0 (104800)... yes checking whether the Boost::Thread library is available... yes configure: error: Could not find a version of the library!"

Raspbian version is: Linux raspberrypi 4.4.50-v7+ #970 SMP Mon Feb 20 19:18:29 GMT 2017 armv7l GNU/Linux

Boost version is: 1.55

How can i do for resolve problem? Thank you for your attention.

mpbraendli commented 6 years ago

Hi,

It seems it is necessary to run ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf on raspbian, for reasons I don't fully understand.

If you run into compilation errors, try --disable-native because of a known GCC bug. But I'm not sure if it still applies.

Please open the issue again if this doesn't solve your problem.