2
votes
0answers
55 views

Cannot connect to ubuntuarchive.hnsdc.com, how to install g++? [duplicate]

Possible Duplicate: ‘Some index files failed to download’ while updating I am using Ubuntu 10.04. I typed sudo apt-get install g++ in the terminal and got the following output. I can't ...
1
vote
1answer
250 views

g++ and boost linker error after upgrade

I am getting the following problems. I am sure it is a package that was not install/upgraded properly, I am not sure which one: $ make g++ -I/usr/include/boost -MM ./YYY.cc ./main.cc ./myClass.cc ...
2
votes
1answer
972 views

What package provides -llua for g++?

I've installed all lua5.1 development packages from Synaptic and the g++ linker can not find -llua. I've read on some other question that it is possible that -llua has some other name and that I ...