Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!nntp-server.caltech.edu!tll From: tll@nntp-server.caltech.edu (Tal Lewis Lancaster) Newsgroups: comp.unix.amiga Subject: Problem with gcc Keywords: gcc unix library amiga Message-ID: <1991May19.144743.25904@nntp-server.caltech.edu> Date: 19 May 91 14:47:43 GMT Organization: California Institute of Technology, Pasadena Lines: 20 After compiling all of my .c files using gcc, I get the following message when it is trying to link: Undefined symbols First referenced in ---------------------------------------------- select /usr/lib/libsocket.so syslog /usr/lib/libsocket.so seteuid /usr/lib/libsocket.so Now to the best of my knowledge I never mentioned any of these symbols in any of my source. Nor do I tell gcc to use /usr/lib/libsocket.so. So I have two questions: 1. Who is the culpret for needing (referencing) these? 2. What other libraries do I need? Thank-you, Tal Lancaster