From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 20:05:43 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DBC16A4CE for ; Tue, 4 Nov 2003 20:05:43 -0800 (PST) Received: from mmp-1.gci.net (mmp-1.gci.net [208.138.130.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id D757143FB1 for ; Tue, 4 Nov 2003 20:05:42 -0800 (PST) (envelope-from jonr@destar.net) Received: from fileserver (240-7-237-24.gci.net [24.237.7.240]) by mmp-1.gci.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HNV0043E21G8D@mmp-1.gci.net> for freebsd-questions@FreeBSD.ORG; Tue, 04 Nov 2003 19:05:41 -0900 (AKST) Date: Tue, 04 Nov 2003 19:05:41 -0900 From: Jon Reynolds To: FreeBSD List Message-id: <1068005140.3637.60.camel@localhost.localdomain> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Content-type: text/plain Content-transfer-encoding: 7BIT Subject: cannot find -lsysdeps error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jonr@destar.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 04:05:43 -0000 I am trying to install ucspi-unix-0.36 and I keep running into this error: ./load unixclient env.o utoa.o `cat socket.lib` /usr/libexec/elf/ld: cannot find -lsysdeps *** Error code 1 Stop in /usr/local/src/ucspi-unix-0.36 I installed bglibs which took care of the sysdeps.h problem but I can't seem to find an answer to this error. What is this telling me do I need to install something else? Thanks for any help, Jon