From owner-freebsd-questions Mon May 1 11: 6:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 5F85D37C6DB for ; Mon, 1 May 2000 11:06:03 -0700 (PDT) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id OAA72101; Mon, 1 May 2000 14:05:26 -0400 (EDT) (envelope-from brett@peloton.runet.edu) Date: Mon, 1 May 2000 14:05:26 -0400 (EDT) From: Brett Taylor To: Kenny Drobnack Cc: freebsd-questions@FreeBSD.ORG Subject: Re: gtk FreeBSD and Linux In-Reply-To: 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 Hi, On Sun, 30 Apr 2000, Kenny Drobnack wrote: > 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 Try setting GTK_CONFIG=gtk12-config. (if tcsh/csh user use setenv, if bash, export it) > 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 This is a sign you need to use gmake - there are differences in the gmake vs make (bmake) Makefiles which is causing the problem here. > Is there some fundamental differences in make in FreeBSD and Linux, or > is it the gtk? It's make - see above. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message