Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

19.5 Include Path

When you specify an include path to the Rogue Wave header files, make sure that it does not include a final rw:

#  Use this:
CC -I/usr/local/include -c myprog.C

#  not this:
CC -I/usr/local/include/rw -c myprog.C

Previous fileTop of documentContentsIndexNext file
©Copyright 1999, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.