compiling C++ code?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
nDEV
Posts: 48
Joined: Fri Apr 13, 2007 1:26 am

compiling C++ code?

Post by nDEV »

How can i compile C++ code?
Do i have to add special commands to MAKEFILE?
yabadabo
Posts: 10
Joined: Fri Mar 30, 2007 8:49 am

Post by yabadabo »

Nothing special is needed. You might need to add the -lstdc++ option when linking. Which error message do you get from the make command?
nDEV
Posts: 48
Joined: Fri Apr 13, 2007 1:26 am

Post by nDEV »

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!
nDEV
Posts: 48
Joined: Fri Apr 13, 2007 1:26 am

Post by nDEV »

worked ! ;)
Post Reply