From owner-freebsd-questions Fri Sep 11 14:44:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16241 for freebsd-questions-outgoing; Fri, 11 Sep 1998 14:44:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cs.uoregon.edu (asterix.cs.uoregon.edu [128.223.8.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16209 for ; Fri, 11 Sep 1998 14:44:27 -0700 (PDT) (envelope-from wcarey@cs.uoregon.edu) Received: from ix.cs.uoregon.edu (wcarey@ix.cs.uoregon.edu [128.223.202.21]) by cs.uoregon.edu (8.8.8/8.8.7) with SMTP id OAA06675 for ; Fri, 11 Sep 1998 14:11:20 -0700 (PDT) Date: Fri, 11 Sep 1998 14:11:20 -0700 (PDT) From: Woody Carey To: freebsd-questions@FreeBSD.ORG Subject: gtk+-1.0.5 configure script error - how to fix ? 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 is on FreeBSD 2.2.5-Release from WC, When I run ./configure in the gtk+-1.0.5 dir in my home dir as me, not root, I get : [snipped for sanity] checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... none needed checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... (cached) yes checking how to run the C preprocessor... gcc -E checking for X... no configure: error: *** X libraries or include files not found. Check 'config.log' for *** more details. tail config.log gives : [snipped] configure:1787: checking how to run the C preprocessor configure:1808: gcc -E conftest.c >/dev/null 2>conftest.out configure:1852: checking for X configure:1919: gcc -E conftest.c >/dev/null 2>conftest.out configure:1915: X11/Intrinsic.h: No such file or directory configure: failed program was: #line 1914 "configure" #include "confdefs.h" #include configure:1995: gcc -o conftest -g -O2 -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM conftes t.c -lXt 1>&5 configure: In function `main': configure:1991: warning: implicit declaration of function `XtMalloc' ld: -lXt: no match configure: failed program was: #line 1988 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } So, my question is: Where do I get the 'Xt' lib and headers? Will installing the XFree86-3.3.2 source [which is where?] do it? The web documentation on XFree68-contrib is 'bla'. TIA [please reply to both me and -questions, I am not subbed] -------------------------------------------------------------------- Woody Carey wcarey@cs.uoregon.edu 541.346.75xx Lazlo's Chinese Relativity Axiom: No matter how great your triumphs or how tragic your defeats -- approximately one billion Chinese couldn't care less. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message