[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programmin Question




> beginning of my program I wrote #include <myfile.mf>.

Instead of the brackets, use quotes for homebrewed include files:

#include "myfile.mf"

The compiler will then look in the local directory. Otherwise, it'll
assume the header file is in /usr/include or /usr/local/include


-J

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.