From: hbs AT informatik DOT uni-kiel DOT de (Henrik Schmidt) Newsgroups: comp.os.msdos.djgpp Subject: Re: Jlib compiling problem Date: 27 Nov 1997 09:10:26 GMT Organization: Dept. of Computer Science, University of Kiel, FRG Lines: 24 Message-ID: <65jde2$fsn@gutemine.informatik.uni-kiel.de> References: <880580292 DOT 614412 AT moon DOT aa DOT net> NNTP-Posting-Host: macbeth.informatik.uni-kiel.de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In <880580292 DOT 614412 AT moon DOT aa DOT net> "Roger W. Huggins" writes: >Hopefully someone can help me with installing J-lib ver. 1.8 with DJGPP. >After copying the files jconfig,jtarget.h, and makefile to the jlib\source >directory and running make the DJGPP compilier gave me this error: >E:\Jlib8\JLIB\SOURCE>make >gcc -g -Wall -c target/dj_vesa/palette.c -o target/dj_vesa/palette.o >target/dj_vesa/palette.c:3: jlib.h: No such file or directory (ENOENT) >make.exe: *** [target/dj_vesa/palette.o] Error 1 >I did everything I was supposed to according to the directions, so If anyone >can help, I would appreciate it. Add "-I ." to CFLAGS in the makefile. It tells the compiler where to look for include files besides the standard locations. Henrik -- Henrik Schmidt Christian-Albrechts-Universitaet zu Kiel Institut fuer Informatik +49 (431) 5604 - 81 Fax or 75 Phone Preusserstr. 1-9 http://www.informatik.uni-kiel.de/~hbs/ 24105 Kiel, Germany email: hbs AT informatik DOT uni-kiel DOT de