Mail Archives: djgpp/1996/09/04/19:33:59
> I've got a quick question here. Okie, I'm trying to port an
> image library from Unix. When I try to run the makefile (even
> compile an object file by hand), I keep getting a bad command or
> filename error (which I'm assuming means it can't find a
> header). Isn't the way to specify a path in a makefile under djgpp
> like -Ig|\programs\include or is there another way? I've also
> played with te LFN settings and some other things to no avail.
> Thanks!
It's the colon that's causing problems, but you should use unix
forward slashes anyway. Quoting the colon is hard. I recommend you
edit your djgpp.env file to add that directory to your C_INCLUDE_PATH
environment variable instead.
- Raw text -