Mail Archives: djgpp/2002/12/25/02:21:04
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:
> >
> > <I downloaded and untared PDCurses-2.5>
> > #cd PDCurses-2.5
> > <I built PDCurses by doing: ./configure, make, make install>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 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.
- Raw text -