From owner-freebsd-questions Sun Apr 30 20:48:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mission.mvnc.edu (mission.mvnc.edu [149.143.2.3]) by hub.freebsd.org (Postfix) with ESMTP id 2479837B516 for ; Sun, 30 Apr 2000 20:48:18 -0700 (PDT) (envelope-from kdrobnac@mission.mvnc.edu) Received: from localhost (kdrobnac@localhost) by mission.mvnc.edu (8.8.8+Sun/8.8.8) with SMTP id XAA05070 for ; Sun, 30 Apr 2000 23:47:57 -0400 (EDT) Date: Sun, 30 Apr 2000 23:47:57 -0400 (EDT) From: Kenny Drobnack To: freebsd-questions@freebsd.org Subject: gtk FreeBSD and Linux 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 on a couple occasions now, I have downloaded source for programs that only had Linux binaries available and tried to install from source on FreeBSD. Most all of them have a configure script. I keep running into the problem that it will tell me that I don't have to gtk installed when I most definitely do. GTK was installed from the ports collection into /usr/X11R6/include/gtk12/gtk ./configure gives the error message: *** The gtk-config script installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK I got the same result after running GTK_CONFIG. I eventually fixed the problem by making a symbolic link from gtk12-config (in /usr/X11R6/bin) to gtk-config. This makes configure happy. However, I still cannot get this thing to compile. Everything seems to be going well until I get: "Makefile", line 295: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Anyway, this most recent time I've had this experience is with the newest version of gnapster (downloaded today off freshmeat.net). I've also had the same problem with a little program called Tuxcards. Is there some fundamental differences in make in FreeBSD and Linux, or is it the gtk? Oh yeah, nearly forgot. I'm running FreeBSD-4.0-RELEASE, if that makes any difference. ----- In computer terms, hardware is the stuff you can hit with a baseball bat, and software is the stuff you can only swear at. -from a web page explaining what hardware, software, and firmware are ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message