Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 1997 21:43:26 -0500 (EST)
From:      "Kenneth R. Westerback" <krw@tcn.net>
To:        freebsd-ports@freebsd.org
Subject:   2.2R xpm-3.4j port == ld: -lgnumalloc: no match
Message-ID:  <Pine.BSF.3.95q.970322212617.324B-100000@Pkrw.tcn.net>

next in thread | raw e-mail | index | archive | help
When I tried to install fvwm2 from the ports collection I got with 2.2R it
failed while trying to install xpm. The error message at the end was

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

I took a stab after reading the mail archives and created a link while in
the directory /usr/X11R6/lib:

cd /usr/X11R6/lib
ln -s /usr/lib/compat/libgnumalloc.so.2.0 libgnumalloc.so.2.0

whereupon the make worked fine.

Another -L (-L/usr/lib/compat) required on the compile command line?  Or
is this link supposed to be created somewhere?

---- Ken 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970322212617.324B-100000>