Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 1997 19:57:13 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Phil Humpherys <humphery@beagle.imall.com>
Cc:        Youngil Choi <yichoi@cosmos.kaist.ac.kr>, freebsd-questions@FreeBSD.ORG
Subject:   Re: ld: -lgnumalloc: no match 
Message-ID:  <Pine.BSI.3.94.970128195610.24983Q-100000@localhost>
In-Reply-To: <199701251831.LAA06240@beagle.imall.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.970128195610.24983Q-100000>