nixCraft Linux Forum

nixCraft

Linux / UNIX 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

Linux answers from nixCraft.


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.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 22-01-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
  #2 (permalink)  
Old 22-01-2006, 11:56 PM
rockdalinux's Avatar
Is that all you got?
User
 
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 703
Thanks: 15
Thanked 19 Times in 18 Posts
Rep Power: 10
rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light
Default

When you run make install lib files goto /usr/lib or /lib directory just try

Code:
cd /usr/lib
ls libstd*
__________________
Rocky Jr.
What's wrong? I hope I am not making you uncomfortable...

Never send a boy to do a mans job.
Reply With Quote
Reply


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 Off


Similar Threads

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


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


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

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 37 38