bug-autoconf
[Top][All Lists]
Advanced

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

It told me to report it.


From: Paul Homer
Subject: It told me to report it.
Date: Tue, 15 Apr 2003 17:51:07 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

Building ImageMagick 5.5.6 on AIX using the AIX c compiler gets me the following:

configure: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jpeglib.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for jpeglib.h... no

which is caused by the fact that I set the CFLAGS to have a -I argument, but the cc -E test doesn't include CFLAGS.

configure:29272: checking jpeglib.h usability
configure:29285: cc -c -q cpluscmt -I /usr/local/include  conftest.c >&5
"/usr/local/include/jconfig.h", line 12.9: 1506-236 (W) Macro name HAVE_STDLIB_H
has been redefined.
"/usr/local/include/jconfig.h", line 12.9: 1506-358 (I) "HAVE_STDLIB_H" is defin
ed on line 29285 of conftest.c.
configure:29288: $? = 0
configure:29291: test -s conftest.o
configure:29294: $? = 0
configure:29304: result: yes
configure:29308: checking jpeglib.h presence
configure:29319: cc -E  conftest.c
"configure", line 29382.10: 1506-296 (S) #include file <jpeglib.h> not found.
configure:29325: $? = 1
configure: failed program was:
| #line 29310 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""


Paul Homer.





reply via email to

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