On my system Sun Compiler is installed at below location: /opt/SUNWspro/bin/CC
when do 'make target.o' in my project workspace, then I see below on command prompt.
CC -qoption ld -i -c target.cpp /some/path/ -I.. -I/some/path
unknown
the required target.o file is NOT being written/generated.
make is present at location '/usr/ccs/bin/make'
Not able to understand why this happening.
Can you please help me?
checked the make path and CC complier path. I want to generate 'target.o' file.