Link to home
Start Free TrialLog in
Avatar of kalpanas
kalpanas

asked on

compiling c++ program using threads in linux

i have written a typical c++ program using pthreads. i would like to know the compilation process for the same in steps and in detail
Avatar of MDarling
MDarling

write makefile
type make

or

g++ -o programname filelist...

Just read the man pages for g++ and make

ASKER CERTIFIED SOLUTION
Avatar of MDarling
MDarling

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial