Libsupc++ on recent versions of gcc

Programming, for all ages and all languages.
Post Reply
User avatar
AlfaOmega08
Member
Member
Posts: 226
Joined: Wed Nov 07, 2007 12:15 pm
Location: Italy

Libsupc++ on recent versions of gcc

Post 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?
Please, correct my English...
Motherboard: ASUS Rampage II Extreme
CPU: Core i7 950 @ 3.06 GHz OC at 3.6 GHz
RAM: 4 GB 1600 MHz DDR3
Video: nVidia GeForce 210 GTS... it sucks...
User avatar
AlfaOmega08
Member
Member
Posts: 226
Joined: Wed Nov 07, 2007 12:15 pm
Location: Italy

Re: Libsupc++ on recent versions of gcc

Post 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
Please, correct my English...
Motherboard: ASUS Rampage II Extreme
CPU: Core i7 950 @ 3.06 GHz OC at 3.6 GHz
RAM: 4 GB 1600 MHz DDR3
Video: nVidia GeForce 210 GTS... it sucks...
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: Libsupc++ on recent versions of gcc

Post by Solar »

Is that really the topmost error message?
Every good solution is obvious once you've found it.
User avatar
AlfaOmega08
Member
Member
Posts: 226
Joined: Wed Nov 07, 2007 12:15 pm
Location: Italy

Re: Libsupc++ on recent versions of gcc

Post 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
Please, correct my English...
Motherboard: ASUS Rampage II Extreme
CPU: Core i7 950 @ 3.06 GHz OC at 3.6 GHz
RAM: 4 GB 1600 MHz DDR3
Video: nVidia GeForce 210 GTS... it sucks...
Post Reply