Date: Fri, 10 Dec 93 10:19:49 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: michaels AT vsl DOT com DOT AU Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: 1.11 undefined reference for 'int86' > gcc -o app $(OBJS) -lvogle -lgrx -ltcl -lm -lpc > and I get an error thus: > intdos.c (.text+c): undefined reference to 'int86' > Using nm I found int86 in libc.a so what's going wrong? Don't you need a -lc as well?