Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!kmh20822 From: kmh20822@uxa.cso.uiuc.edu (Kevin Hill) Newsgroups: comp.sys.amiga Subject: Re: PDC Message-ID: <1990Jan14.195752.25534@ux1.cso.uiuc.edu> Date: 14 Jan 90 19:57:52 GMT References: <90010.210758JAM160@PSUVM.BITNET> Sender: news@ux1.cso.uiuc.edu (News) Reply-To: kmh20822@uxa.cso.uiuc.edu (Kevin Hill) Organization: V-Network Lines: 17 I just downloaded PDC and encountered the same problem! I finally figured out that 'make' is looking for a librarian called 'zlib' instead of the 'Libr' program that was provided. To fix it 'ed' the file 'PDC:lib/src/bindfile'. In there is a line to the effect of librarian = zlib $L $S or what everever change 'zlib' to 'libr -a' (leave $L $S intact). I don't know if the -a is absolutely nessecary, but after wrestling with broken down MSDOS readers to get PDC zoo files onto AmigaDOS, I just wasn't in the mood to wrestle with it further... P.S. Lionel - Why don't you just put Amiga.lib in the zoo files? I don't think 64k will make all that mich difference compared to all the sources... -kevin