Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!howland.reston.ans.net!cs.utexas.edu!halley!integrity!sanchez From: sanchez@mpd.tandem.com (Rafael Sanchez) Subject: Help with ld configuration Message-ID: <1994Apr1.175917.29814@integrity.uucp> Originator: sanchez@rune Sender: usenet@integrity.uucp (User for usenet) Organization: Tandem Computers (MPD) Austin, TX Distribution: usa Date: Fri, 1 Apr 1994 17:59:17 GMT Lines: 15 Hello, I've just recently installed the full NetBSD 0.9 binary distribution. The system appears to be working fine. However, I've been trying to port pcomm onto the system. I get the compile to work fine, but when I get to to linkage step, it complains about not being able to find references to functions which are part of the C library. I've edited the Makefile to include "-lc" so libc.a will be included in the linkage. Most of the errors disappeared, but I'm still getting an error message about not finding the environ variable. Can someone help me get my development environment set up properly. Thanks. Rafael