Unable to get a clean compile on a C++ file using the g++ compiler. The error is in finding the system include file:limits.h. The directory /usr/include has the correct limits.h file, but the compiler doesn't seem to reference the standard include dir: /usr/include.
We are using the command:
g++ -c -g -Wall -I localIncludeDirs filename
This is a newly setup Sun and environment.
What initially setup the default system include directory or do I need to set it myself?
We are using the command:
g++ -c -g -Wall -I localIncludeDirs filename
This is a newly setup Sun and environment.
What initially setup the default system include directory or do I need to set it myself?