From: collver AT dnc DOT net Subject: pdcurses 30 Mar 1997 15:40:01 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <14025903401047.cygnus.gnu-win32@dnc.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Comments: Authenticated sender is Original-To: gnu-win32 AT cygnus DOT com X-mailer: Pegasus Mail for Win32 (v2.53) Original-Sender: owner-gnu-win32 AT cygnus DOT com Hello, I can't seem to get pdcurses to work for me. I got the library from the following URL: ftp://ftp.deerinet.nb.ca/pub/gnu-win32/pdcurses-cygwin32.new.zip I am using cygnus gnu-win32 b17.1 with win95. I tried to compile the following source by typing "gcc test.c" and "gcc -lcurses test.c" #include #include main(){ char x; printf("This is a test.\n"); x=getch(); printf("This is the result.\n"); } I got the following error: c:\temp\/cc0010001.o(.text+0x41):test2.c: undefined reference to `stdscr' c:\temp\/cc0010001.o(.text+0x47):test2.c: undefined reference to `wgetch' Ben. - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".