Hello Basicaly this means GCC hasnt been installed properly, most common faults I get with GCC
/usr/bin/gcc , c++ , g++ is linked to the old version still. You havnt got all the libs updated to match your new version of GCC..... yep read the dependencies list and use rpm -qa|grep fileneeded.rpm to see if you have the right rpm already installed. Regards Richard On Mon, 2002-08-12 at 12:01, Derek "Anti-Gremlin" Spranger wrote: > Hey guys. > > Im not actually part of the list, but people had told me that you guys would > be my best help. > > I have a Linux machine running redhat7.2 without development and kernal > development (big mistake i know) > > but now i want to install apache/php/mysql > > i attempted to install numerous versions of gcc (3.1, 3.1.1, 2.9.8, etc etc) > > and the furthest i got was: > > configure: error: installation or configuration problem: C compiler cannot > create executables. > > any care to share some light here? any help would be great. > Thanks. > > Regards, > > Derek "Anti-Gremlin" Spranger > Dungeonsiegecenter.com Forum Admin > Foreseen-Eclipse Co-Founder > > http://www.dungeonsiegecenter.com/ > http://www.foreseen-eclipse.net/ > ---------------------------------------------------- > > -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
