From owner-freebsd-questions Thu Jan 30 13:57:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA04432 for questions-outgoing; Thu, 30 Jan 1997 13:57:16 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA04427 for ; Thu, 30 Jan 1997 13:57:12 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id WAA05982; Thu, 30 Jan 1997 22:57:15 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.4/8.6.9) id WAA12832; Thu, 30 Jan 1997 22:59:15 +0100 (MET) From: Christoph Kukulies Message-Id: <199701302159.WAA12832@gilberto.physik.rwth-aachen.de> Subject: Re: error code In-Reply-To: <199701302133.QAA12290@connect.reach.net> from Jason Adamson at "Jan 30, 97 04:33:09 pm" To: razz@reach.net (Jason Adamson) Date: Thu, 30 Jan 1997 22:59:14 +0100 (MET) Cc: freebsd-questions@FreeBSD.ORG Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I am having a prob with my Xwindows in FreeBSD 2.2. > Whenever i try to compile a port i get this error : (this example is from > xed that i tried to install ) > cc -o xed -m486 -O2 -L/usr/X11R6/lib xedit.o jump.o edit.o file.o > warning.o search.o file_sel.o special.o commands.o -lXaw -lXmu -L/usr > /X11R6/lib -lXt -lX11 -lXt -lSM -lICE -lXext -lX11 -lm -lgnumalloc > ld: -lgnumalloc: no match > *** Error code 1 > Stop. > > Can anyone help me sort this out ? > thanks for your support Check if you got /usr/lib/compat and the libs in there. And of course the corresponding portions in /etc/rc where this is added to the shared libs search path. > J. > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de