From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Clark, Matthew C (FL51)" To: cygwin@cygwin.com Subject: sgtty library? Date: Tue, 07 Aug 2001 11:17:00 -0000 Message-id: X-SW-Source: 2001-08/msg00329.html I'm trying to recompile some code for an application originally built on Solaris/SunOS and gcc complains about undefined references to: gcc -o clps *.o OBJ/*.o EXPAN-OBJ/*.o EXPAN-OBJ/SFCM/*.o -lm -ltermcap -lX11 OBJ/edbasic.o(.text+0x180d):edbasic.c: undefined reference to `gtty' OBJ/edbasic.o(.text+0x181c):edbasic.c: undefined reference to `gtty' OBJ/edbasic.o(.text+0x183c):edbasic.c: undefined reference to `stty' OBJ/edbasic.o(.text+0x1855):edbasic.c: undefined reference to `stty' collect2: ld returned 1 exit status The file made an include call to sgtty.h, which I simply pulled from solaris, but obviously I don't have the library. Is this functionality captured in another cygwin library, or is it something I need to find/build? Thanks. Matt Clark -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/