Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Fri, 11 May 2001 21:54:44 EDT To: cygwin-developers Subject: What is dtable X-Mailer: Virtual Access by Atlantic Coast PLC, http://www.atlantic-coast.com/va Message-Id: From: Brian Keener Reply-To: bkeener AT thesoftwaresource DOT com I just updated my cvs last evening and tried to recompile my development system. I got these errors so I updated again today and tried to recompile again and I am still getting these errors. Anyone have any idea what I need or what I am doing wrong. bk /Usr/develop/src/winsup/cygwin/termios.cc:31: undefined reference to `dtable::no t_open(int)' termios.o: In function `tcdrain': /usr/develop/src/winsup/cygwin/termios.cc:61: undefined reference to `dtable::no t_open(int)' termios.o: In function `tcflush': /usr/develop/src/winsup/cygwin/termios.cc:89: undefined reference to `dtable::no t_open(int)' termios.o: In function `tcflow': /usr/develop/src/winsup/cygwin/termios.cc:117: undefined reference to `dtable::n ot_open(int)' termios.o: In function `tcsetattr': /usr/develop/src/winsup/cygwin/termios.cc:146: undefined reference to `dtable::n ot_open(int)' termios.o:/usr/develop/src/winsup/cygwin/termios.cc:178: more undefined referenc es to `dtable::not_open(int)' follow collect2: ld returned 1 exit status make[2]: *** [new-cygwin1.dll] Error 1 make[2]: Leaving directory `/usr/develop/obj/i686-pc-cygwin/winsup/cygwin' make[1]: *** [install_cygwin] Error 2 make[1]: Leaving directory `/usr/develop/obj/i686-pc-cygwin/winsup' make: *** [install-target-winsup] Error 2 briank AT BK_SATELLITE /usr/develop/obj $