[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: [PCB] bugreport: configure vs gdlib-config
On Thu, 24 Aug 2006, Dan McMahill wrote:
>> Btw, today I had another problem: ./configure failed to find gdlib-config
>> and the same thing happened: at the end it seemed everything was fine,
>> however when compiling the png hid, things went really wrong. I guess
>> similar fix should be applied on that as well.
>>
>
>Could you send me the ./configure output as well as the place where the
>compilation fails for this case? I _thought_ that the gdlib stuff was
>all sorted out, but maybe there is still some case which isn't covered yet.
>
>-Dan
After long hours of installing/uninstalling libs, I could reproduce the
problem. It's very tricky, happens only when one uses different versions
of gdlib. I had the old version installed (1.8.4) with the -dev package
(so had the .h files as well), then I installed the new version
(2.0.33-1.1) _without_ the -dev. This why I didn't have gdlib-config,
which comes with the new version's -dev package.
So when I ran configure, it said:
---
checking for gdlib-config... no
Cannot find gdlib-config.
Make sure it is installed and in your PATH.
gdlib-config is part of the GD library available from www.boutell.com/gd.
This is needed for the png HID. I will look for libgd anyway and maybe
you will get lucky.
checking for main in -lgd... yes
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
---
I think this means it found the old libgd, since that had the header files
installed, but links against the new version's libs. Mixing old headers
with new lib files might be a bad idea.
Anyway it even would work if ./configure would use the correct -l
combination when it tries to be lucky. The difference:
- related libs it tries alone [1]:
-lgd
- related libs it uses after running gdlib-config [2]:
-lpthread -ljpeg -lfreetype -lpng12 -lz -lgd
I tested the right combination of the -l's with libgd2-dev removed and the
compilation suceeded, exporting to png works.
All relevant logs are attached:
config.log - with no gdlib-config (no libgd2-dev)
Make.log - [1] how linking fails with no gdlib-config (no libgd2-dev)
Make.log.2 - [2] how linking works with the right -l's (still no libgd2-dev)
regards,
Igor2
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --disable-gif
## --------- ##
## Platform. ##
## --------- ##
hostname = JAIL
uname -m = i686
uname -r = 2.6.16.16bea4
uname -s = Linux
uname -v = #4 PREEMPT Tue Jun 27 10:56:30 CEST 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/igor2/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1361: checking for a BSD-compatible install
configure:1416: result: /usr/bin/install -c
configure:1427: checking whether build environment is sane
configure:1470: result: yes
configure:1535: checking for gawk
configure:1551: found /usr/bin/gawk
configure:1561: result: gawk
configure:1571: checking whether make sets $(MAKE)
configure:1591: result: yes
configure:1762: checking whether to enable maintainer-specific portions of Makefiles
configure:1771: result: no
configure:1793: checking build system type
configure:1811: result: i686-pc-linux-gnu
configure:1819: checking host system type
configure:1833: result: i686-pc-linux-gnu
configure:1841: checking for windows
configure:1861: result: no
configure:1921: checking for gcc
configure:1937: found /usr/bin/gcc
configure:1947: result: gcc
configure:2191: checking for C compiler version
configure:2194: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2197: $? = 0
configure:2199: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
configure:2202: $? = 0
configure:2204: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2207: $? = 1
configure:2230: checking for C compiler default output file name
configure:2233: gcc conftest.c >&5
configure:2236: $? = 0
configure:2282: result: a.out
configure:2287: checking whether the C compiler works
configure:2293: ./a.out
configure:2296: $? = 0
configure:2313: result: yes
configure:2320: checking whether we are cross compiling
configure:2322: result: no
configure:2325: checking for suffix of executables
configure:2327: gcc -o conftest conftest.c >&5
configure:2330: $? = 0
configure:2355: result:
configure:2361: checking for suffix of object files
configure:2382: gcc -c conftest.c >&5
configure:2385: $? = 0
configure:2407: result: o
configure:2411: checking whether we are using the GNU C compiler
configure:2435: gcc -c conftest.c >&5
configure:2441: $? = 0
configure:2445: test -z
|| test ! -s conftest.err
configure:2448: $? = 0
configure:2451: test -s conftest.o
configure:2454: $? = 0
configure:2467: result: yes
configure:2473: checking whether gcc accepts -g
configure:2494: gcc -c -g conftest.c >&5
configure:2500: $? = 0
configure:2504: test -z
|| test ! -s conftest.err
configure:2507: $? = 0
configure:2510: test -s conftest.o
configure:2513: $? = 0
configure:2524: result: yes
configure:2541: checking for gcc option to accept ANSI C
configure:2611: gcc -c -g -O2 conftest.c >&5
configure:2617: $? = 0
configure:2621: test -z
|| test ! -s conftest.err
configure:2624: $? = 0
configure:2627: test -s conftest.o
configure:2630: $? = 0
configure:2648: result: none needed
configure:2666: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2672: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2816: checking for style of include used by make
configure:2844: result: GNU
configure:2872: checking dependency style of gcc
configure:2962: result: gcc3
configure:2980: checking for inline
configure:3001: gcc -c -g -O2 conftest.c >&5
configure:3007: $? = 0
configure:3011: test -z
|| test ! -s conftest.err
configure:3014: $? = 0
configure:3017: test -s conftest.o
configure:3020: $? = 0
configure:3032: result: inline
configure:3053: checking whether gcc and cc understand -c and -o together
configure:3083: gcc -c conftest.c -o conftest.o >&5
configure:3086: $? = 0
configure:3088: gcc -c conftest.c -o conftest.o >&5
configure:3091: $? = 0
configure:3098: cc -c conftest.c >&5
configure:3101: $? = 0
configure:3104: cc -c conftest.c -o conftest.o >&5
configure:3107: $? = 0
configure:3109: cc -c conftest.c -o conftest.o >&5
configure:3112: $? = 0
configure:3130: result: yes
configure:3160: checking how to run the C preprocessor
configure:3195: gcc -E conftest.c
configure:3201: $? = 0
configure:3233: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3239: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pcb"
| #define VERSION "1.99t"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3278: result: gcc -E
configure:3302: gcc -E conftest.c
configure:3308: $? = 0
configure:3340: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3346: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pcb"
| #define VERSION "1.99t"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3393: checking for gawk
configure:3419: result: gawk
configure:3434: checking for flex
configure:3450: found /usr/bin/flex
configure:3460: result: flex
configure:3473: checking for yywrap in -lfl
configure:3503: gcc -o conftest -g -O2 conftest.c -lfl >&5
configure:3509: $? = 0
configure:3513: test -z
|| test ! -s conftest.err
configure:3516: $? = 0
configure:3519: test -s conftest
configure:3522: $? = 0
configure:3535: result: yes
configure:3613: checking lex output file root
configure:3624: flex conftest.l
configure:3627: $? = 0
configure:3639: result: lex.yy
configure:3644: checking whether yytext is a pointer
configure:3660: gcc -o conftest -g -O2 conftest.c -lfl >&5
configure:3666: $? = 0
configure:3670: test -z
|| test ! -s conftest.err
configure:3673: $? = 0
configure:3676: test -s conftest
configure:3679: $? = 0
configure:3693: result: yes
configure:3709: checking for flex
configure:3727: found /usr/bin/flex
configure:3740: result: /usr/bin/flex
configure:3764: checking for bison
configure:3780: found /usr/bin/bison
configure:3790: result: bison -y
configure:3803: checking for bison
configure:3821: found /usr/bin/bison
configure:3834: result: /usr/bin/bison
configure:3866: checking for a BSD-compatible install
configure:3921: result: /usr/bin/install -c
configure:3973: checking for ranlib
configure:3989: found /usr/bin/ranlib
configure:4000: result: ranlib
configure:4018: checking for tgif
configure:4049: result: notfound
configure:4068: checking for xpmtoppm
configure:4086: found /usr/bin/xpmtoppm
configure:4099: result: /usr/bin/xpmtoppm
configure:4108: checking for ppmtowinicon
configure:4126: found /usr/bin/ppmtowinicon
configure:4139: result: /usr/bin/ppmtowinicon
configure:4158: checking for convert
configure:4189: result: notfound
configure:4209: checking if the documentation should be built
configure:4230: result: yes
configure:4397: checking for which gui to use
configure:4408: result: gtk
configure:4422: checking for which printer to use
configure:4432: result: lpr
configure:4443: checking for which exporters to use
configure:4453: result: bom gerber png ps
configure:4496: checking for gm4
configure:4529: result: no
configure:4496: checking for m4
configure:4514: found /usr/bin/m4
configure:4526: result: /usr/bin/m4
configure:4549: checking for wish
configure:4567: found /usr/bin/wish
configure:4579: result: /usr/bin/wish
configure:4615: checking for latex
configure:4631: found /usr/bin/latex
configure:4641: result: latex
configure:4667: checking for pdflatex
configure:4683: found /usr/bin/pdflatex
configure:4693: result: pdflatex
configure:4719: checking for dvips
configure:4735: found /usr/bin/dvips
configure:4745: result: dvips
configure:4771: checking for ps2pdf
configure:4787: found /usr/bin/ps2pdf
configure:4797: result: ps2pdf
configure:4820: checking for sqrt in -lm
configure:4850: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:21: warning: conflicting types for built-in function `sqrt'
configure:4856: $? = 0
configure:4860: test -z
|| test ! -s conftest.err
configure:4863: $? = 0
configure:4866: test -s conftest
configure:4869: $? = 0
configure:4882: result: yes
configure:4894: checking for gethostbyname in -lxnet
configure:4924: gcc -o conftest -g -O2 conftest.c -lxnet -lm >&5
/usr/bin/ld: cannot find -lxnet
collect2: ld returned 1 exit status
configure:4930: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pcb"
| #define VERSION "1.99t"
| #define YYTEXT_POINTER 1
| #define M4 /usr/bin/m4
| #define GNUM4 "/usr/bin/m4"
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char gethostbyname ();
| int
| main ()
| {
| gethostbyname ();
| ;
| return 0;
| }
configure:4956: result: no
configure:4968: checking for yywrap in -lfl
configure:5030: result: yes
configure:5045: checking for strerror
configure:5102: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5108: $? = 0
configure:5112: test -z
|| test ! -s conftest.err
configure:5115: $? = 0
configure:5118: test -s conftest
configure:5121: $? = 0
configure:5133: result: yes
configure:5148: checking for regcomp
configure:5205: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5211: $? = 0
configure:5215: test -z
|| test ! -s conftest.err
configure:5218: $? = 0
configure:5221: test -s conftest
configure:5224: $? = 0
configure:5236: result: yes
configure:5148: checking for re_comp
configure:5205: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5211: $? = 0
configure:5215: test -z
|| test ! -s conftest.err
configure:5218: $? = 0
configure:5221: test -s conftest
configure:5224: $? = 0
configure:5236: result: yes
configure:5252: checking for logf
configure:5309: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
conftest.c:43: warning: conflicting types for built-in function `logf'
configure:5315: $? = 0
configure:5319: test -z
|| test ! -s conftest.err
configure:5322: $? = 0
configure:5325: test -s conftest
configure:5328: $? = 0
configure:5340: result: yes
configure:5252: checking for expf
configure:5309: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
conftest.c:44: warning: conflicting types for built-in function `expf'
configure:5315: $? = 0
configure:5319: test -z
|| test ! -s conftest.err
configure:5322: $? = 0
configure:5325: test -s conftest
configure:5328: $? = 0
configure:5340: result: yes
configure:5252: checking for rint
configure:5309: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5315: $? = 0
configure:5319: test -z
|| test ! -s conftest.err
configure:5322: $? = 0
configure:5325: test -s conftest
configure:5328: $? = 0
configure:5340: result: yes
configure:5354: checking for vsnprintf
configure:5411: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
conftest.c:46: warning: conflicting types for built-in function `vsnprintf'
configure:5417: $? = 0
configure:5421: test -z
|| test ! -s conftest.err
configure:5424: $? = 0
configure:5427: test -s conftest
configure:5430: $? = 0
configure:5442: result: yes
configure:5458: checking for getpwuid
configure:5515: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5521: $? = 0
configure:5525: test -z
|| test ! -s conftest.err
configure:5528: $? = 0
configure:5531: test -s conftest
configure:5534: $? = 0
configure:5546: result: yes
configure:5458: checking for gethostname
configure:5515: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5521: $? = 0
configure:5525: test -z
|| test ! -s conftest.err
configure:5528: $? = 0
configure:5531: test -s conftest
configure:5534: $? = 0
configure:5546: result: yes
configure:5458: checking for getcwd
configure:5515: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5521: $? = 0
configure:5525: test -z
|| test ! -s conftest.err
configure:5528: $? = 0
configure:5531: test -s conftest
configure:5534: $? = 0
configure:5546: result: yes
configure:5560: checking for random
configure:5617: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5623: $? = 0
configure:5627: test -z
|| test ! -s conftest.err
configure:5630: $? = 0
configure:5633: test -s conftest
configure:5636: $? = 0
configure:5648: result: yes
configure:5659: checking for egrep
configure:5669: result: grep -E
configure:5674: checking for ANSI C header files
configure:5699: gcc -c -g -O2 conftest.c >&5
configure:5705: $? = 0
configure:5709: test -z
|| test ! -s conftest.err
configure:5712: $? = 0
configure:5715: test -s conftest.o
configure:5718: $? = 0
configure:5804: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:5807: $? = 0
configure:5809: ./conftest
configure:5812: $? = 0
configure:5827: result: yes
configure:5851: checking for sys/types.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5851: checking for sys/stat.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5851: checking for stdlib.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5851: checking for string.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5851: checking for memory.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5851: checking for strings.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5851: checking for inttypes.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5851: checking for stdint.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5851: checking for unistd.h
configure:5867: gcc -c -g -O2 conftest.c >&5
configure:5873: $? = 0
configure:5877: test -z
|| test ! -s conftest.err
configure:5880: $? = 0
configure:5883: test -s conftest.o
configure:5886: $? = 0
configure:5897: result: yes
configure:5917: checking for string.h
configure:5922: result: yes
configure:5917: checking for sys/types.h
configure:5922: result: yes
configure:5926: checking regex.h usability
configure:5938: gcc -c -g -O2 conftest.c >&5
configure:5944: $? = 0
configure:5948: test -z
|| test ! -s conftest.err
configure:5951: $? = 0
configure:5954: test -s conftest.o
configure:5957: $? = 0
configure:5967: result: yes
configure:5971: checking regex.h presence
configure:5981: gcc -E conftest.c
configure:5987: $? = 0
configure:6007: result: yes
configure:6042: checking for regex.h
configure:6049: result: yes
configure:5926: checking pwd.h usability
configure:5938: gcc -c -g -O2 conftest.c >&5
configure:5944: $? = 0
configure:5948: test -z
|| test ! -s conftest.err
configure:5951: $? = 0
configure:5954: test -s conftest.o
configure:5957: $? = 0
configure:5967: result: yes
configure:5971: checking pwd.h presence
configure:5981: gcc -E conftest.c
configure:5987: $? = 0
configure:6007: result: yes
configure:6042: checking for pwd.h
configure:6049: result: yes
configure:6080: checking sys/socket.h usability
configure:6092: gcc -c -g -O2 conftest.c >&5
configure:6098: $? = 0
configure:6102: test -z
|| test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest.o
configure:6111: $? = 0
configure:6121: result: yes
configure:6125: checking sys/socket.h presence
configure:6135: gcc -E conftest.c
configure:6141: $? = 0
configure:6161: result: yes
configure:6196: checking for sys/socket.h
configure:6203: result: yes
configure:6080: checking netinet/in.h usability
configure:6092: gcc -c -g -O2 conftest.c >&5
configure:6098: $? = 0
configure:6102: test -z
|| test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest.o
configure:6111: $? = 0
configure:6121: result: yes
configure:6125: checking netinet/in.h presence
configure:6135: gcc -E conftest.c
configure:6141: $? = 0
configure:6161: result: yes
configure:6196: checking for netinet/in.h
configure:6203: result: yes
configure:6080: checking netdb.h usability
configure:6092: gcc -c -g -O2 conftest.c >&5
configure:6098: $? = 0
configure:6102: test -z
|| test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest.o
configure:6111: $? = 0
configure:6121: result: yes
configure:6125: checking netdb.h presence
configure:6135: gcc -E conftest.c
configure:6141: $? = 0
configure:6161: result: yes
configure:6196: checking for netdb.h
configure:6203: result: yes
configure:6080: checking sys/param.h usability
configure:6092: gcc -c -g -O2 conftest.c >&5
configure:6098: $? = 0
configure:6102: test -z
|| test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest.o
configure:6111: $? = 0
configure:6121: result: yes
configure:6125: checking sys/param.h presence
configure:6135: gcc -E conftest.c
configure:6141: $? = 0
configure:6161: result: yes
configure:6196: checking for sys/param.h
configure:6203: result: yes
configure:6080: checking sys/times.h usability
configure:6092: gcc -c -g -O2 conftest.c >&5
configure:6098: $? = 0
configure:6102: test -z
|| test ! -s conftest.err
configure:6105: $? = 0
configure:6108: test -s conftest.o
configure:6111: $? = 0
configure:6121: result: yes
configure:6125: checking sys/times.h presence
configure:6135: gcc -E conftest.c
configure:6141: $? = 0
configure:6161: result: yes
configure:6196: checking for sys/times.h
configure:6203: result: yes
configure:6217: checking for X
configure:6447: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:6619: gcc -o conftest -g -O2 conftest.c -lfl -lm -L/usr/X11R6/lib -lX11 >&5
configure:6625: $? = 0
configure:6629: test -z
|| test ! -s conftest.err
configure:6632: $? = 0
configure:6635: test -s conftest
configure:6638: $? = 0
configure:6796: checking for gethostbyname
configure:6853: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:6859: $? = 0
configure:6863: test -z
|| test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest
configure:6872: $? = 0
configure:6884: result: yes
configure:7035: checking for connect
configure:7092: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:7098: $? = 0
configure:7102: test -z
|| test ! -s conftest.err
configure:7105: $? = 0
configure:7108: test -s conftest
configure:7111: $? = 0
configure:7123: result: yes
configure:7198: checking for remove
configure:7255: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:7261: $? = 0
configure:7265: test -z
|| test ! -s conftest.err
configure:7268: $? = 0
configure:7271: test -s conftest
configure:7274: $? = 0
configure:7286: result: yes
configure:7361: checking for shmat
configure:7418: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5
configure:7424: $? = 0
configure:7428: test -z
|| test ! -s conftest.err
configure:7431: $? = 0
configure:7434: test -s conftest
configure:7437: $? = 0
configure:7449: result: yes
configure:7533: checking for IceConnectionNumber in -lICE
configure:7563: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE -lfl -lm >&5
configure:7569: $? = 0
configure:7573: test -z
|| test ! -s conftest.err
configure:7576: $? = 0
configure:7579: test -s conftest
configure:7582: $? = 0
configure:7595: result: yes
configure:8344: checking for pkg-config
configure:8362: found /usr/bin/pkg-config
configure:8375: result: /usr/bin/pkg-config
configure:8442: checking for gtk+-2.0 >= 2.4.0
configure:8446: result: yes
configure:8450: checking GTK_CFLAGS
configure:8453: result: -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
configure:8456: checking GTK_LIBS
configure:8459: result: -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
configure:8548: checking for glib-2.0 >= 2.4.0
configure:8552: result: yes
configure:8556: checking GLIB_CFLAGS
configure:8559: result: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
configure:8562: checking GLIB_LIBS
configure:8565: result: -lglib-2.0
configure:8604: checking for gdlib-config
configure:8635: result: no
configure:8648: result: Cannot find gdlib-config.
Make sure it is installed and in your PATH.
gdlib-config is part of the GD library available from www.boutell.com/gd.
This is needed for the png HID. I will look for libgd anyway and maybe
you will get lucky.
configure:8656: checking for main in -lgd
configure:8680: gcc -o conftest -g -O2 -g -O2 -I/usr/X11R6/include conftest.c -lgd -lfl -lm >&5
configure:8686: $? = 0
configure:8690: test -z
|| test ! -s conftest.err
configure:8693: $? = 0
configure:8696: test -s conftest
configure:8699: $? = 0
configure:8712: result: yes
configure:8759: checking gd.h usability
configure:8771: gcc -c -g -O2 -g -O2 -I/usr/X11R6/include conftest.c >&5
configure:8777: $? = 0
configure:8781: test -z
|| test ! -s conftest.err
configure:8784: $? = 0
configure:8787: test -s conftest.o
configure:8790: $? = 0
configure:8800: result: yes
configure:8804: checking gd.h presence
configure:8814: gcc -E -g -O2 -I/usr/X11R6/include conftest.c
configure:8820: $? = 0
configure:8840: result: yes
configure:8875: checking for gd.h
configure:8882: result: yes
configure:8916: checking if GIF output from the png HID is desired
configure:8927: result: no
configure:9053: checking if JPEG output from the png HID is desired
configure:9071: result: yes
configure:9081: checking for gdImageJpeg
configure:9138: gcc -o conftest -g -O2 -g -O2 -I/usr/X11R6/include conftest.c -lgd -lfl -lm -L/usr/X11R6/lib >&5
configure:9144: $? = 0
configure:9148: test -z
|| test ! -s conftest.err
configure:9151: $? = 0
configure:9154: test -s conftest
configure:9157: $? = 0
configure:9169: result: yes
configure:9191: checking if PNG output from the png HID is desired
configure:9209: result: yes
configure:9219: checking for gdImagePng
configure:9276: gcc -o conftest -g -O2 -g -O2 -I/usr/X11R6/include conftest.c -lgd -lfl -lm -L/usr/X11R6/lib >&5
configure:9282: $? = 0
configure:9286: test -z
|| test ! -s conftest.err
configure:9289: $? = 0
configure:9292: test -s conftest
configure:9295: $? = 0
configure:9307: result: yes
configure:9336: checking if dmalloc debugging should be enabled
configure:9573: result: no
configure:9581: checking if ElectricFence debugging should be enabled
configure:9670: result: no
configure:9981: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on JAIL
config.status:788: creating Makefile
config.status:788: creating README_FILES/Makefile
config.status:788: creating doc/Makefile
config.status:788: creating example/Makefile
config.status:788: creating example/libraries/Makefile
config.status:788: creating lib/CreateLibraryContents.sh
config.status:788: creating lib/CreateLibrary.sh
config.status:788: creating lib/ListLibraryContents.sh
config.status:788: creating lib/Makefile
config.status:788: creating lib/QueryLibrary.sh
config.status:788: creating lib/qfp-ui
config.status:788: creating newlib/2_pin_thru-hole_packages/Makefile
config.status:788: creating newlib/Makefile
config.status:788: creating newlib/analog-devices/Makefile
config.status:788: creating newlib/burr-brown/Makefile
config.status:788: creating newlib/connectors/Makefile
config.status:788: creating newlib/crystal/Makefile
config.status:788: creating newlib/cypress/Makefile
config.status:788: creating newlib/electro-optics/Makefile
config.status:788: creating newlib/generic_SMD_packages/Makefile
config.status:788: creating newlib/headers/Makefile
config.status:788: creating newlib/msp430/Makefile
config.status:788: creating newlib/not_vetted_ingo/Makefile
config.status:788: creating newlib/sockets/Makefile
config.status:788: creating newlib/tests/Makefile
config.status:788: creating newlib/toko/Makefile
config.status:788: creating src/Makefile
config.status:788: creating src/script/Makefile
config.status:788: creating src/icons/Makefile
config.status:788: creating tools/Makefile
config.status:788: creating tutorial/Makefile
config.status:788: creating win32/Makefile
config.status:892: creating config.h
config.status:1258: executing depfiles commands
configure:11383: result:
** Configuration summary for pcb 1.99t:
GUI: gtk
Printer: lpr
Exporters: bom gerber png ps
Build documentation: yes
dmalloc debugging: no
ElectricFence debugging: no
CPPFLAGS: -g -O2 -I/usr/X11R6/include -DPCBLIBDIR=\"${prefix}/share/pcb\" -DPCBTREEDIR=\"${prefix}/share/pcb/newlib\"
CFLAGS: -g -O2 -I/usr/X11R6/include -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall
LIBS: -lgd -lfl -lm -L/usr/X11R6/lib -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_connect=yes
ac_cv_func_expf=yes
ac_cv_func_gdImageJpeg=yes
ac_cv_func_gdImagePng=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getpwuid=yes
ac_cv_func_logf=yes
ac_cv_func_random=yes
ac_cv_func_re_comp=yes
ac_cv_func_regcomp=yes
ac_cv_func_remove=yes
ac_cv_func_rint=yes
ac_cv_func_shmat=yes
ac_cv_func_strerror=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_gd_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_gd_main=yes
ac_cv_lib_m_sqrt=yes
ac_cv_lib_xnet_gethostbyname=no
ac_cv_objext=o
ac_cv_path_CONVERT=notfound
ac_cv_path_GDLIB_CONFIG=no
ac_cv_path_LEX_PATH=/usr/bin/flex
ac_cv_path_M4=/usr/bin/m4
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_PPMTOWINICON=/usr/bin/ppmtowinicon
ac_cv_path_TGIF=notfound
ac_cv_path_WISH=/usr/bin/wish
ac_cv_path_XPMTOPPM=/usr/bin/xpmtoppm
ac_cv_path_YACC_PATH=/usr/bin/bison
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_DVIPS=dvips
ac_cv_prog_LATEX=latex
ac_cv_prog_LEX=flex
ac_cv_prog_PDFLATEX=pdflatex
ac_cv_prog_PS2PDF=ps2pdf
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/igor2/src/pcb/pcb/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/igor2/src/pcb/pcb/missing --run tar'
AUTOCONF='${SHELL} /home/igor2/src/pcb/pcb/missing --run autoconf'
AUTOHEADER='${SHELL} /home/igor2/src/pcb/pcb/missing --run autoheader'
AUTOMAKE='${SHELL} /home/igor2/src/pcb/pcb/missing --run automake-1.9'
AWK='gawk'
BTNMOD='Mod1'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -I/usr/X11R6/include -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall'
CONVERT='notfound'
CPP='gcc -E'
CPPFLAGS='-g -O2 -I/usr/X11R6/include -DPCBLIBDIR=\"${prefix}/share/pcb\" -DPCBTREEDIR=\"${prefix}/share/pcb/newlib\"'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOC='doc'
DVIPS='dvips'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FONTFILENAME='default_font'
GDLIB_CONFIG='no'
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GLIB_LIBS='-lglib-2.0 '
GNUM4='/usr/bin/m4'
GTK_CFLAGS='-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GTK_LIBS='-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 '
HIDLIBS=' libgtk.a liblpr.a libbom.a libgerber.a libpng.a libps.a'
HIDLIST='gtk lpr bom gerber png ps'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LATEX='latex'
LDFLAGS=''
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LEX_PATH='/usr/bin/flex'
LIBOBJS=''
LIBRARYFILENAME='pcblib'
LIBS='-lgd -lfl -lm -L/usr/X11R6/lib -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 '
LTLIBOBJS=''
M4='/usr/bin/m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/igor2/src/pcb/pcb/missing --run makeinfo'
MISSING_CONVERT_FALSE='#'
MISSING_CONVERT_TRUE=''
MISSING_DVIPS_FALSE=''
MISSING_DVIPS_TRUE='#'
MISSING_LATEX_FALSE=''
MISSING_LATEX_TRUE='#'
MISSING_PDFLATEX_FALSE=''
MISSING_PDFLATEX_TRUE='#'
MISSING_PS2PDF_FALSE=''
MISSING_PS2PDF_TRUE='#'
MISSING_TGIF_FALSE='#'
MISSING_TGIF_TRUE=''
MISSING_XPMTOPPM_FALSE=''
MISSING_XPMTOPPM_TRUE='#'
MKINFO=''
OBJEXT='o'
PACKAGE='pcb'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCBLIBDIR='${prefix}/share/pcb'
PCBTREEDIR='${prefix}/share/pcb/newlib'
PDFLATEX='pdflatex'
PERL=''
PKG_CONFIG='/usr/bin/pkg-config'
PPMTOWINICON='/usr/bin/ppmtowinicon'
PS2PDF='ps2pdf'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TGIF='notfound'
TOPDIRS=' src lib newlib doc example tools tutorial README_FILES'
VERSION='1.99t'
WIN32='no'
WIN32_FALSE=''
WIN32_TRUE='#'
WISH='/usr/bin/wish'
XPMTOPPM='/usr/bin/xpmtoppm'
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
YACC='bison -y'
YACC_PATH='/usr/bin/bison'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/igor2/src/pcb/pcb/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define FONTFILENAME "default_font"
#define GNUM4 "/usr/bin/m4"
#define HAVE_EXPF 1
#define HAVE_GDIMAGEJPEG 1
#define HAVE_GDIMAGEPNG 1
#define HAVE_GD_H 1
#define HAVE_GETCWD 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPWUID 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBFL 1
#define HAVE_LIBGD 1
#define HAVE_LIBM 1
#define HAVE_LOGF 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PWD_H 1
#define HAVE_RANDOM 1
#define HAVE_REGCOMP 1
#define HAVE_REGEX_H 1
#define HAVE_RE_COMP 1
#define HAVE_RINT 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define LIBRARYFILENAME "pcblib"
#define M4 /usr/bin/m4
#define PACKAGE "pcb"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.99t"
#define YYTEXT_POINTER 1
configure: exit 0
Make.log
Make.log.2
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev