From: "ADJ" Newsgroups: comp.os.msdos.djgpp Subject: Help me with PDcurses Date: 22 Jun 1997 20:37:36 GMT Organization: ADJ Lines: 33 Message-ID: <01bc7f4b$97b7a140$262a7dc2@qwerty> NNTP-Posting-Host: dialup-278.dublin.iol.ie To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, How can I make work PDCurs22 work with BorlandC++3,? please HeLP me When I tryied to make it it gave an error (below) Does pdcurses work with TurboC++3 at all? Does anyone know how to make work pdcurses under Turbo C++3.0 ++++++++++++++++++++++++ THE SCREEN ++++++++++++++++++++++++++++++++++++ D:\tc\contrib\PDCURS22\SRC>mk D:\tc\contrib\PDCURS22\SRC>mm D:\tc\contrib\PDCURS22\SRC>make -f makefile.n ODIR=objs PS=o PG= MAKE Version 3.6 Copyright (c) 1991 Borland International Available memory 33452032 bytes md objs TCC -O2 -I../include -c portable/addch.c -o objs/addch.o Turbo C++ Version 3.00 Copyright (c) 1992 Borland International Error: Incorrect command line option: -o ** error 1 ** deleting objs/addch.o D:\tc\contrib\PDCURS22\SRC>rem make -f makefile.n ODIR=p_objs PS=p PG=-pg D:\tc\contrib\PDCURS22\SRC>++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++