Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
nDEV
Posts: 48 Joined: Fri Apr 13, 2007 1:26 am
Post
by nDEV » Sat May 12, 2007 9:01 pm
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 » Sun May 13, 2007 1:29 am
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 » Thu May 17, 2007 6:09 pm
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 » Sat May 19, 2007 3:19 am
worked ! ;)