Mail Archives: djgpp/1996/09/04/16:56:07
Errors-To: postmaster AT ns1
Xref: news2.mv.net comp.os.msdos.djgpp:8261
From: bmaddox AT saucer DOT cc DOT umr DOT edu (Brian Maddox)
Newsgroups: comp.os.msdos.djgpp
Date: 4 Sep 1996 12:10:20 -0500
Organization: UMR Missouri's Technological University
Lines: 9
Distribution: usa
Nntp-Posting-Host: saucer.cc.umr.edu
Dj-Gateway: from newsgroup comp.os.msdos.djgpp
Content-Type: text
Content-Length: 537
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!
No. GNU make does not like the DOSish backslashes. Either quote them all by
doubling them (\\programs\\include) of change to UNIX style forward slashes
(/programs/include).
--
Art S. Kagel, kagel AT quasar DOT bloomberg DOT com
A proverb is no proverb to you 'till life has illustrated it. -- John Keats
- Raw text -