Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 1997 11:31:45 -0700
From:      Phil Humpherys <humphery@beagle.imall.com>
To:        Youngil Choi <yichoi@cosmos.kaist.ac.kr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ld: -lgnumalloc: no match 
Message-ID:  <199701251831.LAA06240@beagle.imall.com>
In-Reply-To: Your message of Sat, 25 Jan 1997 23:53:24 %2B0900. <199701251453.XAA18116@cosmos.kaist.ac.kr> 

next in thread | previous in thread | raw e-mail | index | archive | help


Hi,

This is what I tried:

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

and I'm still getting:

cc -o sxpm -m486 -O2      -L/usr/X11R6/lib sxpm.o -L../lib -L/usr/X11R6/lib -lXpm -lXt -lSM -lICE -lXext -lX11    -lgnumalloc  
ld: -lgnumalloc: no match

I've got to be close, what am I missing?

On Sat, 25 Jan 1997 23:53:24 +0900 (KST) Youngil Choi writes
+--------------------
| > 
| > 
| > I'm trying to compile the afterstep port, and it depends on the xpm
| > port, which I can't compile because it needs this gnumalloc, and it
| > can't find it.  I'm a bit stuck, can someone help me out here?
| > 
| > this is 2.2-BETA
| > 
| > Thanks.
| > 
| check out /usr/lib/compat/libgunmalloc.so
| If there is, you might want to symbolic link like this: 
|     ln -sf /usr/lib/compat/libgnumalloc.so /usr/lib/libgnumalloc.so
| 
| - yichoi


-pH

--------------
Phil Humpherys                    Email:  ph@imall.com
Systems Administrator             http://ph.imall.com/
iMALL, Inc.                       Office:  +1.801.377.0899
                                   Pager:  +1.801.276.3494

"Would it help to confuse it if we were to run away some more?" 
-Brave Sir Robin       



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701251831.LAA06240>