From owner-freebsd-questions Tue Jan 28 20:07:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA06340 for questions-outgoing; Tue, 28 Jan 1997 20:07:53 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA06333 for ; Tue, 28 Jan 1997 20:07:47 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.4/8.6.12) with SMTP id TAA26119; Tue, 28 Jan 1997 19:57:13 -0800 (PST) Date: Tue, 28 Jan 1997 19:57:13 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Phil Humpherys cc: Youngil Choi , freebsd-questions@FreeBSD.ORG Subject: Re: ld: -lgnumalloc: no match In-Reply-To: <199701251831.LAA06240@beagle.imall.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 25 Jan 1997, Phil Humpherys wrote: > bash-2.00# ls /usr/lib/compat/*gnumalloc* > /usr/lib/compat/libgnumalloc.so.1.1 /usr/lib/compat/libgnumalloc.so.2.0 > > > ln -sf /usr/lib/compat/libgnumalloc.so.2.0 /usr/lib/libgnumalloc.so Dooh! Linuxism! ----------------------------------------------------^^^^ Forgot the version number! ln -sf /usr/lib/compat/libgnumalloc.so.2.0 /usr/lib/libgnumalloc.so.2.0 Then run ldconfig. Or add -L/usr/lib/compat/ to the compile command line...(CFLAGS)... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major