Date: Wed, 25 Dec 2002 09:00:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Eric Newton cc: "djgpp AT delorie DOT com" Subject: Re: PDCurses problems.. In-Reply-To: <1040797576.7324.19.camel@first> 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 25 Dec 2002, Eric Newton wrote: > I am trying to compile my curses program to DOS. I have sucessfully > installed DJGPP as a cross-compiler on UNIX, it can sucessfully build > DOS programs as well. But what I am having trouble with is PDCurses; > here is what I have done to install PDCurses: > > > #cd PDCurses-2.5 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is your problem, right there: the procedure you followed builds a Unix version of libpdcurses, not the DJGPP version. What you should do instead is either (1) download a DJGPP-precompiled PDCurses library, or (2) build the library according to DJGPP-specific instructions.