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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
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 | ||
|
|
|
||||
|
When you run make install lib files goto /usr/lib or /lib directory just try
Code:
cd /usr/lib ls libstd*
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
![]() |
| Bookmarks |
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 | 10-12-2007 08:58 PM |
| Reinstalling kernel source and headers | milank | Linux software | 1 | 08-10-2007 07:37 PM |
| Installing LanCard | SwiftSoft | Linux hardware | 0 | 04-06-2007 09:57 PM |
| GCC_4.2.0 not found (required by /usr/lib64/libstdc++.so.5) | chiku | Coding in General | 1 | 02-21-2007 02:08 PM |
| Installing on RAID | cttw | Linux software | 3 | 10-26-2006 03:55 AM |