Hello
I am trying to compile a simple application on Sun, but i am getting the following error.
error: expected declaration specifiers before '#pragma'
My gcc version is 4.4.2.
Any clues what's wrong ? The statement before is properly terminated and is just an assignment.
Sachin