X-From-Line: address@hidden Sun Jul 25 10:59:01 2003 Return-path: Envelope-to: address@hidden Delivery-date: Fri, 25 Jul 2003 19:59:37 +0200 Received: from hermes.epita.fr ([163.5.255.10] helo=epita.fr) by kualalumpur.lrde.epita.fr with esmtp (Exim 3.35 #1 (Debian)) id 19g6qv-0003rT-00 for ; Fri, 25 Jul 2003 19:59:37 +0200 Received: from f7.net (consort.superb.net [209.61.216.22]) by epita.fr id h6PHxV917044 for EPITA Paris France Fri, 25 Jul 2003 19:59:31 +0200 (CEST) Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by f7.net (8.11.7/8.11.7) with ESMTP id h6PHxQS24883; Fri, 25 Jul 2003 13:59:26 -0400 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19g6qS-0005RQ-FD for address@hidden; Fri, 25 Jul 2003 13:59:08 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19g6qQ-0005R2-Ou for address@hidden; Fri, 25 Jul 2003 13:59:06 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19g6qP-0005Pa-5J for address@hidden; Fri, 25 Jul 2003 13:59:05 -0400 Received: from mccammon.ucsd.edu ([132.239.16.211]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19g6qO-0005OG-BE for address@hidden; Fri, 25 Jul 2003 13:59:04 -0400 Received: from chemcca24.ucsd.edu (chemcca24.ucsd.edu [132.239.16.184]) by mccammon.ucsd.edu (8.11.7+Sun/8.11.6) with ESMTP id h6PHx1614565 for ; Fri, 25 Jul 2003 10:59:01 -0700 (PDT) From: John Mongan To: address@hidden Content-Type: text/plain X-Gnus-Mail-Source: pop:address@hidden Message-Id: Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 25 Jul 2003 10:59:01 -0700 Content-Transfer-Encoding: 7bit Subject: stropts.h: present but cannot be compiled X-BeenThere: address@hidden X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for autoconf, the GNU build system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: address@hidden Errors-To: address@hidden X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20 X-Spam-Level: Status: X-Content-Length: 751 Lines: 26 Xref: nostromo.lrde.epita.fr autoconf.bug:2757 I got the following message running the configure script for LAM-MPI version 7.0 on an intel RedHat 9.0 linux machine. checking stropts.h presence... yes configure: WARNING: stropts.h: present but cannot be compiled configure: WARNING: stropts.h: check for missing prerequisite headers? configure: WARNING: stropts.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to address@hidden ## configure: WARNING: ## ------------------------------------ ## I was attempting to use intel compilers with the following flags: CC=icc FC=ifc CFLAGS='-O2 -march=pentium4' FFLAGS='-O3 -tpp7' export CC FC CFLAGS FFLAGS Hope this is helpful. John