From: Jonathan B. <jbr...@ea...> - 2003-06-25 13:40:52
|
On Wed, 2003-06-25 at 01:46, Ole...@ga... wrote: > Hello there and thanks to those who helped me get past > the first hurdle encountered when installing VPython under debian Linux. > > The magic bullet was the installation of > > xlibmesa-dev (in addition to the other mesa stuff already installed) > > Then ./configure completed. > However, make now complains as shown below. It has to do with g++, > But I have g++-2.95 installed and functional. > Any further ideas, please? > > Cheers and thanks > Ole Nielsen For the moment, `apt-get install g++-3.0 gcc-3.0` and re-run configure like this: `CC=gcc-3.0 CXX=g++-3.0 ./configure` It seems that I broke gcc-2.95 support in a new way. It will be returned soon. -Jonathan |