Boost logo

Boost Users :

Subject: Re: [Boost-users] Cross-Compile Boost for Embedded Linux
From: John Maddock (john_at_[hidden])
Date: 2008-09-18 04:46:50


Richard Ketcham wrote:
>> ../../../bin.v2/libs/thread/example/gcc-arm/debug/threading-multi/monitor
>> ../../../bin.v2/libs/thread/build/gcc-arm/debug/threading-multi/libboost_thread-gcc-mt-d-1_36.so.1.36.0:
>> undefined reference to `get_nprocs'

get_nprocs is a gcc extension:
http://www.gnu.org/software/libtool/manual/libc/Processor-Resources.html
that seems not to be supported on your platform? Probably some #ifdef logic
in the thread lib would fix this one: try grepping for the symbol.

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net