Page 1 of 1
Libsupc++ on recent versions of gcc
Posted: Thu Feb 24, 2011 12:52 pm
by AlfaOmega08
The libsupcxx article on the wiki refers to gcc 4.2.1 and it's quite old. I tried to build it using the latest version (4.5.2), but directories are changed and also "guessing" commands, I'm not able to build it. Anyone succeeded with a more recent version than the wiki's?
Re: Libsupc++ on recent versions of gcc
Posted: Thu Feb 24, 2011 1:18 pm
by AlfaOmega08
Even a simple "./configure" in the libstdc++ directory ends up with:
Code: Select all
./config.status: line 2839: ./../../config-ml.in: No such file or directory
Re: Libsupc++ on recent versions of gcc
Posted: Fri Feb 25, 2011 3:21 am
by Solar
Is that really the topmost error message?
Re: Libsupc++ on recent versions of gcc
Posted: Fri Feb 25, 2011 2:43 pm
by AlfaOmega08
Solar wrote:Is that really the topmost error message?
Well I'm actually using the Ubuntu 32bit distributed libsupc++ for the 32bit version and the Ubuntu 64bit for the 64bit like the wiki suggests. So I can't find the log anymore, however it was one of the last message of configure after some "Generating makefile" lines