Linux / UNIX Tech Support Forum
This is a discussion on gcc-4.0.2 not installing headers or libstdc++!! within the Coding in General forums, part of the Development/Scripting category; Here is the script that I copy and paste into the consold to build gcc: mkdir ../GccBuild && cd ../GccBuild ...
|
|||||||
| Coding in General Discussion on PHP/Perl/Python/Ruby/GNU C or C++. MySQL, PgSQL and (X)HTML or any other programming languages you want. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Here is the script that I copy and paste into the consold to build gcc:
mkdir ../GccBuild && cd ../GccBuild && chmod 700 ../gcc-4.0.2/configure && ../gcc-4.0.2/configure --prefix=/usr/gcc-4.0.2 --enable-threads=posix --enable-shared --enable-__cxa_atexit --enable-languages=c,c++ && make profiledbootstrap && make install && make distclean && cd .. && rm -rf GccBuild The build takes a long time and fully finishes. I look in the install dir and I find all the executables like gcc, g++ in bin. The headers dir has nothing and the library dir does not have libstdc++! There are no errors that I have seen indicating that the headers and libraries could not be installed. What could the problem be? |
| Sponsored Links | ||
|
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error while installing oracle | amsreeku | Linux software | 1 | 12-10-2007 08:58 PM |
| Reinstalling kernel source and headers | milank | Linux software | 1 | 10-08-2007 07:37 PM |
| Installing LanCard | SwiftSoft | Linux hardware | 0 | 06-04-2007 09:57 PM |
| GCC_4.2.0 not found (required by /usr/lib64/libstdc++.so.5) | chiku | Coding in General | 1 | 21-02-2007 02:08 PM |
| Installing on RAID | cttw | Linux software | 3 | 26-10-2006 03:55 AM |