Jump to content

0 A.D. New install - Boost Error


M_Mungo
 Share

Recommended Posts

Hello.

I am using Ubuntu Jaunty 9.04. - Trying to install 0 A.D.

I am receiving the following error:

Linking AtlasUI

/usr/bin/ld: cannot find -lboost_system-mt

collect2: ld returned 1 exit status

make[1]: *** [../../../binaries/system/libAtlasUI_dbg.so] Error 1

make: *** [AtlasUI] Error 2

make: *** Waiting for unfinished jobs....

/usr/bin/ld: cannot find -lboost_system-mt

collect2: ld returned 1 exit status

make[1]: *** [../../../binaries/system/pyrogenesis_dbg] Error 1

make: *** [pyrogenesis] Error 2

Linking test

/usr/bin/ld: cannot find -lboost_system-mt

collect2: ld returned 1 exit status

make[1]: *** [../../../binaries/system/test_dbg] Error 1

make: *** [test] Error 2

michael@michael-desktop:~/trunk/build/workspaces/gcc$

Anyone have any suggestions? (using boost 1.34).

Link to comment
Share on other sites

People have had success with some versions of Ubuntu but I don't know if any were on Jaunty. If the suggestions here (libboost-system-dev etc) don't help, you could try running

locate '/usr/lib*/libboost_system'

and pasting the output here, since that should show if it's installed under a different name.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...