On Sat, Jun 2, 2012 at 3:20 PM, Hamish <[email protected]> wrote: > > [...] > Linking CXX executable gpsdrive > /usr/bin/ld: CMakeFiles/gpsdrive.dir/mapnik.o: undefined reference to > symbol 'boost::system::system_category()' > /usr/bin/ld: note: 'boost::system::system_category()' is defined in DSO > /usr/lib/libboost_system.so.1.46.1 so try adding it to the linker command > line > /usr/lib/libboost_system.so.1.46.1: could not read symbols: Invalid > operation > collect2: ld returned 1 exit status > make[3]: *** [src/gpsdrive] Error 1 >
Can you let CMake expose the full command line of this step? It looks like there aren't -lboost-system explicitly specified in the command. -- Regards, Aron Xu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAMr=8w7ozhgn6-q3jxguu7tafj5u83paxmftaaz7h7g_ket...@mail.gmail.com
