Subject: Cross-compiling NCURSES programs to DOS From: Eric Newton To: djgpp AT delorie DOT com Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 20 Dec 2002 20:24:34 -0500 Message-Id: <1040433878.14187.22.camel@first> Mime-Version: 1.0 Reply-To: djgpp AT delorie DOT com Hello, I have a program written in ncurses and what I am trying to do is compile a DOS binary for it. I have sucessfully installed djgpp as a cross-compiler in Linux, however I am uncertain on how I should get PDCurses working with djgpp so I can compile my ncurses program for DOS. Would this be easier to do from a Windows environment? How do I go about doing this? I compiled PDCurses and have /usr/lib/libcurses.a... Though -lpdcurses doesnt work, where should I put libcurses.a for it to work with djgpp? Thanks, Eric Newton