| View previous topic :: View next topic |
| Author |
Message |
nDEV
Joined: 13 Apr 2007 Posts: 48
|
Posted: Sat May 12, 2007 9:01 pm Post subject: compiling C++ code? |
|
|
How can i compile C++ code?
Do i have to add special commands to MAKEFILE? |
|
| Back to top |
|
 |
yabadabo
Joined: 30 Mar 2007 Posts: 10
|
Posted: Sun May 13, 2007 1:29 am Post subject: |
|
|
| Nothing special is needed. You might need to add the -lstdc++ option when linking. Which error message do you get from the make command? |
|
| Back to top |
|
 |
nDEV
Joined: 13 Apr 2007 Posts: 48
|
Posted: Thu May 17, 2007 6:09 pm Post subject: |
|
|
| yabadabo wrote: | | Nothing special is needed. You might need to add the -lstdc++ option when linking. Which error message do you get from the make command? |
oh..
I'll try it in few hours and i will post the results.
But , really , thanks for the help!!11! |
|
| Back to top |
|
 |
nDEV
Joined: 13 Apr 2007 Posts: 48
|
Posted: Sat May 19, 2007 3:19 am Post subject: |
|
|
| worked ! ;) |
|
| Back to top |
|
 |
|