From owner-freebsd-questions@FreeBSD.ORG Sun Dec 12 00:52:27 2004 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 8E31316A4CE for ; Sun, 12 Dec 2004 00:52:27 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D4643D1F for ; Sun, 12 Dec 2004 00:52:27 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Sat, 11 Dec 2004 18:50:22 -0600 Message-ID: <41BB9653.4070001@daleco.biz> Date: Sat, 11 Dec 2004 18:52:35 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Dec 2004 00:50:24.0775 (UTC) FILETIME=[90C78970:01C4DFE4] Subject: /usr/bin/ld cannot find -lgnumalloc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 00:52:27 -0000 Attempting to "make install" in /usr/ports/x11/xorg, a relatively clean install of 5.3_p1: ------------------------------------------------------------------------------------------------------------------------------ cd ./config/imake && make -f Makefile.proto imakeonly cc -O -pipe -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef -I../../include -I../../exports/include/X11 -I../.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DCPP_PROGRAM="\"/usr/bin/cpp\"" -DHAS_MERGE_CONSTANTS=`if cc -fmerge-constants -xc /dev/null -S -o /dev/null 2> /dev/null 1> /dev/null; then echo 1; else echo 0; fi` -c imake.c rm -f imake cc -o imake -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef imake.o -L/usr/X11R6/lib -lgnumalloc -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,../../exports/lib /usr/bin/ld: cannot find -lgnumalloc *** Error code 1 Stop in /usr/ports/devel/imake-6/work/xc/config/imake. *** Error code 1 Stop in /usr/ports/devel/imake-6/work/xc. make: cannot open xmakefile. *** Error code 2 Stop in /usr/ports/devel/imake-6. *** Error code 1 Stop in /usr/ports/x11/xorg-libraries. *** Error code 1 Stop in /usr/ports/x11/xorg. -------------------------------------------------------------------------------------------------------------------------------------------------- So far my Googling and searches of the mail lists have turned up little help. XFree has never been installed, so I'm thinking that maybe the July note from ports/UPDATING doesn't apply? If anyone can shed some light, or provide a URI describing the issue, I'd appreciate it. Kevin Kinsey