bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

present but cannot be compiled (Was: BUG REPORT)


From: Akim Demaille
Subject: present but cannot be compiled (Was: BUG REPORT)
Date: Thu, 27 Feb 2003 08:56:17 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2

Please, report this to the package maintainers, as it's a configure.ac
problem.  The Autoconf 2.57 doc says:

      Previous versions of Autoconf merely checked whether the header
   was accepted by the preprocessor.  This was changed because the old
   test was inappropriate for typical uses.  Headers are typically
   used to compile, not merely to preprocess, and the old behavior
   sometimes accepted headers that clashed at compile-time.  If you
   need to check whether a header is preprocessable, you can use
   `AC_PREPROC_IFELSE' (*note Running the Preprocessor::).
   
      This scheme, which improves the robustness of the test, also
   requires that you make sure that headers that must be included
   before the HEADER-FILE be part of the INCLUDES, (*note Default
   Includes::).  If looking for `bar.h', which requires that `foo.h'
   be included before if it exists, we suggest the following scheme:
   
   
   AC_CHECK_HEADERS([foo.h])
   AC_CHECK_HEADERS([bar.h], [], [],
   [#if HAVE_FOO_H
   # include <foo.h>
   # endif
   ])

Thanks!

----------------------------------------------------------------------
Whe i compile php v 4.2.3 whit configure options :

./configure --with-oci8=/home2/programas/oracle/OraHome1
--with-oracle=/home2/programas/oracle/OraHome1 --with-xml
--enable-trans-sid --enabl
e-ftp  --enable-track-vars  --enable-libgcc  --with-mhash
--with-gd=/usr/local/lib/gd1.3 --with-config-file=/usr/local/lib/php.ini
--with-pe
ar --with-xml --enable-sigchild --with-zlib=/usr/local
--with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib
--with-xpm-dir=/usr/local
/lib --with-imagick

This messages warnings apear (see atach file)

(See attached file: autoconf_error.txt)

Plataform is SUN Sparc Solaris 5.8

Thanks

------------------------------------------------------------------------
David Guillermo Quintero Santacruz
Ingeniero de Desarrollo
------------------------------------------------------------------------
Terra Lycos
Calle 71 A # 6-30 Piso Séptimo.
Edificio Multifinanciera
Bogotá, Colombia
Tel. +57 1 6069898 ext. 4012
-------------------------------------------------------------------------
Mercado Continuo: TRR | Nasdaq: TRRA
-------------------------------------------------------------------------


This message is intended exclusively for its addressee and may contain
information that is CONFIDENTIAL. If this message has been received in
error, please immediately notify us via e-mail and delete it.  Please note
that Internet e-mail does not guarantee the confidentiality or the proper
receipt of the messages sent.  If the addressee of this message does not
consent to the use of Internet e-mail, please communicate it to us
immediately.  Este mensaje se dirige exclusivamente a su destinatario y
puede contener información CONFIDENCIAL. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma via y
proceda a su destrucción.  Nótese que el correo electrónico vía Internet no
permite asegurar ni la confidencialidad de los mensajes que se transmiten
ni la correcta recepción de los mismos.  En el caso de que el destinatario
de este mensaje no consintiera la utilización del correo electrónico vía
Internet, rogamos lo ponga en nuestro conocimiento de manera inmediata.=





reply via email to

[Prev in Thread] Current Thread [Next in Thread]