nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

gcc-4.0.2 not installing headers or libstdc++!!

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 ...


Go Back   nixCraft Linux Forum > Development/Scripting > Coding in General

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 01-22-2006, 01:33 AM
ForYouAndI.com
Guest
 
Posts: n/a
Default gcc-4.0.2 not installing headers or libstdc++!!

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?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-22-2006, 11:56 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 557
Rep Power: 6
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

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
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT +5.5. The time now is 05:27 AM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36