post  problem with compiler ..!

zizo1989 (2)   Link to this post
hi guys

i have problem with compiler in linux ..

when i test my program file .. i get this message :(

Unable to exec g++.real: No such file or directory


help me
Bazzy (4109)   Link to this post
What command did you call to compile?
computerquip (871)   Link to this post
http://lmgtfy.com/?q=unable+to+exec+g%2B%2B.real+no+such+file+or+directory
zizo1989 (2)   Link to this post
i used this command

g++ filename.cpp -o othername
tene (14)   Link to this post
Does your compiler support g++?
In Linux version you can use g++.
If its HP-UX OS u need to use aCC

This topic is archived - New replies not allowed.