iaddis / electricsheep

Automatically exported from code.google.com/p/electricsheep
1 stars 1 forks source link

co 84 blows up #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ubuntu 11.10

/usr/bin/ld: electricsheepguiMyDialog2.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[1]: *** [electricsheep-preferences] Error 1
make[1]: Leaving directory 
`/home/mkultra/electricsheep-read-only/client_generic/MSVC/SettingsGUI'
make: *** [all-recursive] Error 1

latest boost via APT

Original issue reported on code.google.com by 666three...@gmail.com on 27 Nov 2011 at 6:22

GoogleCodeExporter commented 9 years ago
ubuntu 11.10 + boost 1.48.0 via sources "5.1 easy build" from boost 1.48.0 
install manual...

/usr/bin/ld: electricsheepguiMyDialog2.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.48.0 so try adding it to the linker command line
/usr/lib/libboost_system.so.1.48.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [electricsheep-preferences] Error 1
make[1]: Leaving directory 
`/home/mkultra/electricsheep-read-only/client_generic/MSVC/SettingsGUI'
make: *** [all-recursive] Error 1

Original comment by 666three...@gmail.com on 27 Nov 2011 at 7:32

GoogleCodeExporter commented 9 years ago
further comments, amd64....  echo $MAKEFLAGS yeilds '-j 5'

Original comment by 666three...@gmail.com on 27 Nov 2011 at 7:34

GoogleCodeExporter commented 9 years ago
wx-config --version yeilds

2.9.1

Original comment by 666three...@gmail.com on 27 Nov 2011 at 7:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same issue here, 32 bit xubuntu 3.0.0-12 system with wx-widgets 2.9.2

Original comment by tr...@lakeheadu.ca on 7 Dec 2011 at 2:14