Re: [newbie] GCC...where are you???

2000-05-06 Thread James McLaughlin
As long as its a Hard Drive ...I dont think there is a problem :) [EMAIL PROTECTED] wrote: Went through last night and reinstalled Linux using different hard drive set just to see if it would clear up the gcc problem. Does anybody know if MDK 7.0 supports Seagate hard drives?

Re: [newbie] GCC...where are you???

2000-05-05 Thread Anthony Huereca
You have to specifiy what files you want to compile. So the correct usage would be something like "gcc -o executable_name source_code_name.c" Or for your Hello World, "gcc -o helloworld helloworld.c". See "man gcc" for more info on all the options. when i type gcc in a terminal window i get

Re: [newbie] GCC...where are you???

2000-05-05 Thread Hopper
--- Original Message - From: Michael To: [EMAIL PROTECTED] Sent: Thursday, May 04, 2000 5:38 AM Subject: Re: [newbie] GCC...where are you??? when i type gcc in a terminal window i get gcc.colorgcc: No input filesI would like to be able to use the Gnu C++ compiler for a course in c

Re: [newbie] GCC...where are you???

2000-05-05 Thread Mike Tracy Holt
I'm doing some learning myself, and someone directed me to 'man gcc' and 'man g++'; that helped me a lot. For a 'hello world' c++ program, save the file as helloworld.cpp then run 'g++ -o helloworld helloworld.cpp' (the first helloworld being the executable file that you want to

Re: [newbie] GCC...where are you???

2000-05-05 Thread Paul
On Thu, 4 May 2000, Michael wrote: when i type gcc in a terminal window i get gcc.colorgcc: No input files I would like to be able to use the Gnu C++ compiler for a course in c programming and don't know how to get the darn thing to cooperate to where i can even do a hello world! It might

RE: [newbie] GCC...where are you???

2000-05-05 Thread Bill . Gardner
Went through last night and reinstalled Linux using different hard drive set just to see if it would clear up the gcc problem. Does anybody know if MDK 7.0 supports Seagate hard drives? Thanks, BG

Re: [newbie] GCC...where are you???

2000-05-05 Thread Steve Philp
David Ramsey wrote: [snip] pretty much select any package you want. And then it seems that it will make all the required entries in the environment and required symbolic links. Otherwise, if you just install the RPM file, it does not. Please understand that the only thing the installer

Re: [newbie] GCC...where are you???

2000-05-05 Thread Alan Shoemaker
BillMDK 7.0 is operating from my Seagate 9.1 gig scsi drive right now. Alan [EMAIL PROTECTED] wrote: Went through last night and reinstalled Linux using different hard drive set just to see if it would clear up the gcc problem. Does anybody know if MDK 7.0 supports Seagate hard

RE: [newbie] GCC...where are you???

2000-05-03 Thread David Ramsey
Well, actually the gcc was installed before. As for query it, not sure specifically what you mean. I went and check the RPM database and it showed as installed. I could go to the console and type the gcc command and it would come up and will of the options. I believe the problem is in the