I am having trouble running my compiled programs on Solaris. The program is compiled using the following command
g++ programane.cpp -o programname
the object file is created. Its permissions are rwx
but when I run it, I get the folowwing message
programname: Command not found
Anybody know whats wrong?
g++ programane.cpp -o programname
the object file is created. Its permissions are rwx
but when I run it, I get the folowwing message
programname: Command not found
Anybody know whats wrong?
