Re: Can't execute file from command line

2009-01-03 Thread Paul Jarc
men8th t...@avacta.com wrote: t...@ggeom:/usr/local/SunStudio12ml-linux-x86-200709-ii/sunstudio12/prod/bin$ ./CC bash: ./CC: No such file or directory However, the file clearly is there. Here is an extract of ls -l The problem could be that CC is a script, and the interpreter on its #! line

Re: Can't execute file from command line

2009-01-03 Thread Bob Proulx
men8th wrote: And now run into a brick wall. The IDE starts OK but then complains that it can't run a file called CC (i.e. the C compiler presumably) CC would be the normal name for a legacy C++ compiler. The ATT C++ compiler was always named CC. GNU calls the gcc version g++. I've opened