From: boylesgj AT lion DOT cs DOT latrobe DOT edu DOT au (Gregary J Boyles) Newsgroups: comp.os.msdos.djgpp Subject: libhw problem. Date: 17 Apr 1997 13:37:36 GMT Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia Lines: 24 Distribution: world Message-ID: <5j5930$sn9@lion.cs.latrobe.edu.au> NNTP-Posting-Host: lion.cs.latrobe.edu.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Trying to install the Hardware Interrupt Handling Library. When I try to make the library I get the error below. Can anyone help me out? Alaric B. Williams' PC Chipset Interface Library V2.00 INSTALLATION: 1) Preserving paths, unzip everything into your DJGPP directory, just like you did with the djgpp distribution files 2) CD to src/libhw 3) run MAKE gcc -g3 testhw.o -lhw -liostr -o testhw d:/djgpp/lib/libhw.a(lock.o)(.text+0x15):lock.c: undefined reference to `eldata' d:/djgpp/lib/libhw.a(lock.o)(.text+0x1a):lock.c: undefined reference to `sldata' d:/djgpp/lib/libhw.a(lock.o)(.text+0x20):lock.c: undefined reference to `sldata' d:/djgpp/lib/libhw.a(lock.o)(.text+0x32):lock.c: undefined reference to `eltext' d:/djgpp/lib/libhw.a(lock.o)(.text+0x37):lock.c: undefined reference to `sltext' d:/djgpp/lib/libhw.a(lock.o)(.text+0x3d):lock.c: undefined reference to `sltext' make.exe: *** [testhw.exe] Error 1