Date: Mon, 18 Dec 2000 09:54:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: WATT-32 library compile for djgpp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 17 Dec 2000, dragonsong wrote: > By any chance has anyone compiled the library for WATT-32 into djgpp 2.9+? > I'm working on designing some DOS networking tools, using the WATTCP stack > (or WATT-32, to be precise), and my attempts so far at compiling WATT-32 > applications have met with failure. I get errors in ld about functions not > being found, as if djgpp didn't even recognize the libwatt.a library. The > instructions that come with WATT-32 only make mention of much older versions > of djgpp, such as 2.0 or 2.1. :\ I don't think any functions were ever removed from the DJGPP library. So I'd guess your problems have nothing to do with the newer DJGPP version. Posting the relevant info, such as command lines used to compile/link and the error messages, is the way to go about solving this. Please also make sure you use the version of WATT-32 from http://www.bgnett.no/~giva/. AFAIK, this is the only version which is still being maintained for DJGPP.