flag '-I'
c++ 5.0 solaris 2.7
I have put -I at the beginning of every INCLUD's path in the makefile like this INCLUDE = -I.\
(tab)= -I $(PATH1)\
...
but the compiler still gave out warnning msg:
Value expected for flag '-I' for '/opt/SUNWspro/SC5.0/bin/ccfe
Can anyone tell me why? Thanks
tony

