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 ...