URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 51721
[ Назад ]

Исходное сообщение
"После обновления до 5.3 некоторые порты перестали собираться!"

Отправлено Ejik , 18-Дек-04 10:36 
например все php5-extensions и pecl-pdflib

Вот что говорит вконце конфигурирования:
===>  Script "configure" failed unexpectedly.
Please report the problem to ale@FreeBSD.org [maintainer] and attach the
"/usr/ports/graphics/php5-gd/work/php-5.0.3/ext/gd/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/graphics/php5-gd.

Подскажите пожалуйста что делать?


Содержание

Сообщения в этом обсуждении
"После обновления до 5.3 некоторые порты перестали собираться..."
Отправлено Ejik , 18-Дек-04 10:44 
ой, самую главную ошибку забыл
configure: error: tag name "CXX" already exists

"После обновления до 5.3 некоторые порты перестали собираться..."
Отправлено lavr , 19-Дек-04 12:16 
>ой, самую главную ошибку забыл
>configure: error: tag name "CXX" already exists

смотри config.log чтобы понять и локализовать ошибку.

В 5.3 изменились тредовые библиотеки.

PS. Если личная машина - смотри в сторону man libmap.conf, если
боевой сервер - его апгрейд с 5.x -> 5.3 может боком вылезти, особенно
в портах, я бы снес ВСЕ порты и поставил заново все что нужно.



"После обновления до 5.3 некоторые порты перестали собираться..."
Отправлено Ejik , 19-Дек-04 13:16 
прикладываю config.log (собирал php5-gd):
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.53.  Invocation command line was

  $ ./configure --with-gd --with-freetype-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-zlib-dir=/usr --with-xpm-dir=/usr/X11R6 --with-php-config=/usr/local/bin/php-config --with-t1lib=/usr/local --enable-gd-native-ttf --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/local i386-portbld-freebsd5.3

## --------- ##
## Platform. ##
## --------- ##

hostname = qwertynet.ru
uname -m = i386
uname -r = 5.3-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 5.3-STABLE #4: Fri Dec  3 21:41:02 NOVT 2004     ejik@qwertynet.ru:/usr/obj/usr/src/sys/QWERTY

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libexec/automake15
PATH: /usr/local/libexec/autoconf253
PATH: /usr/local/libexec/libtool13
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1427: checking build system type
configure:1445: result: i386-portbld-freebsd5.3
configure:1453: checking host system type
configure:1467: result: i386-portbld-freebsd5.3
configure:1520: checking for i386-portbld-freebsd5.3-gcc
configure:1546: result: cc
configure:1828: checking for C compiler version
configure:1831: cc --version </dev/null >&5
cc (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 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:1834: $? = 0
configure:1836: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
configure:1839: $? = 0
configure:1841: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:1844: $? = 1
configure:1870: checking for C compiler default output
configure:1873: cc -O2 -pipe -march=pentium4   conftest.c  >&5
configure:1876: $? = 0
configure:1909: result: a.out
configure:1914: checking whether the C compiler works
configure:1920: ./a.out
configure:1923: $? = 0
configure:1938: result: yes
configure:1945: checking whether we are cross compiling
configure:1947: result: no
configure:1950: checking for suffix of executables
configure:1952: cc -o conftest -O2 -pipe -march=pentium4   conftest.c  >&5
configure:1955: $? = 0
configure:1977: result:
configure:1983: checking for suffix of object files
configure:2007: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:2010: $? = 0
configure:2029: result: o
configure:2033: checking whether we are using the GNU C compiler
configure:2060: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:2063: $? = 0
configure:2066: test -s conftest.o
configure:2069: $? = 0
configure:2081: result: yes
configure:2087: checking whether cc accepts -g
configure:2111: cc -c -g  conftest.c >&5
configure:2114: $? = 0
configure:2117: test -s conftest.o
configure:2120: $? = 0
configure:2130: result: yes
configure:2157: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2160: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2274: checking whether cc understands -c and -o together
configure:2304: cc -c conftest.c -o conftest.o >&5
configure:2307: $? = 0
configure:2309: cc -c conftest.c -o conftest.o >&5
configure:2312: $? = 0
configure:2351: result: yes
configure:2366: checking if compiler supports -R
configure:2393: cc -o conftest -O2 -pipe -march=pentium4   conftest.c -R /usr/lib  >&5
configure:2396: $? = 0
configure:2399: test -s conftest
configure:2402: $? = 0
configure:2414: result: yes
configure:2513: checking for PHP prefix
configure:2515: result: /usr/local
configure:2517: checking for PHP includes
configure:2519: result: -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM
configure:2521: checking for PHP extension directory
configure:2523: result: /usr/local/lib/php/20040412
configure:2565: checking for re2c
configure:2592: result: exit 0;
configure:2604: checking for gawk
configure:2633: result: no
configure:2604: checking for mawk
configure:2633: result: no
configure:2604: checking for nawk
configure:2620: found /usr/bin/nawk
configure:2630: result: nawk
configure:2645: checking for GD support
configure:2688: result: yes, shared
configure:2697: checking for the location of libjpeg
configure:2715: result: /usr/local
configure:2725: checking for the location of libpng
configure:2743: result: /usr/local
configure:2753: checking for the location of libz
configure:2771: result: /usr
configure:2780: checking for the location of libXpm
configure:2798: result: /usr/X11R6
configure:2806: checking for FreeType 1.x support
configure:2824: result: no
configure:2832: checking for FreeType 2
configure:2850: result: /usr/local
configure:2858: checking for T1lib support
configure:2876: result: /usr/local
configure:2884: checking whether to enable truetype string function in GD
configure:2901: result: yes
configure:2909: checking whether to enable JIS-mapped Japanese font support in GD
configure:2926: result: no
configure:2966: checking for fabsf
configure:3009: cc -o conftest -O2 -pipe -march=pentium4   conftest.c  >&5
configure:2982: warning: conflicting types for built-in function 'fabsf'
/var/tmp//ccbTnAMQ.o(.text+0xe): In function `main':
: undefined reference to `fabsf'
configure:3012: $? = 1
configure: failed program was:
#line 2972 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fabsf (); below.  */
#include <assert.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 fabsf ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fabsf) || defined (__stub___fabsf)
choke me
#else
f = fabsf;
#endif

  ;
  return 0;
}
configure:3028: result: no
configure:2966: checking for floorf
configure:3009: cc -o conftest -O2 -pipe -march=pentium4   conftest.c  >&5
configure:2982: warning: conflicting types for built-in function 'floorf'
/var/tmp//ccaUJJXR.o(.text+0xe): In function `main':
: undefined reference to `floorf'
configure:3012: $? = 1
configure: failed program was:
#line 2972 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char floorf (); below.  */
#include <assert.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 floorf ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_floorf) || defined (__stub___floorf)
choke me
#else
f = floorf;
#endif

  ;
  return 0;
}
configure:3028: result: no
configure:3148: checking for jpeg_read_header in -ljpeg
configure:3181: cc -o conftest -O2 -pipe -march=pentium4  -R/usr/local/lib -L/usr/local/lib  conftest.c -ljpeg   >&5
configure:3184: $? = 0
configure:3187: test -s conftest
configure:3190: $? = 0
configure:3201: result: yes
configure:3460: checking for png_write_image in -lpng
configure:3493: cc -o conftest -O2 -pipe -march=pentium4  -R/usr/local/lib -L/usr/local/lib  -lz conftest.c -lpng   >&5
configure:3496: $? = 0
configure:3499: test -s conftest
configure:3502: $? = 0
configure:3513: result: yes
configure:3867: checking for XpmFreeXpmImage in -lXpm
configure:3900: cc -o conftest -O2 -pipe -march=pentium4  -R/usr/X11R6/lib -L/usr/X11R6/lib  -lX11 conftest.c -lXpm   >&5
configure:3903: $? = 0
configure:3906: test -s conftest
configure:3909: $? = 0
configure:3920: result: yes
configure:4618: checking for T1_StrError in -lt1
configure:4651: cc -o conftest -O2 -pipe -march=pentium4  -R/usr/local/lib -L/usr/local/lib  -lm conftest.c -lt1   >&5
configure:4654: $? = 0
configure:4657: test -s conftest
configure:4660: $? = 0
configure:4671: result: yes
configure:10786: checking for a sed that does not truncate output
configure:10840: result: /usr/bin/sed
configure:10843: checking for egrep
configure:10853: result: grep -E
configure:10869: checking for ld used by cc
configure:10936: result: /usr/bin/ld
configure:10945: checking if the linker (/usr/bin/ld) is GNU ld
configure:10960: result: yes
configure:10965: checking for /usr/bin/ld option to reload object files
configure:10972: result: -r
configure:10990: checking for BSD-compatible nm
configure:11032: result: nm
configure:11036: checking whether ln -s works
configure:11040: result: yes
configure:11047: checking how to recognise dependent libraries
configure:11219: result: pass_all
configure:11423: checking how to run the C preprocessor
configure:11449: cc -E  conftest.c
configure:11455: $? = 0
configure:11482: cc -E  conftest.c
configure:11479:28: ac_nonexistent.h: No such file or directory
configure:11488: $? = 1
configure: failed program was:
#line 11478 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:11525: result: cc -E
configure:11540: cc -E  conftest.c
configure:11546: $? = 0
configure:11573: cc -E  conftest.c
configure:11570:28: ac_nonexistent.h: No such file or directory
configure:11579: $? = 1
configure: failed program was:
#line 11569 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:11619: checking for ANSI C header files
configure:11633: cc -E  conftest.c
configure:11639: $? = 0
configure:11726: cc -o conftest -O2 -pipe -march=pentium4   conftest.c  >&5
configure:11729: $? = 0
configure:11731: ./conftest
configure:11734: $? = 0
configure:11748: result: yes
configure:11772: checking for sys/types.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11772: checking for sys/stat.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11772: checking for stdlib.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11772: checking for string.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11772: checking for memory.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11772: checking for strings.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11772: checking for inttypes.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11772: checking for stdint.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11772: checking for unistd.h
configure:11785: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11788: $? = 0
configure:11791: test -s conftest.o
configure:11794: $? = 0
configure:11804: result: yes
configure:11830: checking dlfcn.h usability
configure:11839: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:11842: $? = 0
configure:11845: test -s conftest.o
configure:11848: $? = 0
configure:11857: result: yes
configure:11861: checking dlfcn.h presence
configure:11868: cc -E  conftest.c
configure:11874: $? = 0
configure:11892: result: yes
configure:11910: checking for dlfcn.h
configure:11917: result: yes
configure:11940: checking for i386-portbld-freebsd5.3-g++
configure:11966: result: c++
configure:12024: checking for C++ compiler version
configure:12027: c++ --version </dev/null >&5
c++ (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 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:12030: $? = 0
configure:12032: c++ -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
configure:12035: $? = 0
configure:12037: c++ -V </dev/null >&5
c++: `-V' option must have argument
configure:12040: $? = 1
configure:12043: checking whether we are using the GNU C++ compiler
configure:12070: c++ -c -O2 -pipe -march=pentium4  conftest.cc >&5
configure:12073: $? = 0
configure:12076: test -s conftest.o
configure:12079: $? = 0
configure:12091: result: yes
configure:12097: checking whether c++ accepts -g
configure:12121: c++ -c -g  conftest.cc >&5
configure:12124: $? = 0
configure:12127: test -s conftest.o
configure:12130: $? = 0
configure:12140: result: yes
configure:12186: c++ -c -O2 -pipe -march=pentium4  conftest.cc >&5
configure:12189: $? = 0
configure:12192: test -s conftest.o
configure:12195: $? = 0
configure:12223: c++ -c -O2 -pipe -march=pentium4  conftest.cc >&5
configure: In function `int main()':
configure:12216: error: `exit' undeclared (first use this function)
configure:12216: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:12226: $? = 1
configure: failed program was:
#line 12205 "configure"
#include "confdefs.h"

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
exit (42);
  ;
  return 0;
}
configure:12186: c++ -c -O2 -pipe -march=pentium4  conftest.cc >&5
configure:12189: $? = 0
configure:12192: test -s conftest.o
configure:12195: $? = 0
configure:12223: c++ -c -O2 -pipe -march=pentium4  conftest.cc >&5
configure:12226: $? = 0
configure:12229: test -s conftest.o
configure:12232: $? = 0
configure:12264: checking how to run the C++ preprocessor
configure:12286: c++ -E  conftest.cc
configure:12292: $? = 0
configure:12319: c++ -E  conftest.cc
configure:12316:28: ac_nonexistent.h: No such file or directory
configure:12325: $? = 1
configure: failed program was:
#line 12315 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:12362: result: c++ -E
configure:12377: c++ -E  conftest.cc
configure:12383: $? = 0
configure:12410: c++ -E  conftest.cc
configure:12407:28: ac_nonexistent.h: No such file or directory
configure:12416: $? = 1
configure: failed program was:
#line 12406 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:12467: checking for i386-portbld-freebsd5.3-g77
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-f77
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-xlf
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-cf77
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-cft77
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-frt
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-pgf77
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-fl32
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-af77
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-fort77
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-f90
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-xlf90
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-pgf90
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-epcf90
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-f95
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-fort
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-xlf95
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-lf95
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-g95
configure:12496: result: no
configure:12467: checking for i386-portbld-freebsd5.3-fc
configure:12496: result: no
configure:12509: checking for g77
configure:12538: result: no
configure:12509: checking for f77
configure:12525: found /usr/bin/f77
configure:12535: result: f77
configure:12550: checking for Fortran 77 compiler version
configure:12553: f77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:12556: $? = 0
configure:12558: f77 -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
configure:12561: $? = 0
configure:12563: f77 -V </dev/null >&5
f77: `-V' option must have argument
configure:12566: $? = 1
configure:12573: checking whether we are using the GNU Fortran 77 compiler
configure:12587: f77 -c  conftest.F >&5
configure:12590: $? = 0
configure:12593: test -s conftest.o
configure:12596: $? = 0
configure:12608: result: yes
configure:12615: checking whether f77 accepts -g
configure:12627: f77 -c -g conftest.f >&5
configure:12630: $? = 0
configure:12633: test -s conftest.o
configure:12636: $? = 0
configure:12647: result: yes
configure:12675: checking the maximum length of command line arguments
configure:12754: result: 65536
configure:12765: checking command to parse nm output from cc object
configure:12861: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:12864: $? = 0
configure:12868: nm conftest.o \| sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:12871: $? = 0
configure:12923: cc -o conftest -O2 -pipe -march=pentium4   conftest.c conftstm.o >&5
configure:12926: $? = 0
configure:12964: result: ok
configure:12968: checking for objdir
configure:12983: result: .libs
configure:13035: checking for i386-portbld-freebsd5.3-ar
configure:13064: result: no
configure:13073: checking for ar
configure:13089: found /usr/bin/ar
configure:13100: result: ar
configure:13115: checking for i386-portbld-freebsd5.3-ranlib
configure:13144: result: no
configure:13153: checking for ranlib
configure:13169: found /usr/bin/ranlib
configure:13180: result: ranlib
configure:13195: checking for i386-portbld-freebsd5.3-strip
configure:13224: result: no
configure:13233: checking for strip
configure:13249: found /usr/bin/strip
configure:13260: result: strip
configure:13524: checking if cc static flag  works
configure:13547: result: yes
configure:13565: checking if cc supports -fno-rtti -fno-exceptions
configure:13583: cc -c -O2 -pipe -march=pentium4  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:13587: $? = 0
configure:13598: result: no
configure:13613: checking for cc option to produce PIC
configure:13800: result: -fPIC
configure:13808: checking if cc PIC flag -fPIC works
configure:13826: cc -c -O2 -pipe -march=pentium4  -fPIC -DPIC conftest.c >&5
configure:13830: $? = 0
configure:13841: result: yes
configure:13865: checking if cc supports -c -o file.o
configure:13886: cc -c -O2 -pipe -march=pentium4  -o out/conftest2.o conftest.c >&5
configure:13890: $? = 0
configure:13910: result: yes
configure:13936: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:14767: result: yes
configure:14793: checking whether -lc should be explicitly linked in
configure:14798: cc -c -O2 -pipe -march=pentium4  conftest.c >&5
configure:14801: $? = 0
configure:14815: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:14818: $? = 1
configure:14830: result: yes
configure:14838: checking dynamic linker characteristics
configure:15378: result: freebsd5.3 ld.so
configure:15382: checking how to hardcode library paths into programs
configure:15407: result: immediate
configure:15421: checking whether stripping libraries is possible
configure:15426: result: yes
configure:16159: checking if libtool supports shared libraries
configure:16161: result: yes
configure:16164: checking whether to build shared libraries
configure:16185: result: yes
configure:16188: checking whether to build static libraries
configure:16192: result: no
configure:16284: creating libtool
configure:16833: checking for ld used by c++
configure:16900: result: /usr/bin/ld
configure:16909: checking if the linker (/usr/bin/ld) is GNU ld
configure:16924: result: yes
configure:16975: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:17824: result: yes
configure:17842: c++ -c -O2 -pipe -march=pentium4  conftest.cc >&5
configure:17845: $? = 0
configure:17941: checking for c++ option to produce PIC
configure:18203: result: -fPIC
configure:18211: checking if c++ PIC flag -fPIC works
configure:18229: c++ -c -O2 -pipe -march=pentium4  -fPIC -DPIC conftest.cc >&5
configure:18233: $? = 0
configure:18244: result: yes
configure:18268: checking if c++ supports -c -o file.o
configure:18289: c++ -c -O2 -pipe -march=pentium4  -o out/conftest2.o conftest.cc >&5
configure:18293: $? = 0
configure:18313: result: yes
configure:18339: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:18364: result: yes
configure:18435: checking dynamic linker characteristics
configure:18975: result: freebsd5.3 ld.so
configure:18979: checking how to hardcode library paths into programs
configure:19004: result: immediate
configure:19018: checking whether stripping libraries is possible
configure:19023: result: yes
configure:20233: checking if libtool supports shared libraries
configure:20235: result: yes
configure:20238: checking whether to build shared libraries
configure:20256: result: yes
configure:20259: checking whether to build static libraries
configure:20263: result: no
configure:20275: checking for f77 option to produce PIC
configure:20462: result: -fPIC
configure:20470: checking if f77 PIC flag -fPIC works
configure:20488: f77 -c -g -O2 -fPIC conftest.f >&5
configure:20492: $? = 0
configure:20503: result: yes
configure:20527: checking if f77 supports -c -o file.o
configure:20548: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:20552: $? = 0
configure:20572: result: yes
configure:20598: checking whether the f77 linker (/usr/bin/ld) supports shared libraries
configure:21403: result: yes
configure:21474: checking dynamic linker characteristics
configure:22014: result: freebsd5.3 ld.so
configure:22018: checking how to hardcode library paths into programs
configure:22043: result: immediate
configure:22057: checking whether stripping libraries is possible
configure:22062: result: yes
configure:16717: error: tag name "CXX" already exists

## ---------------- ##
## Cache variables. ##
## ---------------- ##

lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[     ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[     ][     ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
ac_cv_prog_ac_ct_F77=f77
ac_cv_lib_jpeg_jpeg_read_header=yes
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=pentium4'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
ac_cv_f77_compiler_gnu=yes
ac_cv_env_F77_value=
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_lib_png_png_write_image=yes
lt_cv_prog_gnu_ldcxx=yes
ac_cv_prog_cc_g=yes
ac_cv_env_CXXCPP_set=
ac_cv_env_LDFLAGS_set=
lt_cv_prog_compiler_c_o_CXX=yes
ac_cv_prog_ac_ct_AR=ar
ac_cv_lib_Xpm_XpmFreeXpmImage=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
ac_cv_prog_CXX=c++
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
ac_cv_env_FFLAGS_set=
lt_cv_sys_max_cmd_len=65536
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_func_floorf=no
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CXX_set=set
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
ac_cv_env_host_alias_set=set
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_cv_ld_reload_flag=-r
ac_cv_prog_CC=cc
lt_cv_prog_gnu_ld=yes
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=set
lt_cv_prog_compiler_c_o=yes
ac_cv_prog_f77_g=yes
ac_cv_env_CXXCPP_value=
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=set
ac_cv_host_alias=i386-portbld-freebsd5.3
ac_cv_env_CFLAGS_value='-O2 -pipe -march=pentium4'
ac_cv_env_CC_set=set
lt_cv_prog_compiler_c_o_F77=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
lt_cv_path_SED=/usr/bin/sed
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_lib_t1_T1_StrError=yes
ac_cv_env_FFLAGS_value=
lt_cv_path_LD=/usr/bin/ld
lt_cv_prog_compiler_rtti_exceptions=no
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_build_alias=i386-portbld-freebsd5.3
ac_cv_env_CPPFLAGS_value=
lt_lt_cv_prog_compiler_c_o='"yes"'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=c++
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-portbld-freebsd5.3
ac_cv_env_F77_set=
ac_cv_env_host_alias_value=i386-portbld-freebsd5.3
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_cv_objdir=.libs
ac_cv_prog_cxx_g=yes
lt_cv_file_magic_test_file=
ac_cv_prog_CPP='cc -E'
ac_cv_prog_AWK=nawk
ac_cv_build=i386-portbld-freebsd5.3
ac_cv_env_build_alias_value=i386-portbld-freebsd5.3
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method=pass_all
ac_cv_prog_cc_cc_c_o=yes
lt_cv_path_LDCXX=/usr/bin/ld
ac_cv_func_fabsf=no
ac_cv_prog_RE2C='exit 0;'
ac_cv_env_target_alias_value=i386-portbld-freebsd5.3
ac_cv_env_CC_value=cc
lt_cv_path_NM=nm
php_cv_cc_dashr=yes
ac_cv_env_CPP_set=
ac_cv_header_dlfcn_h=yes
ac_cv_objext=o

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define USE_GD_IMGSTRTTF 1
#define USE_GD_IMGSTRTTF 1
#define HAVE_LIBFREETYPE 1
#define HAVE_LIBT1 1
#define HAVE_LIBGD 1
#define HAVE_LIBGD13 1
#define HAVE_LIBGD15 1
#define HAVE_LIBGD20 1
#define HAVE_LIBGD204 1
#define HAVE_GD_IMAGESETTILE 1
#define HAVE_GD_IMAGESETBRUSH 1
#define HAVE_GDIMAGECOLORRESOLVE 1
#define HAVE_COLORCLOSESTHWB 1
#define HAVE_GD_WBMP 1
#define HAVE_GD_GD2 1
#define HAVE_GD_PNG 1
#define HAVE_GD_XBM 1
#define HAVE_GD_BUNDLED 1
#define HAVE_GD_GIF_READ 1
#define HAVE_GD_GIF_CREATE 1
#define HAVE_GD_IMAGEELLIPSE 1
#define HAVE_GD_DYNAMIC_CTX_EX 1
#define HAVE_GD_JPG 1
#define HAVE_GD_XPM 1
#define HAVE_GD_STRINGFT 1
#define HAVE_GD_STRINGFTEX 1
#define COMPILE_DL_GD 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#ifdef __cplusplus
#include <stdlib.h>
#endif

configure: exit 1