Tagged Questions
2
votes
3answers
155 views
difference between -h <name> and -o <outputfile> options in cc (C++)
I am building .so library and was wondering - what is the difference b/w -h and -o cc complier option (using the Sun Studio C++) ?
Aren't they are referring to the same thing - the name of the ...
0
votes
2answers
331 views
Sun Studio C++ “is not terminated with a newline” warning - how to suppress?
I have ported a fair bit of code from Win to Solaris, one of the issues I have -
I am getting a heaps of warnings:
Warning: Last line in file is not terminated with a newline.
I like warnings - ...