LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-14-2003, 04:14 PM   #1
Flak Pyro
Member
 
Registered: Jul 2003
Distribution: Fedora Core 5
Posts: 126

Rep: Reputation: 15
Accessing Development tools


Hello all

I have Red Hat 8 and my brother is interesting in using the provided c++ programs, once he installs them using the add/remove programs freature how does he find or access them? They dont appear on the Gnome menu anywhere i can see. Thanks
 
Old 07-14-2003, 04:38 PM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Do you mean the compiler? it's available from console using 'gcc' (for C programs) or g++ (for C++) programs. Your brother may also look at integrated development tools (with frontends for compiler, debugger and so on) like Anjuta, Kdevelop.
 
Old 07-14-2003, 04:44 PM   #3
Flak Pyro
Member
 
Registered: Jul 2003
Distribution: Fedora Core 5
Posts: 126

Original Poster
Rep: Reputation: 15
that is after you install GCC and the other development tools correect? Where can i get K-Develop? I am new to linux and told him i got it, and he wanted to try out some commands with it.
 
Old 07-14-2003, 04:50 PM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Yes, after they're installed. The packages you need are: gcc, maybe kdevelop or anjuta. All programs I mentioned are on your installation cds.
 
Old 07-14-2003, 04:51 PM   #5
Flak Pyro
Member
 
Registered: Jul 2003
Distribution: Fedora Core 5
Posts: 126

Original Poster
Rep: Reputation: 15
Ok thanks a bunch =)
 
Old 07-14-2003, 04:53 PM   #6
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
No problem
 
Old 07-14-2003, 05:19 PM   #7
Flak Pyro
Member
 
Registered: Jul 2003
Distribution: Fedora Core 5
Posts: 126

Original Poster
Rep: Reputation: 15
when we try and use g++ in the terminal window we get

g++: no input files
 
Old 07-15-2003, 02:28 PM   #8
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
It's just a compiler. You write the text code, save it as files, and compile it. You seem to be wanting a nice gui IDE. Try KDevelop or others suggested, or search online.
 
Old 07-15-2003, 02:37 PM   #9
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
Originally posted by Flak Pyro
when we try and use g++ in the terminal window we get

g++: no input files
It's installed. Good. What you need is a C++ code (file with code). Type it into an editor, save, open a terminal, cd to the directory you have the file in and then use g++ this way:
g++ -o progname filename.cpp
It compiles 'filename.cpp' , executable name is 'progname'. Then you can run it using
./progname
 
  


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
How to get development tools blackspade Linux - Newbie 3 08-17-2005 03:50 AM
Mandrake 10 and Development tools Hollowpoint Linux - Newbie 9 03-24-2005 01:16 PM
Development Tools for Linux ??? SashkaP Linux - Software 2 09-16-2004 08:52 PM
Development Tools Vectrox Debian 1 05-31-2004 07:02 AM
add development tools rhstudent Linux - General 5 04-13-2003 02:24 PM

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

All times are GMT -5. The time now is 10:01 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