Subject: Re: PDCurses problems.. From: Eric Newton To: "djgpp AT delorie DOT com" In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1040799925.7496.12.camel@first> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- Date: 25 Dec 2002 02:05:25 -0500 Content-Transfer-Encoding: 7bit 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 OK, I just tried the precompiled one, pdcur24b.zip.. Unzipped it in the djgpp dir (some files werent put in the right place so I moved em, like lib/libpdcurses.a should have been lib/gcc-lib/i586-pc-msdosdjgpp/3.2.1/libpdcurses.a) but I still get the same result, i'll try compiling the pdcurses from pdcur24s.zip.. I presume I compile with gccdos.mak? Eric Newton On Wed, 2002-12-25 at 02:00, Eli Zaretskii wrote: > 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.