![]() |
| | #1 |
| In The Light Join Date: Oct 2001
Posts: 598
| getting g++ going 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 | |
| | #2 |
| Linguistic Engineer... 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 | |
| | #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 | |
| | #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 | |
![]() |
| Thread Tools | |
| Display Modes | |
|