Once again, GCC is making me feel like an idiot for having trouble with the simplest things. I've included a header:
#include "PDL.h"
Then, I try to compile:
arm-none-linux-gnueabi-gcc -I/cygdrive/c/PalmPDK/include -I../lua-5.1.4/lua-webos/include -O2 -Wall -shared -nostdlib -mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp -lpdl
But it says:
PDL.h: no such file or directory
I can change into the include directory I specified above and see PDL.h is there, but GCC just doesn't see it.