From: kagel AT quasar DOT bloomberg DOT com Date: Wed, 4 Sep 1996 16:26:43 -0400 Message-Id: <9609042026.AA02684@quasar.bloomberg.com > To: bmaddox AT saucer DOT cc DOT umr DOT edu Cc: djgpp AT delorie DOT com In-Reply-To: <50kd5t$cet@saucer.cc.umr.edu> (bmaddox@saucer.cc.umr.edu) Subject: Re: Quick little question about paths? Reply-To: kagel AT dg1 DOT bloomberg DOT com 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