From: "kenken64" Newsgroups: comp.os.msdos.djgpp Subject: Zlib compiling error ==> help needed Date: Sun, 24 Oct 1999 22:33:33 +0800 Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 NNTP-Posting-Host: pjc-72-217.tm.net.my X-NNTP-Posting-Host: pjc-72-217.tm.net.my Message-ID: <381315eb.0@news.tm.net.my> X-Trace: 24 Oct 1999 22:21:31 +0800, pjc-72-217.tm.net.my Organization: TMnet Malaysia To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com C:\Compiler\ZLIB>make -fmsdos\makefile.dj2 gcc -s -o example.exe example.o -L. -lz example.o(.text+0x198):example.c: undefined reference to `_streamv' example.o(.text+0x1d4):example.c: undefined reference to `_streamv' example.o(.text+0x20d):example.c: undefined reference to `_streamv' example.o(.text+0x24c):example.c: undefined reference to `_streamv' example.o(.text+0x28c):example.c: undefined reference to `_streamv' example.o(.text+0x2b3):example.c: more undefined references to `_streamv' follow make.exe: *** [example.exe] Error 1 please help me out ....