From: "Billy Chen" Newsgroups: comp.os.msdos.djgpp Subject: Re: Cross-compiling NCURSES programs to DOS Date: Mon, 30 Dec 2002 11:23:03 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <1040433878 DOT 14187 DOT 22 DOT camel AT first> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Complaints-To: abuse AT supernews DOT com Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eric Newton" wrote in message news:1040433878 DOT 14187 DOT 22 DOT camel AT first... > 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? There are one of the NCURSES library port for Djgpp in this web http://members.lycos.co.uk/bdeck/ in the menual pick the "Other Projects" There are a C Programming and one of the item is NCurses Library 5.2 Good luck to your port