C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 11-16-2001, 11:43 PM   #1
In The Light
 
Join Date: Oct 2001
Posts: 598
getting g++ going

howdy,
noe that i have rh running. how do i go about getting g++ going.
i've RTFM and it acts like i should just know how to :
1. start the editor.
2. start a new file/open an existing file.
3. feed a file to the compiler and linker.
4. find the make file.

to be honest i don't know how to do any of these things.
is there an online manual that will speak to this subject?
M.R.
itld is offline   Reply With Quote
Old 11-17-2001, 01:33 AM   #2
Linguistic Engineer...
 
doubleanti's Avatar
 
Join Date: Aug 2001
Location: CA
Posts: 2,424
well, you can start by looking up the terminology you don't understand... and you can give us information about your setup...
__________________
hasafraggin shizigishin oppashigger...
doubleanti is offline   Reply With Quote
Old 11-17-2001, 10:50 PM   #3
Registered User
 
Join Date: Aug 2001
Posts: 79
To start an editor, you first need to know which editor you want to use. Popular choices are vi and emacs.

To create a new file, open a file in either editor that doesn't exist.

To feed a file to the compiler/linker, type gcc myfile.cc -o myfile -llibraryname

and so on.

You can either do that manually, or create a makefile(in which case typing "make" is all that is requried)
__________________
All generalizations are false
Flarelocke is offline   Reply With Quote
Old 11-18-2001, 11:22 AM   #4
In The Light
 
Join Date: Oct 2001
Posts: 598
Howdy,
Flarelocke, i received your reply. i will give it a try this evening.
so much to do so little time.

M.R.
itld is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump


All times are GMT -6. The time now is 01:51 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22