LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-05-2004, 12:49 AM   #1
BlenderGuy
LQ Newbie
 
Registered: Feb 2004
Location: Seattle
Distribution: SuSE 9.1 personal
Posts: 20

Rep: Reputation: 0
SuSE 9.1 personal gcc install woes


I've recently switched from Knoppix(my first linux distro) to SuSE 9.1 personal and i must say im very very impressed with SuSE, however, I'm at my wits end when it comes to the gcc. It's not installed by default and when i try to use YaST to download and install the GCC it says they are already installed and quits, but when i try to cmpile sure 'nuff theres no gcc on my system. I downloaded gcc from thier homepage but as i dont have a compiler i cant compiler the gcc compiler. Anyone have any ideas about how to get this to work, i'm thinking of switching distros as much as i dont want too.

Help please!
 
Old 08-05-2004, 04:41 AM   #2
Gkarfield
Member
 
Registered: Jul 2004
Location: Greece
Distribution: FreeBSD 6.2/widows[not 8 legs nor black]
Posts: 123

Rep: Reputation: 15
same problem,

their gcc is called cpp

the installed c compiler....... but it needs many other stuff.
when u run ./configure , they say somewhere in the INSTALL txt
CC=xx ./configure
i give CC=cpp ./configure

do you have "make" ?
I had it in my first installation, but now I don't have it now.
 
Old 08-05-2004, 08:00 AM   #3
Cavenaghi
LQ Newbie
 
Registered: Apr 2004
Location: Ghent, Belgium
Distribution: Slackware 10.1
Posts: 24

Rep: Reputation: 15
Hello,

I recognize the problem, i've got suse 9.1 myself for about 3 months now, but only the basics are installed, so you have to install a lot yourself if you want to compile and do some development..

it might be better if you'ld install the rpm.

Go to ftp://ftp.gwdg.de/pub/linux/suse/ftp...9.1/suse/i586/

then you'll see a whole list with programs, search for "gcc" , there are several:

gcc...(C compiler)
gcc-c++ (C++ Compiler)
...

just download and install what you need, for now you only have to download the gcc, but if you ever have to compile a C++ program or java, then it's best to download them too, then you don't have to go back to the ftp everytime to download something
 
Old 08-05-2004, 08:54 AM   #4
Corona4456
Member
 
Registered: Jul 2004
Distribution: SuSE 9.1
Posts: 66

Rep: Reputation: 15
I would go for the SuSE pro install via ftp personally. It has a lot more packages you can use for development than Personal.
 
Old 08-05-2004, 03:25 PM   #5
BlenderGuy
LQ Newbie
 
Registered: Feb 2004
Location: Seattle
Distribution: SuSE 9.1 personal
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Hello,

I recognize the problem, i've got suse 9.1 myself for about 3 months now, but only the basics are installed, so you have to install a lot yourself if you want to compile and do some development..

it might be better if you'ld install the rpm.

Go to ftp://ftp.gwdg.de/pub/linux/suse/ft.../9.1/suse/i586/

then you'll see a whole list with programs, search for "gcc" , there are several:

gcc...(C compiler)
gcc-c++ (C++ Compiler)
...

just download and install what you need, for now you only have to download the gcc, but if you ever have to compile a C++ program or java, then it's best to download them too, then you don't have to go back to the ftp everytime to download something
Thanks everyone for the replys i'll try the RPM's and see if that does the trick as to 9.1 pro i'd love too but 89 bucks is a bit steep for me atm.

Gkar, i have make but cant configure dunno, its a pickjle thats for sure.

Thanks again everyone.

Last edited by BlenderGuy; 08-05-2004 at 03:27 PM.
 
Old 08-05-2004, 04:17 PM   #6
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
check out apt-get for suse. it will find the packages AND the dependencies, and install them for you...i'd also suggest installing synaptic, a front-end gui which makes apt-get quite easy to use.

http://linux01.gwdg.de/apt4rpm/
 
Old 08-05-2004, 05:13 PM   #7
Corona4456
Member
 
Registered: Jul 2004
Distribution: SuSE 9.1
Posts: 66

Rep: Reputation: 15
Quote:
Originally posted by BlenderGuy
Thanks everyone for the replys i'll try the RPM's and see if that does the trick as to 9.1 pro i'd love too but 89 bucks is a bit steep for me atm.

Gkar, i have make but cant configure dunno, its a pickjle thats for sure.

Thanks again everyone.
Well if you want their support you can buy it for $89 but you can install it for free via FTP.
 
Old 08-06-2004, 01:29 AM   #8
BlenderGuy
LQ Newbie
 
Registered: Feb 2004
Location: Seattle
Distribution: SuSE 9.1 personal
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Well if you want their support you can buy it for $89 but you can install it for free via FTP.
how do you go about doing a pro ftp install? google seems to have turned up closely related topics but nothing about an all ftp pro install.

THanks again Corona

Last edited by BlenderGuy; 08-06-2004 at 01:38 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gcc -2.95 installation in Suse 9.1 Personal help needed. cutesneakers Linux - Software 2 04-04-2005 10:23 AM
GCC issues on SuSE 9.1 Personal thefultonhow Linux - Software 1 03-11-2005 08:57 PM
suse personal 9.1 no, gcc make glibc help? samuelmp SUSE / openSUSE 1 10-30-2004 04:58 PM
Suse 9.1 Personal and Install of gcc. Delusions Linux - Newbie 1 10-21-2004 09:22 AM
Installing GCC 3.4.2 w/ SUSE 9.1 personal justin0820 Linux - Newbie 1 10-05-2004 04:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration