Your message dated Tue, 30 Nov 1999 16:40:17 +0100 with message-id <3843EFE1.825180BE@kde.org> and subject line solved? has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at maintonly) by bugs.kde.org; 20 Jun 1999 15:15:13 +0000 From j.saito@wanadoo.fr Sun Jun 20 17:15:13 1999 Received: from smtp-out-004.wanadoo.fr ([193.252.19.87]:51693 "EHLO wanadoo.fr" ident: "root") by max.tat.physik.uni-tuebingen.de with ESMTP id <741396-30172>; Sun, 20 Jun 1999 17:15:00 +0200 Received: from tnttls17-202.abo.wanadoo.fr [164.138.17.202] by wanadoo.fr for Paris Sun, 20 Jun 1999 17:14:55 +0200 (MET DST) Date: Sun, 20 Jun 1999 17:17:05 +0200 (CEST) From: Junichi Saito Sender: junichi@saito To: maintonly@bugs.kde.org Subject: 'checking for X...' problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-Path: X-Orcpt: rfc822;maintonly@bugs.kde.org Package: kde-common Version: ? I encouter a config failure with all the packages (KDE_1_1_BRANCH from CVS) I try to compile, namely kdesupport, kdelibs, kdebase, kdenetwork, kdegraphics. 'configure' succeeds, however, if I add '--x-includes=/usr/X11R6/include'. Here is the error message: checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths! X is installed in one of the canonical locations, under /usr/X11R6. Moreover when I try to compile packages from HEAD branch, I don't have this problem. The below is from 'config.log' when I configured kdesupport from KDE_1_1_BRANCH: configure:3783: checking for X configure:3817: gcc -E conftest.c >/dev/null 2>conftest.out configure:3893: gcc -o conftest -O6 -mk6 -s conftest.c -lXt 1>&5 /usr/i586-pc-linux-gnu/bin/ld: cannot open -lXt: No such file or directory collect2: ld returned 1 exit status 'configure' script stopped here. The following is from 'config.log' when I configured kdesupport from HEAD branch: configure:3049: checking for X configure:3088: gcc -E conftest.c >/dev/null 2>conftest.out configure:3164: gcc -o conftest -O6 -mk6 -s conftest.c -lXt 1>&5 /usr/i586-pc-linux-gnu/bin/ld: cannot open -lXt: No such file or directory collect2: ld returned 1 exit status configure: failed program was: #line 3157 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } configure:3319: checking for libXext configure:3342: gcc -o conftest -O6 -mk6 -L/usr/X11R6/lib conftest.c -lXext -lX11 1>&5 I can't track down the problem further, not having enough knowledge in autoconf stuff. junichi