From owner-freebsd-questions Thu Jan 14 11:54:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27701 for freebsd-questions-outgoing; Thu, 14 Jan 1999 11:54:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from d132-h017.rh.rit.edu (d132-h017.rh.rit.edu [129.21.132.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27693 for ; Thu, 14 Jan 1999 11:54:15 -0800 (PST) (envelope-from vega@d132-h017.rh.rit.edu) Received: from localhost (vega@localhost) by d132-h017.rh.rit.edu (8.9.1/8.8.8) with ESMTP id OAA26549; Thu, 14 Jan 1999 14:48:33 -0500 (EST) (envelope-from vega@d132-h017.rh.rit.edu) Date: Thu, 14 Jan 1999 14:48:33 -0500 (EST) From: VEGA To: Mike cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2nd Try: Enlightenment port broken? In-Reply-To: <000501be3ff6$1ff04fa0$0cf896d0@mikeg.insolwwb.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG this may be something that should be sent to ports but ill answer it here as well... try explicitly declaring the lib in the makefile, i had a similar problem when compiling the nethack-qt port on a 3.0 RELEASE elf system. i dont remember the exact lib it couldnt find, but i just explicity declared it in the makefile (that nethack itself generates, not the ports makefile) and it compiled fine. im sorry that i dont know the cause of this, but that is how i fixed it when i had the problem. good luck On Thu, 14 Jan 1999, Mike wrote: > Sorry if this ends up as a repost... Our lovely little MS Exchange box > decided to crap out exactly when I sent this message the first time, so I > dont know if it got through or not, and I never recieved a single response, > so my apologies just in case. Heres the original message > > Any advice is most appreciated, I'm trying to get enlightenment up and > running, then on to GNOME. > > Good morning. I went to make the enlightenment port this morning... it > starts ok, but I get: (with latest ports afaik) > BTW this is a 2.2.7 machine, havent cvsup'ed to 2.2.8 yet. > The install goes through most of my setup, notes all the graphic libs and > such > but dies horribly on gtk type stuff: The stuff below is an exact cut and > paste. > ---------------------------------------------------------------------- > /bin/sh ./mkinstalldirs /usr/local/bin > install -c -o root -g wheel -m 555 glib11d-config > /usr/local/bin/glib11d-config > /bin/sh ./mkinstalldirs /usr/local/include/glib11d > install -c -o root -g wheel -m 444 glib.h > /usr/local/include/glib11d/glib.h > install -c -o root -g wheel -m 444 glibconfig.h > /usr/local/include/glib11d/glibconfig.h > ===> Generating temporary packing list > ===> Registering installation for glib-1.1.11 > ===> Returning to build of gtk-1.1.11 > Error: shared library "glib11d.1" does not exist > *** Error code 1 > > Stop. > > > well, this is some of my /usr/local/lib: > libgdk11.a libglib11.so libgthread11d.a > libgdk11.la libglib11.so.0.2 libgthread11d.la > libgdk11.so libglib11d.a libgthread11d.so > libgdk11.so.1.0 libglib11d.la libgthread11d.so..1.1 > libgif.a libglib11d.so libgtk11.a > libgif.so libglib11d.so..1.1 libgtk11.la > libgif.so.3.0 libgmodule11d.a libgtk11.so > libglib.so.1.0 libgmodule11d.la libgtk11.so.1.0 > libglib11.a libgmodule11d.so > libglib11.la libgmodule11d.so..1.1 > > so it appears to be there... what do I need to do here? > > Mike Grommet > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message