From owner-freebsd-questions Wed Feb 17 13:37:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 33D6011218 for ; Wed, 17 Feb 1999 13:37:15 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.8.8/8.8.8) id QAA05033 for freebsd-questions@FreeBSD.ORG; Wed, 17 Feb 1999 16:38:52 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199902172138.QAA05033@cc942873-a.ewndsr1.nj.home.com> Subject: xscreensaver port problems To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Date: Wed, 17 Feb 1999 16:38:52 -0500 (EST) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was just adding xscreensaver to a 2.2.7 machine (full 'uname -a' below). I hit an error that killed the port make, cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o windows.o xscreensaver.o xset.o dialogs-Xaw.o lock.o kpasswd.o ../utils/fade.o ../utils/overlay.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o ../utils/yarandom.o -L/usr/X11R6/lib -lSM -lICE -lXaw -lXmu -lXss -lXdpms -lXt -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt ld: -lnsl: no match *** Error code 1 Stop. *** Error code 1 . . . In addition to not having a nsl library, the -lsocket option created the same problem. However, I simply removed those two from the Makefile (/usr/ports/x11/xscreensaver/work/xscreensaver-2.24/driver/Makefile) and compiled and installed without further incident. Should I have these libraries? Why is xscreensaver asking if it does not need them? Will I have problems later? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message