[Mapserver-users] png symbol make a server error

Jean-François MONY jef.mony@free.fr
Thu, 26 Jun 2003 16:04:48 +0200 (CEST)


Hi,

I try to use mapserver (as a php module) with png symbols and it causes an 
internal server error.
When I use a gif symbol I have the error "MapServer Error in loadSymbol(): 
Unable to load GIF symbol".
The problem is that gd was compiled with the gif support.

If I try to load the map from php I have both error depending of case, but if I 
read it with mapserver cgi it works well...

I recompiled all the libs wich have importance, but nothing goes better.

Have anybody an idea please.
Jef


The logs of my compilations :

zlib 1.1.44
  ./configure --shared
    Checking for gcc...
    Checking for shared library support...
    Building shared library libz.so.1.1.4 with gcc.
    Checking for unistd.h... Yes.
    Checking for errno.h...  Yes.
    Checking for mmap support... Yes.
  make
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o example.o example.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o adler32.o adler32.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o compress.o compress.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o crc32.o crc32.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o gzio.o gzio.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o uncompr.o uncompr.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o deflate.o deflate.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o trees.o trees.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o zutil.o zutil.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inflate.o inflate.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infblock.o infblock.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inftrees.o inftrees.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infcodes.o infcodes.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infutil.o infutil.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inffast.o inffast.c
    gcc -shared -Wl,-soname,libz.so.1 -o libz.so.1.1.4 adler32.o compress.o 
crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o 
inftrees.o infcodes.o infutil.o inffast.o
    rm -f libz.so libz.so.1
    ln -s libz.so.1.1.4 libz.so
    ln -s libz.so.1.1.4 libz.so.1
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o example example.o -L. -lz
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o minigzip.o minigzip.c
    gcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o minigzip minigzip.o -L. -lz
  make test
    hello world
    uncompress(): hello, hello!
    gzread(): hello, hello!
    gzgets() after gzseek: hello!
    inflate(): hello, hello!
    large_inflate(): OK
    after inflateSync(): hello, hello!
    inflate with dictionary: hello, hello!
                *** zlib test OK ***
  make install
png 1.2.5
  copy Makefile et modifications
  make
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o png.o png.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngset.o 
pngset.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngget.o 
pngget.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngrutil.o 
pngrutil.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngtrans.o 
pngtrans.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngwutil.o 
pngwutil.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngread.o 
pngread.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngrio.o 
pngrio.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngwio.o 
pngwio.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngwrite.o 
pngwrite.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngrtran.o 
pngrtran.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngwtran.o 
pngwtran.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngmem.o 
pngmem.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngerror.o 
pngerror.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngpread.o 
pngpread.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar rc libpng.a png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o 
pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o pngmem.o 
pngerror.o pngpread.o
    ranlib libpng.a
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o png.pic.o 
png.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngset.pic.o pngset.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngget.pic.o pngget.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngrutil.pic.o pngrutil.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngtrans.pic.o pngtrans.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngwutil.pic.o pngwutil.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngread.pic.o pngread.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngrio.pic.o pngrio.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngwio.pic.o pngwio.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngwrite.pic.o pngwrite.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngrtran.pic.o pngrtran.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngwtran.pic.o pngwtran.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngmem.pic.o pngmem.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngerror.pic.o pngerror.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -I/usr/local/include -Wall -O3 -funroll-loops   -fPIC -o 
pngpread.pic.o pngpread.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -shared -Wl,-soname,libpng12.so.0 \
    -o libpng12.so.0.1.2.5 \
    png.pic.o pngset.pic.o pngget.pic.o pngrutil.pic.o pngtrans.pic.o 
pngwutil.pic.o pngread.pic.o pngrio.pic.o pngwio.pic.o pngwrite.pic.o 
pngrtran.pic.o pngwtran.pic.o pngmem.pic.o pngerror.pic.o pngpread.pic.o
    ln -sf libpng12.so.0.1.2.5 libpng12.so.0
    ln -sf libpng12.so.0 libpng12.so
    gcc -I/usr/local/include -Wall -O3 -funroll-loops     -c -o pngtest.o 
pngtest.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -o pngtest -I/usr/local/include -Wall -O3 -funroll-loops   pngtest.o -
L. -Wl,-rpath,. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpng12 -lz -lm
    gcc -o pngtest-static -I/usr/local/include -Wall -O3 -funroll-loops   
pngtest.o -L/usr/local/lib -Wl,-rpath,/usr/local/lib libpng.a -lz -lm
    cat scripts/libpng.pc.in | sed -e s\!@PREFIX@!/usr/local! > libpng.pc
    ( cat scripts/libpng-config-head.in; \
    echo prefix=\"/usr/local\"; \
    echo I_opts=\"-I/usr/local/include/libpng12\"; \
    echo L_opts=\"-L/usr/local/lib\"; \
    echo R_opts=\"-Wl,-rpath,/usr/local/lib\"; \
    echo libs=\"-lpng12 -lz -lm\"; \
    cat scripts/libpng-config-body.in ) > libpng-config
    chmod +x libpng-config
  make test
   Running pngtest dynamically linked with libpng12.so:
    ./pngtest
    Testing libpng version 1.2.5
       with zlib   version 1.1.4
    
     libpng version 1.2.5 - October 3, 2002
       Copyright (c) 1998-2002 Glenn Randers-Pehrson
       Copyright (c) 1996-1997 Andreas Dilger
       Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
     library (10205): libpng version 1.2.5 - October 3, 2002 (header)
     pngtest (10205): libpng version 1.2.5 - October 3, 2002 (header)
     sizeof(png_struct)=700, sizeof(png_info)=288
    Testing pngtest.png:
     Pass 0: rwrwrwrwrwrwrwrwrw
     Pass 1: rwrwrwrwrwrwrwrwrw
     Pass 2: rwrwrwrwrwrwrwrw
     Pass 3: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
     Pass 4: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
     Pass 5: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
             rwrwrwrw
     Pass 6: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
             rwrwrwrwrw
     PASS (9782 zero samples)
     Filter 0 was used 21 times
     Filter 1 was used 15 times
     Filter 2 was used 52 times
     Filter 3 was used 10 times
     Filter 4 was used 33 times
     tIME = 7 Jun 1996 17:58:08 +0000
     Current memory allocation:          0 bytes
     Maximum memory allocation:     337562 bytes
     Total   memory allocation:    1024164 bytes
         Number of allocations:        198
    libpng passes test
    
       Running pngtest statically linked with libpng.a:
    
    ./pngtest-static
    Testing libpng version 1.2.5
       with zlib   version 1.1.4
    
     libpng version 1.2.5 - October 3, 2002
       Copyright (c) 1998-2002 Glenn Randers-Pehrson
       Copyright (c) 1996-1997 Andreas Dilger
       Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
     library (10205): libpng version 1.2.5 - October 3, 2002 (header)
     pngtest (10205): libpng version 1.2.5 - October 3, 2002 (header)
     sizeof(png_struct)=700, sizeof(png_info)=288
    Testing pngtest.png:
     Pass 0: rwrwrwrwrwrwrwrwrw
     Pass 1: rwrwrwrwrwrwrwrwrw
     Pass 2: rwrwrwrwrwrwrwrw
     Pass 3: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
     Pass 4: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
     Pass 5: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
             rwrwrwrw
     Pass 6: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
             rwrwrwrwrw
     PASS (9782 zero samples)
     Filter 0 was used 21 times
     Filter 1 was used 15 times
     Filter 2 was used 52 times
     Filter 3 was used 10 times
     Filter 4 was used 33 times
     tIME = 7 Jun 1996 17:58:08 +0000
     Current memory allocation:          0 bytes
     Maximum memory allocation:     337562 bytes
     Total   memory allocation:    1024164 bytes
         Number of allocations:        198
    libpng passes test
  make install
    cp png.h pngconf.h /usr/local/include/libpng12
    chmod 
644 /usr/local/include/libpng12/png.h /usr/local/include/libpng12/pngconf.h
    (cd /usr/local/include; ln -sf libpng12 libpng; ln -sf libpng12/* .)
    cp libpng.a /usr/local/lib/libpng12.a
    chmod 644 /usr/local/lib/libpng12.a
    (cd /usr/local/lib; ln -sf libpng12.a libpng.a)
    gcc -shared -Wl,-soname,libpng.so.3 \
    -o libpng.so.3.1.2.5 \
    png.pic.o pngset.pic.o pngget.pic.o pngrutil.pic.o pngtrans.pic.o 
pngwutil.pic.o pngread.pic.o pngrio.pic.o pngwio.pic.o pngwrite.pic.o 
pngrtran.pic.o pngwtran.pic.o pngmem.pic.o pngerror.pic.o pngpread.pic.o
    cp libpng12.so.0.1.2.5 /usr/local/lib
    cp libpng.so.3.1.2.5 /usr/local/lib
    chmod 755 /usr/local/lib/libpng12.so.0.1.2.5
    chmod 755 /usr/local/lib/libpng.so.3.1.2.5
    (cd /usr/local/lib; \
    ln -sf libpng.so.3.1.2.5 libpng.so.3; \
    ln -sf libpng.so.3 libpng.so; \
    ln -sf libpng12.so.0.1.2.5 libpng12.so.0; \
    ln -sf libpng12.so.0 libpng12.so)
    cp libpng.pc /usr/local/lib/pkgconfig/libpng12.pc
    chmod 644 /usr/local/lib/pkgconfig/libpng12.pc
    (cd /usr/local/lib/pkgconfig; ln -sf libpng12.pc libpng.pc)
    cp libpng-config /usr/local/bin/libpng12-config
    chmod 755 /usr/local/bin/libpng12-config
    (cd /usr/local/bin; ln -sf libpng12-config libpng-config)
  make test-installed
    gcc -I/usr/local/include \
    `/usr/local/bin/libpng12-config --cflags` pngtest.c \
    -L/usr/local/lib -Wl,-rpath,/usr/local/lib \
    -o pngtesti `/usr/local/bin/libpng12-config --ldflags`
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ./pngtesti pngtest.png
    Testing libpng version 1.2.5
       with zlib   version 1.1.4
    
     libpng version 1.2.5 - October 3, 2002
       Copyright (c) 1998-2002 Glenn Randers-Pehrson
       Copyright (c) 1996-1997 Andreas Dilger
       Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
     library (10205): libpng version 1.2.5 - October 3, 2002 (header)
     pngtest (10205): libpng version 1.2.5 - October 3, 2002 (header)
     sizeof(png_struct)=700, sizeof(png_info)=288
    Testing pngtest.png:
     Pass 0: rwrwrwrwrwrwrwrwrw
     Pass 1: rwrwrwrwrwrwrwrwrw
     Pass 2: rwrwrwrwrwrwrwrw
     Pass 3: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
     Pass 4: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
     Pass 5: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
             rwrwrwrw
     Pass 6: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
             rwrwrwrwrw
     PASS (9782 zero samples)
     Filter 0 was used 21 times
     Filter 1 was used 15 times
     Filter 2 was used 52 times
     Filter 3 was used 10 times
     Filter 4 was used 33 times
     tIME = 7 Jun 1996 17:58:08 +0000
     Current memory allocation:          0 bytes
     Maximum memory allocation:     337562 bytes
     Total   memory allocation:    1024164 bytes
         Number of allocations:        198
    libpng passes test
jpeg-6b
  ./configure --enable-shared
    checking for gcc... gcc
    checking whether the C compiler (gcc  ) works... yes
    checking whether the C compiler (gcc  ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking how to run the C preprocessor... gcc -E
    checking for function prototypes... yes
    checking for stddef.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for size_t... yes
    checking for type unsigned char... yes
    checking for type unsigned short... yes
    checking for type void... yes
    checking for working const... yes
    checking for inline... __inline__
    checking for broken incomplete types... ok
    checking for short external names... ok
    checking to see if char is signed... yes
    checking to see if right shift is signed... yes
    checking to see if fopen accepts b spec... yes
    checking for a BSD compatible install... /usr/bin/install -c
    checking for ranlib... ranlib
    checking host system type... i686-pc-linux-gnu
    checking for ranlib... ranlib
    checking for gcc... gcc
    checking whether we are using GNU C... yes
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... none
    checking whether ln -s works... yes
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking command to parse /usr/bin/nm -B output... yes
    checking how to hardcode library paths into programs... immediate
    checking for /usr/bin/ld option to reload object files... -r
    checking dynamic linker characteristics... Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for objdir... .libs
    creating libtool
    checking libjpeg version number... 62
    creating ./config.status
    creating Makefile
    creating jconfig.h
    jconfig.h is unchanged
  make
    ./libtool --mode=compile gcc -O2  -I. -c ./jcapimin.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcapimin.c
    mv -f jcapimin.o jcapimin.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcapistd.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcapistd.c
    mv -f jcapistd.o jcapistd.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jctrans.c
    gcc -O2 -I. -c -fPIC -DPIC ./jctrans.c
    mv -f jctrans.o jctrans.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcparam.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcparam.c
    mv -f jcparam.o jcparam.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdatadst.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdatadst.c
    mv -f jdatadst.o jdatadst.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcinit.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcinit.c
    mv -f jcinit.o jcinit.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcmaster.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcmaster.c
    mv -f jcmaster.o jcmaster.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcmarker.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcmarker.c
    mv -f jcmarker.o jcmarker.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcmainct.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcmainct.c
    mv -f jcmainct.o jcmainct.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcprepct.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcprepct.c
    mv -f jcprepct.o jcprepct.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jccoefct.c
    gcc -O2 -I. -c -fPIC -DPIC ./jccoefct.c
    mv -f jccoefct.o jccoefct.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jccolor.c
    gcc -O2 -I. -c -fPIC -DPIC ./jccolor.c
    mv -f jccolor.o jccolor.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcsample.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcsample.c
    mv -f jcsample.o jcsample.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jchuff.c
    gcc -O2 -I. -c -fPIC -DPIC ./jchuff.c
    mv -f jchuff.o jchuff.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcphuff.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcphuff.c
    mv -f jcphuff.o jcphuff.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcdctmgr.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcdctmgr.c
    mv -f jcdctmgr.o jcdctmgr.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jfdctfst.c
    gcc -O2 -I. -c -fPIC -DPIC ./jfdctfst.c
    mv -f jfdctfst.o jfdctfst.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jfdctflt.c
    gcc -O2 -I. -c -fPIC -DPIC ./jfdctflt.c
    mv -f jfdctflt.o jfdctflt.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jfdctint.c
    gcc -O2 -I. -c -fPIC -DPIC ./jfdctint.c
    mv -f jfdctint.o jfdctint.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdapimin.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdapimin.c
    mv -f jdapimin.o jdapimin.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdapistd.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdapistd.c
    mv -f jdapistd.o jdapistd.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdtrans.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdtrans.c
    mv -f jdtrans.o jdtrans.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdatasrc.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdatasrc.c
    mv -f jdatasrc.o jdatasrc.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdmaster.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdmaster.c
    mv -f jdmaster.o jdmaster.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdinput.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdinput.c
    mv -f jdinput.o jdinput.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdmarker.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdmarker.c
    mv -f jdmarker.o jdmarker.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdhuff.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdhuff.c
    mv -f jdhuff.o jdhuff.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdphuff.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdphuff.c
    mv -f jdphuff.o jdphuff.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdmainct.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdmainct.c
    mv -f jdmainct.o jdmainct.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdcoefct.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdcoefct.c
    mv -f jdcoefct.o jdcoefct.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdpostct.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdpostct.c
    mv -f jdpostct.o jdpostct.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jddctmgr.c
    gcc -O2 -I. -c -fPIC -DPIC ./jddctmgr.c
    mv -f jddctmgr.o jddctmgr.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jidctfst.c
    gcc -O2 -I. -c -fPIC -DPIC ./jidctfst.c
    mv -f jidctfst.o jidctfst.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jidctflt.c
    gcc -O2 -I. -c -fPIC -DPIC ./jidctflt.c
    mv -f jidctflt.o jidctflt.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jidctint.c
    gcc -O2 -I. -c -fPIC -DPIC ./jidctint.c
    mv -f jidctint.o jidctint.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jidctred.c
    gcc -O2 -I. -c -fPIC -DPIC ./jidctred.c
    mv -f jidctred.o jidctred.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdsample.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdsample.c
    mv -f jdsample.o jdsample.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdcolor.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdcolor.c
    mv -f jdcolor.o jdcolor.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jquant1.c
    gcc -O2 -I. -c -fPIC -DPIC ./jquant1.c
    mv -f jquant1.o jquant1.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jquant2.c
    gcc -O2 -I. -c -fPIC -DPIC ./jquant2.c
    mv -f jquant2.o jquant2.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jdmerge.c
    gcc -O2 -I. -c -fPIC -DPIC ./jdmerge.c
    mv -f jdmerge.o jdmerge.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jcomapi.c
    gcc -O2 -I. -c -fPIC -DPIC ./jcomapi.c
    mv -f jcomapi.o jcomapi.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jutils.c
    gcc -O2 -I. -c -fPIC -DPIC ./jutils.c
    mv -f jutils.o jutils.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jerror.c
    gcc -O2 -I. -c -fPIC -DPIC ./jerror.c
    mv -f jerror.o jerror.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jmemmgr.c
    gcc -O2 -I. -c -fPIC -DPIC ./jmemmgr.c
    mv -f jmemmgr.o jmemmgr.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./jmemnobs.c
    gcc -O2 -I. -c -fPIC -DPIC ./jmemnobs.c
    mv -f jmemnobs.o jmemnobs.lo
    ./libtool --mode=link gcc -o libjpeg.la jcapimin.lo jcapistd.lo jctrans.lo 
jcparam.lo jdatadst.lo jcinit.lo jcmaster.lo jcmarker.lo jcmainct.lo 
jcprepct.lo jccoefct.lo jccolor.lo jcsample.lo jchuff.lo jcphuff.lo jcdctmgr.lo 
jfdctfst.lo jfdctflt.lo jfdctint.lo jdapimin.lo jdapistd.lo jdtrans.lo 
jdatasrc.lo jdmaster.lo jdinput.lo jdmarker.lo jdhuff.lo jdphuff.lo jdmainct.lo 
jdcoefct.lo jdpostct.lo jddctmgr.lo jidctfst.lo jidctflt.lo jidctint.lo 
jidctred.lo jdsample.lo jdcolor.lo jquant1.lo jquant2.lo jdmerge.lo jcomapi.lo 
jutils.lo jerror.lo jmemmgr.lo jmemnobs.lo \
            -rpath /usr/local/lib -version-info 62
    mkdir .libs
    gcc -shared -Wl,-soname -Wl,libjpeg.so.62 -o .libs/libjpeg.so.62.0.0 
jcapimin.lo jcapistd.lo jctrans.lo jcparam.lo jdatadst.lo jcinit.lo jcmaster.lo 
jcmarker.lo jcmainct.lo jcprepct.lo jccoefct.lo jccolor.lo jcsample.lo 
jchuff.lo jcphuff.lo jcdctmgr.lo jfdctfst.lo jfdctflt.lo jfdctint.lo 
jdapimin.lo jdapistd.lo jdtrans.lo jdatasrc.lo jdmaster.lo jdinput.lo 
jdmarker.lo jdhuff.lo jdphuff.lo jdmainct.lo jdcoefct.lo jdpostct.lo 
jddctmgr.lo jidctfst.lo jidctflt.lo jidctint.lo jidctred.lo jdsample.lo 
jdcolor.lo jquant1.lo jquant2.lo jdmerge.lo jcomapi.lo jutils.lo jerror.lo 
jmemmgr.lo jmemnobs.lo
    (cd .libs && ln -s libjpeg.so.62.0.0 libjpeg.so.62)
    (cd .libs && ln -s libjpeg.so.62.0.0 libjpeg.so)
    creating libjpeg.la
    (cd .libs && ln -s ../libjpeg.la libjpeg.la)
    ./libtool --mode=compile gcc -O2  -I. -c ./cjpeg.c
    gcc -O2 -I. -c -fPIC -DPIC ./cjpeg.c
    mv -f cjpeg.o cjpeg.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./rdppm.c
    gcc -O2 -I. -c -fPIC -DPIC ./rdppm.c
    mv -f rdppm.o rdppm.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./rdgif.c
    gcc -O2 -I. -c -fPIC -DPIC ./rdgif.c
    mv -f rdgif.o rdgif.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./rdtarga.c
    gcc -O2 -I. -c -fPIC -DPIC ./rdtarga.c
    mv -f rdtarga.o rdtarga.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./rdrle.c
    gcc -O2 -I. -c -fPIC -DPIC ./rdrle.c
    mv -f rdrle.o rdrle.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./rdbmp.c
    gcc -O2 -I. -c -fPIC -DPIC ./rdbmp.c
    mv -f rdbmp.o rdbmp.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./rdswitch.c
    gcc -O2 -I. -c -fPIC -DPIC ./rdswitch.c
    mv -f rdswitch.o rdswitch.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./cdjpeg.c
    gcc -O2 -I. -c -fPIC -DPIC ./cdjpeg.c
    mv -f cdjpeg.o cdjpeg.lo
    ./libtool --mode=link gcc  -o cjpeg cjpeg.lo rdppm.lo rdgif.lo rdtarga.lo 
rdrle.lo rdbmp.lo rdswitch.lo cdjpeg.lo libjpeg.la 
    gcc -o .libs/cjpeg cjpeg.lo rdppm.lo rdgif.lo rdtarga.lo rdrle.lo rdbmp.lo 
rdswitch.lo cdjpeg.lo -Wl,--rpath -Wl,/usr/local/lib .libs/libjpeg.so
    creating cjpeg
    ./libtool --mode=compile gcc -O2  -I. -c ./djpeg.c
    gcc -O2 -I. -c -fPIC -DPIC ./djpeg.c
    mv -f djpeg.o djpeg.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./wrppm.c
    gcc -O2 -I. -c -fPIC -DPIC ./wrppm.c
    mv -f wrppm.o wrppm.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./wrgif.c
    gcc -O2 -I. -c -fPIC -DPIC ./wrgif.c
    mv -f wrgif.o wrgif.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./wrtarga.c
    gcc -O2 -I. -c -fPIC -DPIC ./wrtarga.c
    mv -f wrtarga.o wrtarga.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./wrrle.c
    gcc -O2 -I. -c -fPIC -DPIC ./wrrle.c
    mv -f wrrle.o wrrle.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./wrbmp.c
    gcc -O2 -I. -c -fPIC -DPIC ./wrbmp.c
    mv -f wrbmp.o wrbmp.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./rdcolmap.c
    gcc -O2 -I. -c -fPIC -DPIC ./rdcolmap.c
    mv -f rdcolmap.o rdcolmap.lo
    ./libtool --mode=link gcc  -o djpeg djpeg.lo wrppm.lo wrgif.lo wrtarga.lo 
wrrle.lo wrbmp.lo rdcolmap.lo cdjpeg.lo libjpeg.la 
    gcc -o .libs/djpeg djpeg.lo wrppm.lo wrgif.lo wrtarga.lo wrrle.lo wrbmp.lo 
rdcolmap.lo cdjpeg.lo -Wl,--rpath -Wl,/usr/local/lib .libs/libjpeg.so
    creating djpeg
    ./libtool --mode=compile gcc -O2  -I. -c ./jpegtran.c
    gcc -O2 -I. -c -fPIC -DPIC ./jpegtran.c
    mv -f jpegtran.o jpegtran.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./transupp.c
    gcc -O2 -I. -c -fPIC -DPIC ./transupp.c
    mv -f transupp.o transupp.lo
    ./libtool --mode=link gcc  -o jpegtran jpegtran.lo rdswitch.lo cdjpeg.lo 
transupp.lo libjpeg.la 
    gcc -o .libs/jpegtran jpegtran.lo rdswitch.lo cdjpeg.lo transupp.lo -Wl,--
rpath -Wl,/usr/local/lib .libs/libjpeg.so
    creating jpegtran
    ./libtool --mode=compile gcc -O2  -I. -c ./rdjpgcom.c
    gcc -O2 -I. -c -fPIC -DPIC ./rdjpgcom.c
    mv -f rdjpgcom.o rdjpgcom.lo
    ./libtool --mode=link gcc  -o rdjpgcom rdjpgcom.lo 
    gcc -o rdjpgcom rdjpgcom.lo
    ./libtool --mode=compile gcc -O2  -I. -c ./wrjpgcom.c
    gcc -O2 -I. -c -fPIC -DPIC ./wrjpgcom.c
    mv -f wrjpgcom.o wrjpgcom.lo
    ./libtool --mode=link gcc  -o wrjpgcom wrjpgcom.lo 
    gcc -o wrjpgcom wrjpgcom.lo
  make test
    rm -f testout*
    ./djpeg -dct int -ppm -outfile testout.ppm  ./testorig.jpg
    ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp  ./testorig.jpg
    ./cjpeg -dct int -outfile testout.jpg  ./testimg.ppm
    ./djpeg -dct int -ppm -outfile testoutp.ppm ./testprog.jpg
    ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg ./testimg.ppm
    ./jpegtran -outfile testoutt.jpg ./testprog.jpg
    cmp ./testimg.ppm testout.ppm
    cmp ./testimg.bmp testout.bmp
    cmp ./testimg.jpg testout.jpg
    cmp ./testimg.ppm testoutp.ppm
    cmp ./testimgp.jpg testoutp.jpg
    cmp ./testorig.jpg testoutt.jpg
  make install
    /usr/bin/install -c -m 644 jconfig.h /usr/local/include/jconfig.h
    /usr/bin/install -c -m 644 ./jpeglib.h /usr/local/include/jpeglib.h
    /usr/bin/install -c -m 644 ./jmorecfg.h /usr/local/include/jmorecfg.h
    /usr/bin/install -c -m 644 ./jerror.h /usr/local/include/jerror.h
    ./libtool --mode=install /usr/bin/install -c 
libjpeg.la /usr/local/lib/libjpeg.la
    /usr/bin/install -c .libs/libjpeg.so.62.0.0 /usr/local/lib/libjpeg.so.62.0.0
    rm -f /usr/local/lib/libjpeg.so.62 /usr/local/lib/libjpeg.so
    (cd /usr/local/lib && ln -s libjpeg.so.62.0.0 libjpeg.so.62)
    (cd /usr/local/lib && ln -s libjpeg.so.62.0.0 libjpeg.so)
    /usr/bin/install -c libjpeg.la /usr/local/lib/libjpeg.la
    
PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbi
n:/sbin" ldconfig -n /usr/local/lib
    ----------------------------------------------------------------------------
--
    Libraries have been installed in:
       /usr/local/lib
    
    To link against installed libraries in a given directory, LIBDIR,
    you must use the `-LLIBDIR' flag during linking.
    
     You will also need to do one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
         during execution
       - add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------------
--
    ./libtool --mode=install /usr/bin/install -c cjpeg /usr/local/bin/cjpeg
    /usr/bin/install -c .libs/cjpeg /usr/local/bin/cjpeg
    ./libtool --mode=install /usr/bin/install -c djpeg /usr/local/bin/djpeg
    /usr/bin/install -c .libs/djpeg /usr/local/bin/djpeg
    ./libtool --mode=install /usr/bin/install -c 
jpegtran /usr/local/bin/jpegtran
    /usr/bin/install -c .libs/jpegtran /usr/local/bin/jpegtran
    ./libtool --mode=install /usr/bin/install -c 
rdjpgcom /usr/local/bin/rdjpgcom
    /usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom
    ./libtool --mode=install /usr/bin/install -c 
wrjpgcom /usr/local/bin/wrjpgcom
    /usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom
    /usr/bin/install -c -m 644 ./cjpeg.1 /usr/local/man/man1/cjpeg.1
    /usr/bin/install: Ne peut créer un fichier de type régulier 
`/usr/local/man/man1/cjpeg.1': No such file or directory
    make: *** [install] Erreur 1
freetype 2.1.4
  ./configure
    checking build system type... i686-pc-linux-
gnu                              
    checking host system type... i686-pc-linux-
gnu                               
    checking target system type... i686-pc-linux-
gnu                             
    checking for gcc... 
gcc                                                      
    checking for C compiler default output... 
a.out                              
    checking whether the C compiler works... 
yes                                 
    checking whether we are cross compiling... 
no                                
    checking for suffix of 
executables...                                        
    checking for suffix of object files... 
o                                     
    checking whether we are using the GNU C compiler... 
yes                      
    checking whether gcc accepts -g... 
yes                                       
    checking for gcc option to accept ANSI C... none 
needed                      
    checking how to run the C preprocessor... gcc -
E                             
    checking for rm... rm -
f                                                     
    checking for rmdir... 
rmdir                                                  
    checking for a BSD-compatible install... /usr/bin/install -
c                 
    checking for egrep... grep -
E                                                
    checking for ANSI C header files... 
yes                                      
    checking for sys/types.h... 
yes                                              
    checking for sys/stat.h... 
yes                                               
    checking for stdlib.h... 
yes                                                 
    checking for string.h... 
yes                                                 
    checking for memory.h... 
yes                                                 
    checking for strings.h... 
yes                                                
    checking for inttypes.h... 
yes                                               
    checking for stdint.h... 
yes                                                 
    checking for unistd.h... 
yes                                                 
    checking fcntl.h usability... 
yes                                            
    checking fcntl.h presence... 
yes                                             
    checking for fcntl.h... 
yes                                                  
    checking for unistd.h... (cached) 
yes                                        
    checking for an ANSI C-conforming const... 
yes                               
    checking for int... 
yes                                                      
    checking size of int... 
4                                                    
    checking for long... 
yes                                                     
    checking size of long... 
4                                                   
    checking for stdlib.h... (cached) 
yes                                        
    checking for unistd.h... (cached) 
yes                                        
    checking for getpagesize... 
yes                                              
    checking for working mmap... 
yes                                             
    checking whether munmap must be declared... 
no                               
    checking for munmap's first parameter type... void 
*                         
    checking for memcpy... 
yes                                                   
    checking for memmove... 
yes                                                  
    checking for gzsetparams in -lz... 
yes                                       
    checking zlib.h usability... 
yes                                             
    checking zlib.h presence... 
yes                                              
    checking for zlib.h... 
yes                                                   
    checking for ld used by 
GCC... /usr/bin/ld                                   
    checking if the linker (/usr/bin/ld) is GNU ld... 
yes                        
    checking for /usr/bin/ld option to reload object files... -
r                 
    checking for BSD-compatible nm... /usr/bin/nm -
B                             
    checking for a sed that does not truncate 
output... /bin/sed                 
    checking whether ln -s works... 
yes                                          
    checking how to recognise dependent libraries... 
pass_all                    
    checking command to parse /usr/bin/nm -B output... 
ok                        
    checking dlfcn.h usability... 
yes                                            
    checking dlfcn.h presence... 
yes                                             
    checking for dlfcn.h... 
yes                                                  
    checking for ranlib... 
ranlib                                                
    checking for strip... 
strip                                                  
    checking for 
objdir... .libs                                                 
    checking for gcc option to produce PIC... -
fPIC                              
    checking if gcc PIC flag -fPIC works... 
yes                                  
    checking if gcc static flag -static works... 
no                              
    checking if gcc supports -c -o file.o... 
yes                                 
    checking if gcc supports -c -o file.lo... 
yes                                
    checking if gcc supports -fno-rtti -fno-exceptions... 
yes                    
    checking whether the linker (/usr/bin/ld) supports shared libraries... 
yes   
    checking how to hardcode library paths into programs... 
immediate            
    checking whether stripping libraries is possible... 
yes                      
    checking dynamic linker characteristics... GNU/Linux 
ld.so                   
    checking if libtool supports shared libraries... 
yes                         
    checking whether to build shared libraries... 
yes                            
    checking whether to build static libraries... 
yes                            
    checking whether -lc should be explicitly linked in... 
no                    
    creating 
libtool                                                             
    configure: 
creating ./config.status                                          
    config.status: creating unix-
cc.mk                                           
    config.status: creating unix-
def.mk                                          
    config.status: creating freetype-
config                                      
    config.status: creating 
ftconfig.h                                           
    config.status: ftconfig.h is 
unchanged                                       
                                                                             
    FreeType build system -- automatic system 
detection                          
                                                                             
    The following settings are 
used:                                             
                                                                             
      platform                    
unix                                           
      compiler                    
cc                                             
      configuration 
directory     ./builds/unix                                  
      configuration 
rules         ./builds/unix/unix.mk                          
                                                                             
    If this does not correspond to your system or settings please remove the 
file
    `config.mk' from this directory then read the INSTALL file for 
help.         
                                                                             
    Otherwise, simply type `make' again to build the 
library.                    
                                                                             
    make: Rien à faire pour `unix'.
  make
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -o /home/jef/bib/freetype-
2.1.4/objs/ftsystem.lo /home/jef/bib/freetype-2.1.4/builds/unix/ftsystem.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftsystem.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB /home/jef/bib/freetype-
2.1.4/builds/unix/ftsystem.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftsystem.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB /home/jef/bib/freetype-
2.1.4/builds/unix/ftsystem.c -o /home/jef/bib/freetype-2.1.4/objs/ftsystem.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftsystem.lo /home/jef/bib/freetype-2.1.4/objs/ftsystem.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -o /home/jef/bib/freetype-
2.1.4/objs/ftdebug.lo /home/jef/bib/freetype-2.1.4/src/base/ftdebug.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftdebug.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB /home/jef/bib/freetype-2.1.4/src/base/ftdebug.c  -
fPIC -DPIC -o /home/jef/bib/freetype-2.1.4/objs/.libs/ftdebug.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB /home/jef/bib/freetype-2.1.4/src/base/ftdebug.c -
o /home/jef/bib/freetype-2.1.4/objs/ftdebug.o >/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftdebug.lo /home/jef/bib/freetype-2.1.4/objs/ftdebug.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -o /home/jef/bib/freetype-
2.1.4/objs/ftinit.lo /home/jef/bib/freetype-2.1.4/src/base/ftinit.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftinit.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB /home/jef/bib/freetype-2.1.4/src/base/ftinit.c  -
fPIC -DPIC -o /home/jef/bib/freetype-2.1.4/objs/.libs/ftinit.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB /home/jef/bib/freetype-2.1.4/src/base/ftinit.c -
o /home/jef/bib/freetype-2.1.4/objs/ftinit.o >/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftinit.lo /home/jef/bib/freetype-2.1.4/objs/ftinit.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftbase.lo /home/jef/bib/freetype-
2.1.4/src/base/ftbase.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftbase.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftbase.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftbase.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftbase.c -o /home/jef/bib/freetype-2.1.4/objs/ftbase.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftbase.lo /home/jef/bib/freetype-2.1.4/objs/ftbase.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftglyph.lo /home/jef/bib/freetype-
2.1.4/src/base/ftglyph.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftglyph.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftglyph.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftglyph.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftglyph.c -o /home/jef/bib/freetype-2.1.4/objs/ftglyph.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftglyph.lo /home/jef/bib/freetype-2.1.4/objs/ftglyph.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftmm.lo /home/jef/bib/freetype-
2.1.4/src/base/ftmm.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftmm.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftmm.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftmm.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftmm.c -o /home/jef/bib/freetype-2.1.4/objs/ftmm.o >/dev/null 
2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftmm.lo /home/jef/bib/freetype-2.1.4/objs/ftmm.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftbdf.lo /home/jef/bib/freetype-
2.1.4/src/base/ftbdf.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftbdf.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftbdf.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftbdf.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftbdf.c -o /home/jef/bib/freetype-2.1.4/objs/ftbdf.o >/dev/null 
2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftbdf.lo /home/jef/bib/freetype-2.1.4/objs/ftbdf.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/fttype1.lo /home/jef/bib/freetype-
2.1.4/src/base/fttype1.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/fttype1.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/fttype1.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/fttype1.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/fttype1.c -o /home/jef/bib/freetype-2.1.4/objs/fttype1.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/fttype1.lo /home/jef/bib/freetype-2.1.4/objs/fttype1.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftxf86.lo /home/jef/bib/freetype-
2.1.4/src/base/ftxf86.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftxf86.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftxf86.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftxf86.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftxf86.c -o /home/jef/bib/freetype-2.1.4/objs/ftxf86.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftxf86.lo /home/jef/bib/freetype-2.1.4/objs/ftxf86.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftpfr.lo /home/jef/bib/freetype-
2.1.4/src/base/ftpfr.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftpfr.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftpfr.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftpfr.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftpfr.c -o /home/jef/bib/freetype-2.1.4/objs/ftpfr.o >/dev/null 
2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftpfr.lo /home/jef/bib/freetype-2.1.4/objs/ftpfr.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftstroker.lo /home/jef/bib/freetype-
2.1.4/src/base/ftstroker.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftstroker.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftstroker.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftstroker.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftstroker.c -o /home/jef/bib/freetype-2.1.4/objs/ftstroker.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftstroker.lo /home/jef/bib/freetype-2.1.4/objs/ftstroker.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftwinfnt.lo /home/jef/bib/freetype-
2.1.4/src/base/ftwinfnt.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftwinfnt.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftwinfnt.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftwinfnt.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftwinfnt.c -o /home/jef/bib/freetype-2.1.4/objs/ftwinfnt.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftwinfnt.lo /home/jef/bib/freetype-2.1.4/objs/ftwinfnt.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/base -
o /home/jef/bib/freetype-2.1.4/objs/ftbbox.lo /home/jef/bib/freetype-
2.1.4/src/base/ftbbox.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftbbox.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftbbox.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftbbox.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/base /home/jef/bib/freetype-
2.1.4/src/base/ftbbox.c -o /home/jef/bib/freetype-2.1.4/objs/ftbbox.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftbbox.lo /home/jef/bib/freetype-2.1.4/objs/ftbbox.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/autohint -
o /home/jef/bib/freetype-2.1.4/objs/autohint.lo /home/jef/bib/freetype-
2.1.4/src/autohint/autohint.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/autohint.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/autohint /home/jef/bib/freetype-
2.1.4/src/autohint/autohint.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/autohint.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/autohint /home/jef/bib/freetype-
2.1.4/src/autohint/autohint.c -o /home/jef/bib/freetype-2.1.4/objs/autohint.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/autohint.lo /home/jef/bib/freetype-2.1.4/objs/autohint.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/bdf -
o /home/jef/bib/freetype-2.1.4/objs/bdf.lo /home/jef/bib/freetype-
2.1.4/src/bdf/bdf.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/bdf.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/bdf /home/jef/bib/freetype-
2.1.4/src/bdf/bdf.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/bdf.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/bdf /home/jef/bib/freetype-
2.1.4/src/bdf/bdf.c -o /home/jef/bib/freetype-2.1.4/objs/bdf.o >/dev/null 2>&1
    mv -f /home/jef/bib/freetype-2.1.4/objs/.libs/bdf.lo /home/jef/bib/freetype-
2.1.4/objs/bdf.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/cache -
o /home/jef/bib/freetype-2.1.4/objs/ftcache.lo /home/jef/bib/freetype-
2.1.4/src/cache/ftcache.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftcache.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/cache /home/jef/bib/freetype-
2.1.4/src/cache/ftcache.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/ftcache.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/cache /home/jef/bib/freetype-
2.1.4/src/cache/ftcache.c -o /home/jef/bib/freetype-2.1.4/objs/ftcache.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftcache.lo /home/jef/bib/freetype-2.1.4/objs/ftcache.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/cff -
o /home/jef/bib/freetype-2.1.4/objs/cff.lo /home/jef/bib/freetype-
2.1.4/src/cff/cff.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/cff.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/cff /home/jef/bib/freetype-
2.1.4/src/cff/cff.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/cff.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/cff /home/jef/bib/freetype-
2.1.4/src/cff/cff.c -o /home/jef/bib/freetype-2.1.4/objs/cff.o >/dev/null 2>&1
    mv -f /home/jef/bib/freetype-2.1.4/objs/.libs/cff.lo /home/jef/bib/freetype-
2.1.4/objs/cff.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/cid -
o /home/jef/bib/freetype-2.1.4/objs/type1cid.lo /home/jef/bib/freetype-
2.1.4/src/cid/type1cid.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/type1cid.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/cid /home/jef/bib/freetype-
2.1.4/src/cid/type1cid.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/type1cid.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/cid /home/jef/bib/freetype-
2.1.4/src/cid/type1cid.c -o /home/jef/bib/freetype-2.1.4/objs/type1cid.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/type1cid.lo /home/jef/bib/freetype-2.1.4/objs/type1cid.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -o /home/jef/bib/freetype-
2.1.4/objs/ftgzip.lo /home/jef/bib/freetype-2.1.4/src/gzip/ftgzip.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/ftgzip.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB /home/jef/bib/freetype-2.1.4/src/gzip/ftgzip.c  -
fPIC -DPIC -o /home/jef/bib/freetype-2.1.4/objs/.libs/ftgzip.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB /home/jef/bib/freetype-2.1.4/src/gzip/ftgzip.c -
o /home/jef/bib/freetype-2.1.4/objs/ftgzip.o >/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/ftgzip.lo /home/jef/bib/freetype-2.1.4/objs/ftgzip.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/pcf -
o /home/jef/bib/freetype-2.1.4/objs/pcf.lo /home/jef/bib/freetype-
2.1.4/src/pcf/pcf.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/pcf.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/pcf /home/jef/bib/freetype-
2.1.4/src/pcf/pcf.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/pcf.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/pcf /home/jef/bib/freetype-
2.1.4/src/pcf/pcf.c -o /home/jef/bib/freetype-2.1.4/objs/pcf.o >/dev/null 2>&1
    mv -f /home/jef/bib/freetype-2.1.4/objs/.libs/pcf.lo /home/jef/bib/freetype-
2.1.4/objs/pcf.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/pfr -
o /home/jef/bib/freetype-2.1.4/objs/pfr.lo /home/jef/bib/freetype-
2.1.4/src/pfr/pfr.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/pfr.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/pfr /home/jef/bib/freetype-
2.1.4/src/pfr/pfr.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/pfr.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/pfr /home/jef/bib/freetype-
2.1.4/src/pfr/pfr.c -o /home/jef/bib/freetype-2.1.4/objs/pfr.o >/dev/null 2>&1
    mv -f /home/jef/bib/freetype-2.1.4/objs/.libs/pfr.lo /home/jef/bib/freetype-
2.1.4/objs/pfr.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/psaux -
o /home/jef/bib/freetype-2.1.4/objs/psaux.lo /home/jef/bib/freetype-
2.1.4/src/psaux/psaux.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/psaux.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/psaux /home/jef/bib/freetype-
2.1.4/src/psaux/psaux.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/psaux.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/psaux /home/jef/bib/freetype-
2.1.4/src/psaux/psaux.c -o /home/jef/bib/freetype-2.1.4/objs/psaux.o >/dev/null 
2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/psaux.lo /home/jef/bib/freetype-2.1.4/objs/psaux.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/pshinter -
o /home/jef/bib/freetype-2.1.4/objs/pshinter.lo /home/jef/bib/freetype-
2.1.4/src/pshinter/pshinter.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/pshinter.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/pshinter /home/jef/bib/freetype-
2.1.4/src/pshinter/pshinter.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/pshinter.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/pshinter /home/jef/bib/freetype-
2.1.4/src/pshinter/pshinter.c -o /home/jef/bib/freetype-2.1.4/objs/pshinter.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/pshinter.lo /home/jef/bib/freetype-2.1.4/objs/pshinter.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/psnames -
o /home/jef/bib/freetype-2.1.4/objs/psnames.lo /home/jef/bib/freetype-
2.1.4/src/psnames/psmodule.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/psnames.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/psnames /home/jef/bib/freetype-
2.1.4/src/psnames/psmodule.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/psnames.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/psnames /home/jef/bib/freetype-
2.1.4/src/psnames/psmodule.c -o /home/jef/bib/freetype-2.1.4/objs/psnames.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/psnames.lo /home/jef/bib/freetype-2.1.4/objs/psnames.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/raster -
o /home/jef/bib/freetype-2.1.4/objs/raster.lo /home/jef/bib/freetype-
2.1.4/src/raster/raster.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/raster.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/raster /home/jef/bib/freetype-
2.1.4/src/raster/raster.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/raster.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/raster /home/jef/bib/freetype-
2.1.4/src/raster/raster.c -o /home/jef/bib/freetype-2.1.4/objs/raster.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/raster.lo /home/jef/bib/freetype-2.1.4/objs/raster.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/sfnt -
o /home/jef/bib/freetype-2.1.4/objs/sfnt.lo /home/jef/bib/freetype-
2.1.4/src/sfnt/sfnt.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/sfnt.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/sfnt /home/jef/bib/freetype-
2.1.4/src/sfnt/sfnt.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/sfnt.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/sfnt /home/jef/bib/freetype-
2.1.4/src/sfnt/sfnt.c -o /home/jef/bib/freetype-2.1.4/objs/sfnt.o >/dev/null 
2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/sfnt.lo /home/jef/bib/freetype-2.1.4/objs/sfnt.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/smooth -
o /home/jef/bib/freetype-2.1.4/objs/smooth.lo /home/jef/bib/freetype-
2.1.4/src/smooth/smooth.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/smooth.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/smooth /home/jef/bib/freetype-
2.1.4/src/smooth/smooth.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/smooth.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/smooth /home/jef/bib/freetype-
2.1.4/src/smooth/smooth.c -o /home/jef/bib/freetype-2.1.4/objs/smooth.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/smooth.lo /home/jef/bib/freetype-2.1.4/objs/smooth.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/truetype -
o /home/jef/bib/freetype-2.1.4/objs/truetype.lo /home/jef/bib/freetype-
2.1.4/src/truetype/truetype.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/truetype.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/truetype /home/jef/bib/freetype-
2.1.4/src/truetype/truetype.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/truetype.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/truetype /home/jef/bib/freetype-
2.1.4/src/truetype/truetype.c -o /home/jef/bib/freetype-2.1.4/objs/truetype.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/truetype.lo /home/jef/bib/freetype-2.1.4/objs/truetype.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/type1 -
o /home/jef/bib/freetype-2.1.4/objs/type1.lo /home/jef/bib/freetype-
2.1.4/src/type1/type1.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/type1.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/type1 /home/jef/bib/freetype-
2.1.4/src/type1/type1.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/type1.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/type1 /home/jef/bib/freetype-
2.1.4/src/type1/type1.c -o /home/jef/bib/freetype-2.1.4/objs/type1.o >/dev/null 
2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/type1.lo /home/jef/bib/freetype-2.1.4/objs/type1.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/type42 -
o /home/jef/bib/freetype-2.1.4/objs/type42.lo /home/jef/bib/freetype-
2.1.4/src/type42/type42.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/type42.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/type42 /home/jef/bib/freetype-
2.1.4/src/type42/type42.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/type42.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/type42 /home/jef/bib/freetype-
2.1.4/src/type42/type42.c -o /home/jef/bib/freetype-2.1.4/objs/type42.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/type42.lo /home/jef/bib/freetype-2.1.4/objs/type42.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=compile gcc -
pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -I/home/jef/bib/freetype-
2.1.4/builds/unix -I/home/jef/bib/freetype-2.1.4/include -c -Wall -g -O2 -
DFT_CONFIG_OPTION_SYSTEM_ZLIB -I/home/jef/bib/freetype-2.1.4/src/winfonts -
o /home/jef/bib/freetype-2.1.4/objs/winfnt.lo /home/jef/bib/freetype-
2.1.4/src/winfonts/winfnt.c
    rm -f /home/jef/bib/freetype-2.1.4/objs/.libs/winfnt.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/winfonts /home/jef/bib/freetype-
2.1.4/src/winfonts/winfnt.c  -fPIC -DPIC -o /home/jef/bib/freetype-
2.1.4/objs/.libs/winfnt.lo
    gcc -pedantic -ansi -I/home/jef/bib/freetype-2.1.4/objs -
I/home/jef/bib/freetype-2.1.4/builds/unix -I/home/jef/bib/freetype-
2.1.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -
I/home/jef/bib/freetype-2.1.4/src/winfonts /home/jef/bib/freetype-
2.1.4/src/winfonts/winfnt.c -o /home/jef/bib/freetype-2.1.4/objs/winfnt.o 
>/dev/null 2>&1
    mv -f /home/jef/bib/freetype-
2.1.4/objs/.libs/winfnt.lo /home/jef/bib/freetype-2.1.4/objs/winfnt.lo
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --mode=link gcc -
o /home/jef/bib/freetype-2.1.4/objs/libfreetype.la  /home/jef/bib/freetype-
2.1.4/objs/ftsystem.lo /home/jef/bib/freetype-
2.1.4/objs/ftdebug.lo /home/jef/bib/freetype-
2.1.4/objs/ftinit.lo /home/jef/bib/freetype-
2.1.4/objs/ftbase.lo /home/jef/bib/freetype-
2.1.4/objs/ftglyph.lo /home/jef/bib/freetype-
2.1.4/objs/ftmm.lo /home/jef/bib/freetype-
2.1.4/objs/ftbdf.lo /home/jef/bib/freetype-
2.1.4/objs/fttype1.lo /home/jef/bib/freetype-
2.1.4/objs/ftxf86.lo /home/jef/bib/freetype-
2.1.4/objs/ftpfr.lo /home/jef/bib/freetype-
2.1.4/objs/ftstroker.lo /home/jef/bib/freetype-
2.1.4/objs/ftwinfnt.lo /home/jef/bib/freetype-
2.1.4/objs/ftbbox.lo /home/jef/bib/freetype-
2.1.4/objs/autohint.lo /home/jef/bib/freetype-
2.1.4/objs/bdf.lo /home/jef/bib/freetype-
2.1.4/objs/ftcache.lo /home/jef/bib/freetype-
2.1.4/objs/cff.lo /home/jef/bib/freetype-
2.1.4/objs/type1cid.lo /home/jef/bib/freetype-
2.1.4/objs/ftgzip.lo /home/jef/bib/freetype-
2.1.4/objs/pcf.lo /home/jef/bib/freetype-
2.1.4/objs/pfr.lo /home/jef/bib/freetype-
2.1.4/objs/psaux.lo /home/jef/bib/freetype-
2.1.4/objs/pshinter.lo /home/jef/bib/freetype-
2.1.4/objs/psnames.lo /home/jef/bib/freetype-
2.1.4/objs/raster.lo /home/jef/bib/freetype-
2.1.4/objs/sfnt.lo /home/jef/bib/freetype-
2.1.4/objs/smooth.lo /home/jef/bib/freetype-
2.1.4/objs/truetype.lo /home/jef/bib/freetype-
2.1.4/objs/type1.lo /home/jef/bib/freetype-
2.1.4/objs/type42.lo /home/jef/bib/freetype-2.1.4/objs/winfnt.lo -
rpath /usr/local/lib -version-info 9:3:3 -lz
    rm -fr /home/jef/bib/freetype-
2.1.4/objs/.libs/libfreetype.la /home/jef/bib/freetype-
2.1.4/objs/.libs/libfreetype.* /home/jef/bib/freetype-
2.1.4/objs/.libs/libfreetype.*
    gcc -shared  /home/jef/bib/freetype-
2.1.4/objs/ftsystem.lo /home/jef/bib/freetype-
2.1.4/objs/ftdebug.lo /home/jef/bib/freetype-
2.1.4/objs/ftinit.lo /home/jef/bib/freetype-
2.1.4/objs/ftbase.lo /home/jef/bib/freetype-
2.1.4/objs/ftglyph.lo /home/jef/bib/freetype-
2.1.4/objs/ftmm.lo /home/jef/bib/freetype-
2.1.4/objs/ftbdf.lo /home/jef/bib/freetype-
2.1.4/objs/fttype1.lo /home/jef/bib/freetype-
2.1.4/objs/ftxf86.lo /home/jef/bib/freetype-
2.1.4/objs/ftpfr.lo /home/jef/bib/freetype-
2.1.4/objs/ftstroker.lo /home/jef/bib/freetype-
2.1.4/objs/ftwinfnt.lo /home/jef/bib/freetype-
2.1.4/objs/ftbbox.lo /home/jef/bib/freetype-
2.1.4/objs/autohint.lo /home/jef/bib/freetype-
2.1.4/objs/bdf.lo /home/jef/bib/freetype-
2.1.4/objs/ftcache.lo /home/jef/bib/freetype-
2.1.4/objs/cff.lo /home/jef/bib/freetype-
2.1.4/objs/type1cid.lo /home/jef/bib/freetype-
2.1.4/objs/ftgzip.lo /home/jef/bib/freetype-
2.1.4/objs/pcf.lo /home/jef/bib/freetype-
2.1.4/objs/pfr.lo /home/jef/bib/freetype-
2.1.4/objs/psaux.lo /home/jef/bib/freetype-
2.1.4/objs/pshinter.lo /home/jef/bib/freetype-
2.1.4/objs/psnames.lo /home/jef/bib/freetype-
2.1.4/objs/raster.lo /home/jef/bib/freetype-
2.1.4/objs/sfnt.lo /home/jef/bib/freetype-
2.1.4/objs/smooth.lo /home/jef/bib/freetype-
2.1.4/objs/truetype.lo /home/jef/bib/freetype-
2.1.4/objs/type1.lo /home/jef/bib/freetype-
2.1.4/objs/type42.lo /home/jef/bib/freetype-2.1.4/objs/winfnt.lo  -lz  -Wl,-
soname -Wl,libfreetype.so.6 -o /home/jef/bib/freetype-
2.1.4/objs/.libs/libfreetype.so.6.3.3
    (cd /home/jef/bib/freetype-2.1.4/objs/.libs && rm -f libfreetype.so.6 && 
ln -s libfreetype.so.6.3.3 libfreetype.so.6)
    (cd /home/jef/bib/freetype-2.1.4/objs/.libs && rm -f libfreetype.so && ln -
s libfreetype.so.6.3.3 libfreetype.so)
    ar cru /home/jef/bib/freetype-
2.1.4/objs/.libs/libfreetype.a  /home/jef/bib/freetype-
2.1.4/objs/ftsystem.o /home/jef/bib/freetype-
2.1.4/objs/ftdebug.o /home/jef/bib/freetype-
2.1.4/objs/ftinit.o /home/jef/bib/freetype-
2.1.4/objs/ftbase.o /home/jef/bib/freetype-
2.1.4/objs/ftglyph.o /home/jef/bib/freetype-
2.1.4/objs/ftmm.o /home/jef/bib/freetype-
2.1.4/objs/ftbdf.o /home/jef/bib/freetype-
2.1.4/objs/fttype1.o /home/jef/bib/freetype-
2.1.4/objs/ftxf86.o /home/jef/bib/freetype-
2.1.4/objs/ftpfr.o /home/jef/bib/freetype-
2.1.4/objs/ftstroker.o /home/jef/bib/freetype-
2.1.4/objs/ftwinfnt.o /home/jef/bib/freetype-
2.1.4/objs/ftbbox.o /home/jef/bib/freetype-
2.1.4/objs/autohint.o /home/jef/bib/freetype-
2.1.4/objs/bdf.o /home/jef/bib/freetype-
2.1.4/objs/ftcache.o /home/jef/bib/freetype-
2.1.4/objs/cff.o /home/jef/bib/freetype-
2.1.4/objs/type1cid.o /home/jef/bib/freetype-
2.1.4/objs/ftgzip.o /home/jef/bib/freetype-
2.1.4/objs/pcf.o /home/jef/bib/freetype-2.1.4/objs/pfr.o /home/jef/bib/freetype-
2.1.4/objs/psaux.o /home/jef/bib/freetype-
2.1.4/objs/pshinter.o /home/jef/bib/freetype-
2.1.4/objs/psnames.o /home/jef/bib/freetype-
2.1.4/objs/raster.o /home/jef/bib/freetype-
2.1.4/objs/sfnt.o /home/jef/bib/freetype-
2.1.4/objs/smooth.o /home/jef/bib/freetype-
2.1.4/objs/truetype.o /home/jef/bib/freetype-
2.1.4/objs/type1.o /home/jef/bib/freetype-
2.1.4/objs/type42.o /home/jef/bib/freetype-2.1.4/objs/winfnt.o 
    ranlib /home/jef/bib/freetype-2.1.4/objs/.libs/libfreetype.a
    creating /home/jef/bib/freetype-2.1.4/objs/libfreetype.la
    (cd /home/jef/bib/freetype-2.1.4/objs/.libs && rm -f libfreetype.la && ln -
s ../libfreetype.la libfreetype.la)
  make install
    /home/jef/bib/freetype-
2.1.4/builds/unix/mkinstalldirs /usr/local/lib                                 \
                             /usr/local/include/freetype2/freetype/config   \
                             /usr/local/include/freetype2/freetype/internal \
                             /usr/local/include/freetype2/freetype/cache    \
                             /usr/local/bin                                 \
                             /usr/local/share/aclocal
    /home/jef/bib/freetype-2.1.4/builds/unix/libtool --
mode=install /usr/bin/install -c \
                                      /home/jef/bib/freetype-
2.1.4/objs/libfreetype.la /usr/local/lib
    /usr/bin/install -c /home/jef/bib/freetype-
2.1.4/objs/.libs/libfreetype.so.6.3.3 /usr/local/lib/libfreetype.so.6.3.3
    (cd /usr/local/lib && rm -f libfreetype.so.6 && ln -s libfreetype.so.6.3.3 
libfreetype.so.6)
    (cd /usr/local/lib && rm -f libfreetype.so && ln -s libfreetype.so.6.3.3 
libfreetype.so)
    /usr/bin/install -c /home/jef/bib/freetype-
2.1.4/objs/.libs/libfreetype.lai /usr/local/lib/libfreetype.la
    /usr/bin/install -c /home/jef/bib/freetype-
2.1.4/objs/.libs/libfreetype.a /usr/local/lib/libfreetype.a
    ranlib /usr/local/lib/libfreetype.a
    chmod 644 /usr/local/lib/libfreetype.a
    PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
    ----------------------------------------------------------------------
    Libraries have been installed in:
       /usr/local/lib
    
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
         during execution
       - add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------
    for P in /home/jef/bib/freetype-
2.1.4/include/freetype/freetype.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftbbox.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftbdf.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftcache.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftchapters.h /home/jef/bib/freetype-
2.1.4/include/freetype/fterrdef.h /home/jef/bib/freetype-
2.1.4/include/freetype/fterrors.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftglyph.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftgzip.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftimage.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftincrem.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftlist.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftmac.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftmm.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftmoderr.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftmodule.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftoutln.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftpfr.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftrender.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftsizes.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftsnames.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftstroker.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftsynth.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftsysio.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftsysmem.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftsystem.h /home/jef/bib/freetype-
2.1.4/include/freetype/fttrigon.h /home/jef/bib/freetype-
2.1.4/include/freetype/fttypes.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftwinfnt.h /home/jef/bib/freetype-
2.1.4/include/freetype/ftxf86.h /home/jef/bib/freetype-
2.1.4/include/freetype/t1tables.h /home/jef/bib/freetype-
2.1.4/include/freetype/ttnameid.h /home/jef/bib/freetype-
2.1.4/include/freetype/tttables.h /home/jef/bib/freetype-
2.1.4/include/freetype/tttags.h ; do                           \
              /usr/bin/install -c -m 644                                    \
                $P /usr/local/include/freetype2/freetype ; \
            done
    for P in /home/jef/bib/freetype-
2.1.4/include/freetype/internal/autohint.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/bdftypes.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/cfftypes.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/fnttypes.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftcalc.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftcore.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftdebug.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftdriver.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftexcept.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftgloadr.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/fthash.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftmemory.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftobject.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftobjs.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/ftstream.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/fttrace.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/internal.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/pcftypes.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/pfr.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/psaux.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/pshints.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/psnames.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/sfnt.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/t1types.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/t42types.h /home/jef/bib/freetype-
2.1.4/include/freetype/internal/tttypes.h ; 
do                                      \
              /usr/bin/install -c -m 
644                                             \
                $P /usr/local/include/freetype2/freetype/internal ; \
            done
    for P in /home/jef/bib/freetype-
2.1.4/include/freetype/config/ftconfig.h /home/jef/bib/freetype-
2.1.4/include/freetype/config/ftheader.h /home/jef/bib/freetype-
2.1.4/include/freetype/config/ftmodule.h /home/jef/bib/freetype-
2.1.4/include/freetype/config/ftoption.h /home/jef/bib/freetype-
2.1.4/include/freetype/config/ftstdlib.h  ; do                                  
\
              /usr/bin/install -c -m 
644                                           \
                $P /usr/local/include/freetype2/freetype/config ; \
            done
    for P in /home/jef/bib/freetype-
2.1.4/include/freetype/cache/ftccache.h /home/jef/bib/freetype-
2.1.4/include/freetype/cache/ftccmap.h /home/jef/bib/freetype-
2.1.4/include/freetype/cache/ftcglyph.h /home/jef/bib/freetype-
2.1.4/include/freetype/cache/ftcimage.h /home/jef/bib/freetype-
2.1.4/include/freetype/cache/ftcmanag.h /home/jef/bib/freetype-
2.1.4/include/freetype/cache/ftcsbits.h /home/jef/bib/freetype-
2.1.4/include/freetype/cache/ftlru.h ; do                                  \
              /usr/bin/install -c -m 
644                                          \
                $P /usr/local/include/freetype2/freetype/cache ; \
            done
    /usr/bin/install -c -m 644 /home/jef/bib/freetype-
2.1.4/builds/unix/ft2unix.h /usr/local/include/ft2build.h
    /usr/bin/install -c -m 755 /home/jef/bib/freetype-
2.1.4/builds/unix/freetype-config \
              /usr/local/bin/freetype-config
    /usr/bin/install -c -m 644 /home/jef/bib/freetype-
2.1.4/builds/unix/freetype2.m4 \
              /usr/local/share/aclocal/freetype2.m4
gd 2.0.15gif
  ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for gcc option to accept ANSI C... none needed
    checking for a BSD-compatible install... /usr/bin/install -c
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking for a sed that does not truncate output... /bin/sed
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking command to parse /usr/bin/nm -B output... ok
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for ranlib... (cached) ranlib
    checking for X... no
    checking for ANSI C header files... (cached) yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for iconv... yes
    checking for iconv declaration... 
             extern size_t iconv (iconv_t cd, char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
    checking iconv.h usability... yes
    checking iconv.h presence... yes
    checking for iconv.h... yes
    checking whether iconv.h defines iconv_t... yes
    checking for sin... no
    checking for sin in -lm... yes
    checking for deflate in -lz... yes
    checking for libpng-config... /usr/local/bin/libpng-config
    checking png.h usability... yes
    checking png.h presence... yes
    checking for png.h... yes
    checking for png_create_read_struct in -lpng... yes
    checking for freetype-config... /usr/local/bin/freetype-config
    checking for FT_Init_FreeType in -lfreetype... yes
    checking freetype/freetype.h usability... yes
    checking freetype/freetype.h presence... yes
    checking for freetype/freetype.h... yes
    checking whether it's freetype 2... yes
    checking for jpeg_set_defaults in -ljpeg... yes
    checking for XpmReadFileToXpmImage in -lXpm... no
    
    ** Configuration summary for gd 2.0.15:
    
       Support for PNG library:          yes
       Support for JPEG library:         yes
       Support for Freetype 2.x library: yes
       Support for Xpm library:          no
    
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating config/Makefile
    config.status: creating config/gdlib-config
    config.status: creating test/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
  make
    make  all-recursive
    make[1]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif'
    Making all in config
    make[2]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif/config'
    make[2]: Rien à faire pour `all'.
    make[2]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif/config'
    Making all in test
    make[2]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif/test'
    make[2]: Rien à faire pour `all'.
    make[2]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif/test'
    make[2]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif'
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd.lo -MD -MP -MF ".deps/gd.Tpo" \
      -c -o gd.lo `test -f 'gd.c' || echo './'`gd.c; \
    then mv ".deps/gd.Tpo" ".deps/gd.Plo"; \
    else rm -f ".deps/gd.Tpo"; exit 1; \
    fi
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT gd.lo -
MD -MP -MF .deps/gd.Tpo -c gd.c  -fPIC -DPIC -o .libs/gd.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT gd.lo -
MD -MP -MF .deps/gd.Tpo -c gd.c -o gd.o >/dev/null 2>&1
    mv -f .libs/gd.lo gd.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_gd.lo -MD -MP -MF ".deps/gd_gd.Tpo" 
\
      -c -o gd_gd.lo `test -f 'gd_gd.c' || echo './'`gd_gd.c; \
    then mv ".deps/gd_gd.Tpo" ".deps/gd_gd.Plo"; \
    else rm -f ".deps/gd_gd.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_gd.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_gd.lo -MD -MP -MF .deps/gd_gd.Tpo -c gd_gd.c  -fPIC -DPIC -o .libs/gd_gd.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_gd.lo -MD -MP -MF .deps/gd_gd.Tpo -c gd_gd.c -o gd_gd.o >/dev/null 2>&1
    mv -f .libs/gd_gd.lo gd_gd.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_gd2.lo -MD -MP -
MF ".deps/gd_gd2.Tpo" \
      -c -o gd_gd2.lo `test -f 'gd_gd2.c' || echo './'`gd_gd2.c; \
    then mv ".deps/gd_gd2.Tpo" ".deps/gd_gd2.Plo"; \
    else rm -f ".deps/gd_gd2.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_gd2.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_gd2.lo -MD -MP -MF .deps/gd_gd2.Tpo -c gd_gd2.c  -fPIC -DPIC -
o .libs/gd_gd2.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_gd2.lo -MD -MP -MF .deps/gd_gd2.Tpo -c gd_gd2.c -o gd_gd2.o >/dev/null 2>&1
    mv -f .libs/gd_gd2.lo gd_gd2.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_io.lo -MD -MP -MF ".deps/gd_io.Tpo" 
\
      -c -o gd_io.lo `test -f 'gd_io.c' || echo './'`gd_io.c; \
    then mv ".deps/gd_io.Tpo" ".deps/gd_io.Plo"; \
    else rm -f ".deps/gd_io.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_io.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_io.lo -MD -MP -MF .deps/gd_io.Tpo -c gd_io.c  -fPIC -DPIC -o .libs/gd_io.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_io.lo -MD -MP -MF .deps/gd_io.Tpo -c gd_io.c -o gd_io.o >/dev/null 2>&1
    mv -f .libs/gd_io.lo gd_io.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_io_dp.lo -MD -MP -
MF ".deps/gd_io_dp.Tpo" \
      -c -o gd_io_dp.lo `test -f 'gd_io_dp.c' || echo './'`gd_io_dp.c; \
    then mv ".deps/gd_io_dp.Tpo" ".deps/gd_io_dp.Plo"; \
    else rm -f ".deps/gd_io_dp.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_io_dp.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_io_dp.lo -MD -MP -MF .deps/gd_io_dp.Tpo -c gd_io_dp.c  -fPIC -DPIC -
o .libs/gd_io_dp.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_io_dp.lo -MD -MP -MF .deps/gd_io_dp.Tpo -c gd_io_dp.c -o gd_io_dp.o 
>/dev/null 2>&1
    mv -f .libs/gd_io_dp.lo gd_io_dp.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_io_file.lo -MD -MP -
MF ".deps/gd_io_file.Tpo" \
      -c -o gd_io_file.lo `test -f 'gd_io_file.c' || echo './'`gd_io_file.c; \
    then mv ".deps/gd_io_file.Tpo" ".deps/gd_io_file.Plo"; \
    else rm -f ".deps/gd_io_file.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_io_file.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_io_file.lo -MD -MP -MF .deps/gd_io_file.Tpo -c gd_io_file.c  -fPIC -DPIC -
o .libs/gd_io_file.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_io_file.lo -MD -MP -MF .deps/gd_io_file.Tpo -c gd_io_file.c -o gd_io_file.o 
>/dev/null 2>&1
    mv -f .libs/gd_io_file.lo gd_io_file.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_io_ss.lo -MD -MP -
MF ".deps/gd_io_ss.Tpo" \
      -c -o gd_io_ss.lo `test -f 'gd_io_ss.c' || echo './'`gd_io_ss.c; \
    then mv ".deps/gd_io_ss.Tpo" ".deps/gd_io_ss.Plo"; \
    else rm -f ".deps/gd_io_ss.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_io_ss.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_io_ss.lo -MD -MP -MF .deps/gd_io_ss.Tpo -c gd_io_ss.c  -fPIC -DPIC -
o .libs/gd_io_ss.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_io_ss.lo -MD -MP -MF .deps/gd_io_ss.Tpo -c gd_io_ss.c -o gd_io_ss.o 
>/dev/null 2>&1
    mv -f .libs/gd_io_ss.lo gd_io_ss.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_jpeg.lo -MD -MP -
MF ".deps/gd_jpeg.Tpo" \
      -c -o gd_jpeg.lo `test -f 'gd_jpeg.c' || echo './'`gd_jpeg.c; \
    then mv ".deps/gd_jpeg.Tpo" ".deps/gd_jpeg.Plo"; \
    else rm -f ".deps/gd_jpeg.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_jpeg.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_jpeg.lo -MD -MP -MF .deps/gd_jpeg.Tpo -c gd_jpeg.c  -fPIC -DPIC -
o .libs/gd_jpeg.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    In file included from /usr/local/include/jpeglib.h:24,
                     from gd_jpeg.c:41:
    /usr/local/include/jconfig.h:11:1: warning: "HAVE_STDDEF_H" redefined
    In file included from gd_jpeg.c:25:
    config.h:56:1: warning: this is the location of the previous definition
    In file included from /usr/local/include/jpeglib.h:24,
                     from gd_jpeg.c:41:
    /usr/local/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined
    In file included from gd_jpeg.c:25:
    config.h:62:1: warning: this is the location of the previous definition
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_jpeg.lo -MD -MP -MF .deps/gd_jpeg.Tpo -c gd_jpeg.c -o gd_jpeg.o >/dev/null 
2>&1
    mv -f .libs/gd_jpeg.lo gd_jpeg.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_png.lo -MD -MP -
MF ".deps/gd_png.Tpo" \
      -c -o gd_png.lo `test -f 'gd_png.c' || echo './'`gd_png.c; \
    then mv ".deps/gd_png.Tpo" ".deps/gd_png.Plo"; \
    else rm -f ".deps/gd_png.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_png.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_png.lo -MD -MP -MF .deps/gd_png.Tpo -c gd_png.c  -fPIC -DPIC -
o .libs/gd_png.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_png.lo -MD -MP -MF .deps/gd_png.Tpo -c gd_png.c -o gd_png.o >/dev/null 2>&1
    mv -f .libs/gd_png.lo gd_png.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_ss.lo -MD -MP -MF ".deps/gd_ss.Tpo" 
\
      -c -o gd_ss.lo `test -f 'gd_ss.c' || echo './'`gd_ss.c; \
    then mv ".deps/gd_ss.Tpo" ".deps/gd_ss.Plo"; \
    else rm -f ".deps/gd_ss.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_ss.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_ss.lo -MD -MP -MF .deps/gd_ss.Tpo -c gd_ss.c  -fPIC -DPIC -o .libs/gd_ss.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_ss.lo -MD -MP -MF .deps/gd_ss.Tpo -c gd_ss.c -o gd_ss.o >/dev/null 2>&1
    mv -f .libs/gd_ss.lo gd_ss.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_gif_in.lo -MD -MP -
MF ".deps/gd_gif_in.Tpo" \
      -c -o gd_gif_in.lo `test -f 'gd_gif_in.c' || echo './'`gd_gif_in.c; \
    then mv ".deps/gd_gif_in.Tpo" ".deps/gd_gif_in.Plo"; \
    else rm -f ".deps/gd_gif_in.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_gif_in.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_gif_in.lo -MD -MP -MF .deps/gd_gif_in.Tpo -c gd_gif_in.c  -fPIC -DPIC -
o .libs/gd_gif_in.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_gif_in.lo -MD -MP -MF .deps/gd_gif_in.Tpo -c gd_gif_in.c -o gd_gif_in.o 
>/dev/null 2>&1
    mv -f .libs/gd_gif_in.lo gd_gif_in.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_gif_out.lo -MD -MP -
MF ".deps/gd_gif_out.Tpo" \
      -c -o gd_gif_out.lo `test -f 'gd_gif_out.c' || echo './'`gd_gif_out.c; \
    then mv ".deps/gd_gif_out.Tpo" ".deps/gd_gif_out.Plo"; \
    else rm -f ".deps/gd_gif_out.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_gif_out.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_gif_out.lo -MD -MP -MF .deps/gd_gif_out.Tpo -c gd_gif_out.c  -fPIC -DPIC -
o .libs/gd_gif_out.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_gif_out.lo -MD -MP -MF .deps/gd_gif_out.Tpo -c gd_gif_out.c -o gd_gif_out.o 
>/dev/null 2>&1
    mv -f .libs/gd_gif_out.lo gd_gif_out.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_biggif_out.lo -MD -MP -
MF ".deps/gd_biggif_out.Tpo" \
      -c -o gd_biggif_out.lo `test -f 'gd_biggif_out.c' || 
echo './'`gd_biggif_out.c; \
    then mv ".deps/gd_biggif_out.Tpo" ".deps/gd_biggif_out.Plo"; \
    else rm -f ".deps/gd_biggif_out.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_biggif_out.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_biggif_out.lo -MD -MP -MF .deps/gd_biggif_out.Tpo -c gd_biggif_out.c  -fPIC -
DPIC -o .libs/gd_biggif_out.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_biggif_out.lo -MD -MP -MF .deps/gd_biggif_out.Tpo -c gd_biggif_out.c -o 
gd_biggif_out.o >/dev/null 2>&1
    mv -f .libs/gd_biggif_out.lo gd_biggif_out.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_lzw_out.lo -MD -MP -
MF ".deps/gd_lzw_out.Tpo" \
      -c -o gd_lzw_out.lo `test -f 'gd_lzw_out.c' || echo './'`gd_lzw_out.c; \
    then mv ".deps/gd_lzw_out.Tpo" ".deps/gd_lzw_out.Plo"; \
    else rm -f ".deps/gd_lzw_out.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_lzw_out.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_lzw_out.lo -MD -MP -MF .deps/gd_lzw_out.Tpo -c gd_lzw_out.c  -fPIC -DPIC -
o .libs/gd_lzw_out.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_lzw_out.lo -MD -MP -MF .deps/gd_lzw_out.Tpo -c gd_lzw_out.c -o gd_lzw_out.o 
>/dev/null 2>&1
    mv -f .libs/gd_lzw_out.lo gd_lzw_out.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_topal.lo -MD -MP -
MF ".deps/gd_topal.Tpo" \
      -c -o gd_topal.lo `test -f 'gd_topal.c' || echo './'`gd_topal.c; \
    then mv ".deps/gd_topal.Tpo" ".deps/gd_topal.Plo"; \
    else rm -f ".deps/gd_topal.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_topal.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_topal.lo -MD -MP -MF .deps/gd_topal.Tpo -c gd_topal.c  -fPIC -DPIC -
o .libs/gd_topal.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_topal.lo -MD -MP -MF .deps/gd_topal.Tpo -c gd_topal.c -o gd_topal.o 
>/dev/null 2>&1
    mv -f .libs/gd_topal.lo gd_topal.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gd_wbmp.lo -MD -MP -
MF ".deps/gd_wbmp.Tpo" \
      -c -o gd_wbmp.lo `test -f 'gd_wbmp.c' || echo './'`gd_wbmp.c; \
    then mv ".deps/gd_wbmp.Tpo" ".deps/gd_wbmp.Plo"; \
    else rm -f ".deps/gd_wbmp.Tpo"; exit 1; \
    fi
    rm -f .libs/gd_wbmp.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_wbmp.lo -MD -MP -MF .deps/gd_wbmp.Tpo -c gd_wbmp.c  -fPIC -DPIC -
o .libs/gd_wbmp.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gd_wbmp.lo -MD -MP -MF .deps/gd_wbmp.Tpo -c gd_wbmp.c -o gd_wbmp.o >/dev/null 
2>&1
    mv -f .libs/gd_wbmp.lo gd_wbmp.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdcache.lo -MD -MP -
MF ".deps/gdcache.Tpo" \
      -c -o gdcache.lo `test -f 'gdcache.c' || echo './'`gdcache.c; \
    then mv ".deps/gdcache.Tpo" ".deps/gdcache.Plo"; \
    else rm -f ".deps/gdcache.Tpo"; exit 1; \
    fi
    rm -f .libs/gdcache.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c gdcache.c  -fPIC -DPIC -
o .libs/gdcache.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c gdcache.c -o gdcache.o >/dev/null 
2>&1
    mv -f .libs/gdcache.lo gdcache.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdfontg.lo -MD -MP -
MF ".deps/gdfontg.Tpo" \
      -c -o gdfontg.lo `test -f 'gdfontg.c' || echo './'`gdfontg.c; \
    then mv ".deps/gdfontg.Tpo" ".deps/gdfontg.Plo"; \
    else rm -f ".deps/gdfontg.Tpo"; exit 1; \
    fi
    rm -f .libs/gdfontg.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c gdfontg.c  -fPIC -DPIC -
o .libs/gdfontg.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c gdfontg.c -o gdfontg.o >/dev/null 
2>&1
    mv -f .libs/gdfontg.lo gdfontg.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdfontl.lo -MD -MP -
MF ".deps/gdfontl.Tpo" \
      -c -o gdfontl.lo `test -f 'gdfontl.c' || echo './'`gdfontl.c; \
    then mv ".deps/gdfontl.Tpo" ".deps/gdfontl.Plo"; \
    else rm -f ".deps/gdfontl.Tpo"; exit 1; \
    fi
    rm -f .libs/gdfontl.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c gdfontl.c  -fPIC -DPIC -
o .libs/gdfontl.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c gdfontl.c -o gdfontl.o >/dev/null 
2>&1
    mv -f .libs/gdfontl.lo gdfontl.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdfontmb.lo -MD -MP -
MF ".deps/gdfontmb.Tpo" \
      -c -o gdfontmb.lo `test -f 'gdfontmb.c' || echo './'`gdfontmb.c; \
    then mv ".deps/gdfontmb.Tpo" ".deps/gdfontmb.Plo"; \
    else rm -f ".deps/gdfontmb.Tpo"; exit 1; \
    fi
    rm -f .libs/gdfontmb.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c gdfontmb.c  -fPIC -DPIC -
o .libs/gdfontmb.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c gdfontmb.c -o gdfontmb.o 
>/dev/null 2>&1
    mv -f .libs/gdfontmb.lo gdfontmb.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdfonts.lo -MD -MP -
MF ".deps/gdfonts.Tpo" \
      -c -o gdfonts.lo `test -f 'gdfonts.c' || echo './'`gdfonts.c; \
    then mv ".deps/gdfonts.Tpo" ".deps/gdfonts.Plo"; \
    else rm -f ".deps/gdfonts.Tpo"; exit 1; \
    fi
    rm -f .libs/gdfonts.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c gdfonts.c  -fPIC -DPIC -
o .libs/gdfonts.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c gdfonts.c -o gdfonts.o >/dev/null 
2>&1
    mv -f .libs/gdfonts.lo gdfonts.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdfontt.lo -MD -MP -
MF ".deps/gdfontt.Tpo" \
      -c -o gdfontt.lo `test -f 'gdfontt.c' || echo './'`gdfontt.c; \
    then mv ".deps/gdfontt.Tpo" ".deps/gdfontt.Plo"; \
    else rm -f ".deps/gdfontt.Tpo"; exit 1; \
    fi
    rm -f .libs/gdfontt.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c  -fPIC -DPIC -
o .libs/gdfontt.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c -o gdfontt.o >/dev/null 
2>&1
    mv -f .libs/gdfontt.lo gdfontt.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdft.lo -MD -MP -MF ".deps/gdft.Tpo" \
      -c -o gdft.lo `test -f 'gdft.c' || echo './'`gdft.c; \
    then mv ".deps/gdft.Tpo" ".deps/gdft.Plo"; \
    else rm -f ".deps/gdft.Tpo"; exit 1; \
    fi
    rm -f .libs/gdft.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT gdft.lo -
MD -MP -MF .deps/gdft.Tpo -c gdft.c  -fPIC -DPIC -o .libs/gdft.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT gdft.lo -
MD -MP -MF .deps/gdft.Tpo -c gdft.c -o gdft.o >/dev/null 2>&1
    mv -f .libs/gdft.lo gdft.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdhelpers.lo -MD -MP -
MF ".deps/gdhelpers.Tpo" \
      -c -o gdhelpers.lo `test -f 'gdhelpers.c' || echo './'`gdhelpers.c; \
    then mv ".deps/gdhelpers.Tpo" ".deps/gdhelpers.Plo"; \
    else rm -f ".deps/gdhelpers.Tpo"; exit 1; \
    fi
    rm -f .libs/gdhelpers.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c  -fPIC -DPIC -
o .libs/gdhelpers.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c -o gdhelpers.o 
>/dev/null 2>&1
    mv -f .libs/gdhelpers.lo gdhelpers.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdkanji.lo -MD -MP -
MF ".deps/gdkanji.Tpo" \
      -c -o gdkanji.lo `test -f 'gdkanji.c' || echo './'`gdkanji.c; \
    then mv ".deps/gdkanji.Tpo" ".deps/gdkanji.Plo"; \
    else rm -f ".deps/gdkanji.Tpo"; exit 1; \
    fi
    rm -f .libs/gdkanji.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c  -fPIC -DPIC -
o .libs/gdkanji.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c -o gdkanji.o >/dev/null 
2>&1
    mv -f .libs/gdkanji.lo gdkanji.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdtables.lo -MD -MP -
MF ".deps/gdtables.Tpo" \
      -c -o gdtables.lo `test -f 'gdtables.c' || echo './'`gdtables.c; \
    then mv ".deps/gdtables.Tpo" ".deps/gdtables.Plo"; \
    else rm -f ".deps/gdtables.Tpo"; exit 1; \
    fi
    rm -f .libs/gdtables.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c gdtables.c  -fPIC -DPIC -
o .libs/gdtables.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c gdtables.c -o gdtables.o 
>/dev/null 2>&1
    mv -f .libs/gdtables.lo gdtables.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT gdxpm.lo -MD -MP -MF ".deps/gdxpm.Tpo" 
\
      -c -o gdxpm.lo `test -f 'gdxpm.c' || echo './'`gdxpm.c; \
    then mv ".deps/gdxpm.Tpo" ".deps/gdxpm.Plo"; \
    else rm -f ".deps/gdxpm.Tpo"; exit 1; \
    fi
    rm -f .libs/gdxpm.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c  -fPIC -DPIC -o .libs/gdxpm.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT 
gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c -o gdxpm.o >/dev/null 2>&1
    mv -f .libs/gdxpm.lo gdxpm.lo
    if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -
I/usr/local/include -I/usr/local/include/freetype2  -
I/usr/local/include/libpng12  -g -O2 -MT wbmp.lo -MD -MP -MF ".deps/wbmp.Tpo" \
      -c -o wbmp.lo `test -f 'wbmp.c' || echo './'`wbmp.c; \
    then mv ".deps/wbmp.Tpo" ".deps/wbmp.Plo"; \
    else rm -f ".deps/wbmp.Tpo"; exit 1; \
    fi
    rm -f .libs/wbmp.lo
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT wbmp.lo -
MD -MP -MF .deps/wbmp.Tpo -c wbmp.c  -fPIC -DPIC -o .libs/wbmp.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -
I/usr/local/include/freetype2 -I/usr/local/include/libpng12 -g -O2 -MT wbmp.lo -
MD -MP -MF .deps/wbmp.Tpo -c wbmp.c -o wbmp.o >/dev/null 2>&1
    mv -f .libs/wbmp.lo wbmp.lo
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o libgd.la -rpath /usr/local/lib -
version-info 2:0:0 gd.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_io_file.lo 
gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo gd_gif_in.lo gd_gif_out.lo 
gd_biggif_out.lo gd_lzw_out.lo gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo 
gdfontl.lo gdfontmb.lo gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo 
gdtables.lo gdxpm.lo wbmp.lo  -ljpeg -lfreetype -lpng -lz -lm 
    rm -fr .libs/libgd.la .libs/libgd.* .libs/libgd.*
    gcc -shared  gd.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_io_file.lo 
gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo gd_gif_in.lo gd_gif_out.lo 
gd_biggif_out.lo gd_lzw_out.lo gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo 
gdfontl.lo gdfontmb.lo gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo 
gdtables.lo gdxpm.lo wbmp.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -
Wl,/usr/local/lib  -
L/usr/local/lib /usr/local/lib/libjpeg.so /usr/local/lib/libfreetype.so -lpng -
lz -lm  -Wl,-rpath -Wl,/usr/local/lib -Wl,-soname -Wl,libgd.so.2 -
o .libs/libgd.so.2.0.0
    (cd .libs && rm -f libgd.so.2 && ln -s libgd.so.2.0.0 libgd.so.2)
    (cd .libs && rm -f libgd.so && ln -s libgd.so.2.0.0 libgd.so)
    ar cru .libs/libgd.a  gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o gd_io_file.o 
gd_io_ss.o gd_jpeg.o gd_png.o gd_ss.o gd_gif_in.o gd_gif_out.o gd_biggif_out.o 
gd_lzw_out.o gd_topal.o gd_wbmp.o gdcache.o gdfontg.o gdfontl.o gdfontmb.o 
gdfonts.o gdfontt.o gdft.o gdhelpers.o gdkanji.o gdtables.o gdxpm.o wbmp.o 
    ranlib .libs/libgd.a
    creating libgd.la
    (cd .libs && rm -f libgd.la && ln -s ../libgd.la libgd.la)
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
annotate.o -MD -MP -MF ".deps/annotate.Tpo" \
      -c -o annotate.o `test -f 'annotate.c' || echo './'`annotate.c; \
    then mv ".deps/annotate.Tpo" ".deps/annotate.Po"; \
    else rm -f ".deps/annotate.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o annotate  annotate.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/annotate annotate.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating annotate
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gdparttopng.o -MD -MP -MF ".deps/gdparttopng.Tpo" \
      -c -o gdparttopng.o `test -f 'gdparttopng.c' || echo './'`gdparttopng.c; \
    then mv ".deps/gdparttopng.Tpo" ".deps/gdparttopng.Po"; \
    else rm -f ".deps/gdparttopng.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gdparttopng  
gdparttopng.o ./libgd.la -ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gdparttopng 
gdparttopng.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gdparttopng
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gdtopng.o -MD -MP -MF ".deps/gdtopng.Tpo" \
      -c -o gdtopng.o `test -f 'gdtopng.c' || echo './'`gdtopng.c; \
    then mv ".deps/gdtopng.Tpo" ".deps/gdtopng.Po"; \
    else rm -f ".deps/gdtopng.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gdtopng  gdtopng.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gdtopng gdtopng.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gdtopng
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gd2copypal.o -MD -MP -MF ".deps/gd2copypal.Tpo" \
      -c -o gd2copypal.o `test -f 'gd2copypal.c' || echo './'`gd2copypal.c; \
    then mv ".deps/gd2copypal.Tpo" ".deps/gd2copypal.Po"; \
    else rm -f ".deps/gd2copypal.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gd2copypal  
gd2copypal.o ./libgd.la -ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gd2copypal gd2copypal.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gd2copypal
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gd2topng.o -MD -MP -MF ".deps/gd2topng.Tpo" \
      -c -o gd2topng.o `test -f 'gd2topng.c' || echo './'`gd2topng.c; \
    then mv ".deps/gd2topng.Tpo" ".deps/gd2topng.Po"; \
    else rm -f ".deps/gd2topng.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gd2topng  gd2topng.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gd2topng gd2topng.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gd2topng
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
pngtogd.o -MD -MP -MF ".deps/pngtogd.Tpo" \
      -c -o pngtogd.o `test -f 'pngtogd.c' || echo './'`pngtogd.c; \
    then mv ".deps/pngtogd.Tpo" ".deps/pngtogd.Po"; \
    else rm -f ".deps/pngtogd.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o pngtogd  pngtogd.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/pngtogd pngtogd.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating pngtogd
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gd2togif.o -MD -MP -MF ".deps/gd2togif.Tpo" \
      -c -o gd2togif.o `test -f 'gd2togif.c' || echo './'`gd2togif.c; \
    then mv ".deps/gd2togif.Tpo" ".deps/gd2togif.Po"; \
    else rm -f ".deps/gd2togif.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gd2togif  gd2togif.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gd2togif gd2togif.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gd2togif
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gdcmpgif.o -MD -MP -MF ".deps/gdcmpgif.Tpo" \
      -c -o gdcmpgif.o `test -f 'gdcmpgif.c' || echo './'`gdcmpgif.c; \
    then mv ".deps/gdcmpgif.Tpo" ".deps/gdcmpgif.Po"; \
    else rm -f ".deps/gdcmpgif.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gdcmpgif  gdcmpgif.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gdcmpgif gdcmpgif.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gdcmpgif
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
giftogd2.o -MD -MP -MF ".deps/giftogd2.Tpo" \
      -c -o giftogd2.o `test -f 'giftogd2.c' || echo './'`giftogd2.c; \
    then mv ".deps/giftogd2.Tpo" ".deps/giftogd2.Po"; \
    else rm -f ".deps/giftogd2.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o giftogd2  giftogd2.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/giftogd2 giftogd2.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating giftogd2
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
pngtogd2.o -MD -MP -MF ".deps/pngtogd2.Tpo" \
      -c -o pngtogd2.o `test -f 'pngtogd2.c' || echo './'`pngtogd2.c; \
    then mv ".deps/pngtogd2.Tpo" ".deps/pngtogd2.Po"; \
    else rm -f ".deps/pngtogd2.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o pngtogd2  pngtogd2.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/pngtogd2 pngtogd2.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating pngtogd2
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
webpng.o -MD -MP -MF ".deps/webpng.Tpo" \
      -c -o webpng.o `test -f 'webpng.c' || echo './'`webpng.c; \
    then mv ".deps/webpng.Tpo" ".deps/webpng.Po"; \
    else rm -f ".deps/webpng.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o webpng  webpng.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/webpng webpng.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating webpng
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
fontsizetest.o -MD -MP -MF ".deps/fontsizetest.Tpo" \
      -c -o fontsizetest.o `test -f 'fontsizetest.c' || 
echo './'`fontsizetest.c; \
    then mv ".deps/fontsizetest.Tpo" ".deps/fontsizetest.Po"; \
    else rm -f ".deps/fontsizetest.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o fontsizetest  
fontsizetest.o ./libgd.la -ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/fontsizetest 
fontsizetest.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating fontsizetest
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
fontwheeltest.o -MD -MP -MF ".deps/fontwheeltest.Tpo" \
      -c -o fontwheeltest.o `test -f 'fontwheeltest.c' || 
echo './'`fontwheeltest.c; \
    then mv ".deps/fontwheeltest.Tpo" ".deps/fontwheeltest.Po"; \
    else rm -f ".deps/fontwheeltest.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o fontwheeltest  
fontwheeltest.o ./libgd.la -ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/fontwheeltest 
fontwheeltest.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating fontwheeltest
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gdtest.o -MD -MP -MF ".deps/gdtest.Tpo" \
      -c -o gdtest.o `test -f 'gdtest.c' || echo './'`gdtest.c; \
    then mv ".deps/gdtest.Tpo" ".deps/gdtest.Po"; \
    else rm -f ".deps/gdtest.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gdtest.c: In function `main':
    gdtest.c:333: warning: passing arg 1 of `close' makes integer from pointer 
without a cast
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gdtest  gdtest.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gdtest gdtest.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gdtest
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gddemo.o -MD -MP -MF ".deps/gddemo.Tpo" \
      -c -o gddemo.o `test -f 'gddemo.c' || echo './'`gddemo.c; \
    then mv ".deps/gddemo.Tpo" ".deps/gddemo.Po"; \
    else rm -f ".deps/gddemo.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gddemo  gddemo.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gddemo gddemo.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gddemo
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gd2time.o -MD -MP -MF ".deps/gd2time.Tpo" \
      -c -o gd2time.o `test -f 'gd2time.c' || echo './'`gd2time.c; \
    then mv ".deps/gd2time.Tpo" ".deps/gd2time.Po"; \
    else rm -f ".deps/gd2time.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gd2time  gd2time.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gd2time gd2time.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gd2time
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
gdtestft.o -MD -MP -MF ".deps/gdtestft.Tpo" \
      -c -o gdtestft.o `test -f 'gdtestft.c' || echo './'`gdtestft.c; \
    then mv ".deps/gdtestft.Tpo" ".deps/gdtestft.Po"; \
    else rm -f ".deps/gdtestft.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o gdtestft  gdtestft.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/gdtestft gdtestft.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating gdtestft
    if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -
I/usr/local/include/freetype2  -I/usr/local/include/libpng12  -g -O2 -MT 
testac.o -MD -MP -MF ".deps/testac.Tpo" \
      -c -o testac.o `test -f 'testac.c' || echo './'`testac.c; \
    then mv ".deps/testac.Tpo" ".deps/testac.Po"; \
    else rm -f ".deps/testac.Tpo"; exit 1; \
    fi
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh ./libtool --mode=link gcc  -g -O2  -L/usr/local/lib   -
L/usr/local/lib -Wl,-rpath,/usr/local/lib -o testac  testac.o ./libgd.la -
ljpeg -lfreetype -lpng -lz -lm 
    gcc -g -O2 -Wl,-rpath -Wl,/usr/local/lib -o .libs/testac testac.o  -
L/usr/local/lib ./.libs/libgd.so /usr/local/lib/libjpeg.so /usr/local/lib/libfre
etype.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib
    creating testac
    make[2]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif'
    make[1]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif'
  make install
    Making install in config
    make[1]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif/config'
    make[2]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif/config'
    /bin/sh ../config/mkinstalldirs /usr/local/bin
     /usr/bin/install -c gdlib-config /usr/local/bin/gdlib-config
    make[2]: Rien à faire pour `install-data-am'.
    make[2]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif/config'
    make[1]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif/config'
    Making install in test
    make[1]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif/test'
    make[2]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif/test'
    make[2]: Rien à faire pour `install-exec-am'.
    make[2]: Rien à faire pour `install-data-am'.
    make[2]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif/test'
    make[1]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif/test'
    make[1]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif'
    make[2]: Entre dans le répertoire `/home/jef/bib/gd-2.0.15gif'
    /bin/sh ./config/mkinstalldirs /usr/local/lib
     /bin/sh ./libtool --mode=install /usr/bin/install -c  
libgd.la /usr/local/lib/libgd.la
    /usr/bin/install -c .libs/libgd.so.2.0.0 /usr/local/lib/libgd.so.2.0.0
    (cd /usr/local/lib && rm -f libgd.so.2 && ln -s libgd.so.2.0.0 libgd.so.2)
    (cd /usr/local/lib && rm -f libgd.so && ln -s libgd.so.2.0.0 libgd.so)
    /usr/bin/install -c .libs/libgd.lai /usr/local/lib/libgd.la
    /usr/bin/install -c .libs/libgd.a /usr/local/lib/libgd.a
    ranlib /usr/local/lib/libgd.a
    chmod 644 /usr/local/lib/libgd.a
    PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
    ----------------------------------------------------------------------
    Libraries have been installed in:
       /usr/local/lib
    
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
         during execution
       - add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------
    /bin/sh ./config/mkinstalldirs /usr/local/bin
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
annotate /usr/local/bin/annotate
    /usr/bin/install -c .libs/annotate /usr/local/bin/annotate
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
gdparttopng /usr/local/bin/gdparttopng
    /usr/bin/install -c .libs/gdparttopng /usr/local/bin/gdparttopng
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
gdtopng /usr/local/bin/gdtopng
    /usr/bin/install -c .libs/gdtopng /usr/local/bin/gdtopng
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
gd2copypal /usr/local/bin/gd2copypal
    /usr/bin/install -c .libs/gd2copypal /usr/local/bin/gd2copypal
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
gd2topng /usr/local/bin/gd2topng
    /usr/bin/install -c .libs/gd2topng /usr/local/bin/gd2topng
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
pngtogd /usr/local/bin/pngtogd
    /usr/bin/install -c .libs/pngtogd /usr/local/bin/pngtogd
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
gd2togif /usr/local/bin/gd2togif
    /usr/bin/install -c .libs/gd2togif /usr/local/bin/gd2togif
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
gdcmpgif /usr/local/bin/gdcmpgif
    /usr/bin/install -c .libs/gdcmpgif /usr/local/bin/gdcmpgif
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
giftogd2 /usr/local/bin/giftogd2
    /usr/bin/install -c .libs/giftogd2 /usr/local/bin/giftogd2
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
pngtogd2 /usr/local/bin/pngtogd2
    /usr/bin/install -c .libs/pngtogd2 /usr/local/bin/pngtogd2
      /bin/sh ./libtool --mode=install /usr/bin/install -c 
webpng /usr/local/bin/webpng
    /usr/bin/install -c .libs/webpng /usr/local/bin/webpng
    /bin/sh ./config/mkinstalldirs /usr/local/bin
     /usr/bin/install -c bdftogd /usr/local/bin/bdftogd
    /bin/sh ./config/mkinstalldirs /usr/local/include
     /usr/bin/install -c -m 644 gd.h /usr/local/include/gd.h
     /usr/bin/install -c -m 644 gd_io.h /usr/local/include/gd_io.h
     /usr/bin/install -c -m 644 gdcache.h /usr/local/include/gdcache.h
     /usr/bin/install -c -m 644 gdfontg.h /usr/local/include/gdfontg.h
     /usr/bin/install -c -m 644 gdfontl.h /usr/local/include/gdfontl.h
     /usr/bin/install -c -m 644 gdfontmb.h /usr/local/include/gdfontmb.h
     /usr/bin/install -c -m 644 gdfonts.h /usr/local/include/gdfonts.h
     /usr/bin/install -c -m 644 gdfontt.h /usr/local/include/gdfontt.h
    make[2]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif'
    make[1]: Quitte le répertoire `/home/jef/bib/gd-2.0.15gif'
libtiff 3.6.0beta2
  ./configure
    Configuring TIFF Software v3.6.0

    If configure does the wrong thing, check the file config.log for
    information that may help you understand what went wrong.
    
    Reading site-wide parameters from ./config.site.
    Well I'll be, a i686-pc-linux-gnu system.
    Using /usr/bin/gcc for a C compiler (use -with-CC=compilername to override).
    Looks like /usr/bin/gcc supports the -g option.
    Using "-g" for C compiler options.
    Using /usr/bin/make to configure the software.
    Defaulting MACHDEPLIBS to -lm.
    
    Creating libtiff/port.h with necessary definitions.
    ... using MSB2LSB bit order for your i686 cpu
    ... using little-endian byte order for your i686 cpu
    ... O_RDONLY is in <fcntl.h>
    ... using double for promoted floating point parameters
    ... enabling use of inline functions
    Done creating libtiff/port.h.
    
    Checking system libraries for functionality to emulate.
    Done checking system libraries.
    
    Checking for Dynamic Shared Object (DSO) support.
    Looks like your system supports GNULD-style DSOs.
    Done checking for DSO support.
    
    Selecting programs used during installation.
    Looks like mv supports the -f option to force a move.
    Looks like /bin/ln supports the -s option to create a symbolic link.
    Done selecting programs.
    
    Selecting default TIFF configuration parameters.
    
    Looks like manual pages go in /usr/local/man.
    Looks like manual pages should be installed with bsd-source-cat.
    
    TIFF configuration parameters are:
    
    [ 1] Directory for tools:               /usr/local/bin
    [ 2] Directory for libraries:           /usr/local/lib
    [ 3] Directory for include files:       /usr/local/include
    [ 4] Directory for manual pages:        /usr/local/man
    [ 5] Directory for HTML documents:      /usr/local/doc/libtiff
    [ 6] Manual page installation scheme:   bsd-source-cat
    
    Are these ok [yes]? 
    
    Creating Makefile from ./Makefile.in
    Creating libtiff/Makefile from ./libtiff/Makefile.in
    Creating man/Makefile from ./man/Makefile.in
    Creating tools/Makefile from ./tools/Makefile.in
    Creating port/install.sh from ./port/install.sh.in
    Done.
  make
    = libtiff
    make[1]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_aux.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_close.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_codec.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_compress.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_dir.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_dirinfo.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_dirread.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_dirwrite.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_dumpmode.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_error.c
    /usr/bin/gcc -fPIC -g -O  -I. -I../libtiff     -c -o tif_extension.o 
tif_extension.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_fax3.c
    /usr/bin/gcc -o mkg3states -fPIC -g -O  -I. -
I../libtiff   ../libtiff/mkg3states.c
    rm -f tif_fax3sm.c; ./mkg3states -c const tif_fax3sm.c
    /usr/bin/gcc -fPIC -g -O  -I. -I../libtiff     -c -o tif_fax3sm.o 
tif_fax3sm.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_getimage.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_jpeg.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_flush.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_luv.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_lzw.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_next.c
    /usr/bin/gcc -fPIC -g -O  -I. -I../libtiff     -c -o tif_ojpeg.o tif_ojpeg.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_open.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_packbits.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_pixarlog.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_predict.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_print.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_read.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_swab.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_strip.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_thunder.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_tile.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_unix.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_version.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_warning.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_write.c
    /usr/bin/gcc -c -fPIC -g -O  -I. -I../libtiff   ../libtiff/tif_zip.c
    /usr/bin/ar rc libtiff.a tif_aux.o tif_close.o tif_codec.o tif_compress.o 
tif_dir.o tif_dirinfo.o tif_dirread.o tif_dirwrite.o tif_dumpmode.o tif_error.o 
tif_extension.o tif_fax3.o tif_fax3sm.o tif_getimage.o tif_jpeg.o tif_flush.o 
tif_luv.o tif_lzw.o tif_next.o tif_ojpeg.o tif_open.o tif_packbits.o 
tif_pixarlog.o tif_predict.o tif_print.o tif_read.o tif_swab.o tif_strip.o 
tif_thunder.o tif_tile.o tif_unix.o tif_version.o tif_warning.o tif_write.o 
tif_zip.o
    /usr/bin/ranlib libtiff.a
    if [ GNULDdso != nodso ]; then \
        make -w GNULDdso; \
    else \
        true; \
    fi
    make[2]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    /usr/bin/gcc -shared -Wl,-soname,libtiff.so.3 \
        -o libtiff.so.3.6.0  tif_aux.o tif_close.o tif_codec.o tif_compress.o 
tif_dir.o tif_dirinfo.o tif_dirread.o tif_dirwrite.o tif_dumpmode.o tif_error.o 
tif_extension.o tif_fax3.o tif_fax3sm.o tif_getimage.o tif_jpeg.o tif_flush.o 
tif_luv.o tif_lzw.o tif_next.o tif_ojpeg.o tif_open.o tif_packbits.o 
tif_pixarlog.o tif_predict.o tif_print.o tif_read.o tif_swab.o tif_strip.o 
tif_thunder.o tif_tile.o tif_unix.o tif_version.o tif_warning.o tif_write.o 
tif_zip.o  \
              -lm
    rm -f libtiff.so.3
    if [ so.3.6.0 != so.3 ] ; then \
      /bin/ln -s libtiff.so.3.6.0 libtiff.so.3; \
    fi
    touch GNULDdso
    make[2]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    make[1]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    = tools
    make[1]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/tools'
    /usr/bin/gcc -c -I../libtiff -I../libtiff -g -O -I. -I../tools -
I../libtiff ../tools/fax2tiff.c
    /usr/bin/gcc -o fax2tiff -g -O -I. -I../tools -I../libtiff 
fax2tiff.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/fax2ps.c
    /usr/bin/gcc -o fax2ps -g -O -I. -I../tools -I../libtiff 
fax2ps.o ../libtiff/libtiff.so.3    -lm
    fax2ps.o: In function `main':
    /home/jef/bib/tiff-v3.6.0-beta2/tools/../tools/fax2ps.c:379: the use of 
`mktemp' is dangerous, better use `mkstemp'
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/gif2tiff.c
    /usr/bin/gcc -o gif2tiff -g -O -I. -I../tools -I../libtiff 
gif2tiff.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/pal2rgb.c
    /usr/bin/gcc -o pal2rgb -g -O -I. -I../tools -I../libtiff 
pal2rgb.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/ppm2tiff.c
    /usr/bin/gcc -o ppm2tiff -g -O -I. -I../tools -I../libtiff 
ppm2tiff.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/rgb2ycbcr.c
    /usr/bin/gcc -o rgb2ycbcr -g -O -I. -I../tools -I../libtiff 
rgb2ycbcr.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/thumbnail.c
    /usr/bin/gcc -o thumbnail -g -O -I. -I../tools -I../libtiff 
thumbnail.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/ras2tiff.c
    /usr/bin/gcc -o ras2tiff -g -O -I. -I../tools -I../libtiff 
ras2tiff.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/raw2tiff.c
    /usr/bin/gcc -o raw2tiff -g -O -I. -I../tools -I../libtiff 
raw2tiff.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiff2bw.c
    /usr/bin/gcc -o tiff2bw -g -O -I. -I../tools -I../libtiff 
tiff2bw.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiff2rgba.c
    /usr/bin/gcc -o tiff2rgba -g -O -I. -I../tools -I../libtiff 
tiff2rgba.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiff2ps.c
    /usr/bin/gcc -o tiff2ps -g -O -I. -I../tools -I../libtiff 
tiff2ps.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiffcmp.c
    /usr/bin/gcc -o tiffcmp -g -O -I. -I../tools -I../libtiff 
tiffcmp.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiffcp.c
    /usr/bin/gcc -o tiffcp -g -O -I. -I../tools -I../libtiff 
tiffcp.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiffdither.c
    /usr/bin/gcc -o tiffdither -g -O -I. -I../tools -I../libtiff 
tiffdither.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiffdump.c
    /usr/bin/gcc -o tiffdump -g -O -I. -I../tools -I../libtiff 
tiffdump.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiffinfo.c
    /usr/bin/gcc -o tiffinfo -g -O -I. -I../tools -I../libtiff 
tiffinfo.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiffmedian.c
    /usr/bin/gcc -o tiffmedian -g -O -I. -I../tools -I../libtiff 
tiffmedian.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiffsplit.c
    /usr/bin/gcc -o tiffsplit -g -O -I. -I../tools -I../libtiff 
tiffsplit.o ../libtiff/libtiff.so.3    -lm
    /usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/tiffset.c
    /usr/bin/gcc -o tiffset -g -O -I. -I../tools -I../libtiff 
tiffset.o ../libtiff/libtiff.so.3    -lm
    make[1]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/tools'
    = man
    make[1]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man'
    test -d apps || mkdir apps
    make -w apps/fax2tiff.1 apps/fax2ps.1 apps/gif2tiff.1 apps/pal2rgb.1 
apps/ppm2tiff.1 apps/ras2tiff.1 apps/raw2tiff.1 apps/rgb2ycbcr.1 
apps/sgi2tiff.1 apps/thumbnail.1 apps/tiff2bw.1 apps/tiff2rgba.1 apps/tiff2ps.1 
apps/tiffcmp.1 apps/tiffcp.1 apps/tiffdither.1 apps/tiffdump.1 apps/tiffgt.1 
apps/tiffinfo.1 apps/tiffmedian.1 apps/tiffsplit.1 apps/tiffsv.1 
    make[2]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man'
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/fax2tiff.1 >apps/fax2tiff.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/fax2ps.1 >apps/fax2ps.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/gif2tiff.1 >apps/gif2tiff.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/pal2rgb.1 >apps/pal2rgb.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/ppm2tiff.1 >apps/ppm2tiff.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/ras2tiff.1 >apps/ras2tiff.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/raw2tiff.1 >apps/raw2tiff.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/rgb2ycbcr.1 >apps/rgb2ycbcr.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/sgi2tiff.1 >apps/sgi2tiff.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/thumbnail.1 >apps/thumbnail.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiff2bw.1 >apps/tiff2bw.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiff2rgba.1 >apps/tiff2rgba.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiff2ps.1 >apps/tiff2ps.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffcmp.1 >apps/tiffcmp.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffcp.1 >apps/tiffcp.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffdither.1 >apps/tiffdither.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffdump.1 >apps/tiffdump.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffgt.1 >apps/tiffgt.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffinfo.1 >apps/tiffinfo.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffmedian.1 >apps/tiffmedian.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffsplit.1 >apps/tiffsplit.1
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/tiffsv.1 >apps/tiffsv.1
    make[2]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man'
    rm -f apps/Makefile
    (cd apps;                                                       \
     echo 'install:';                                               \
     for i in *.1; do                                               \
        f=$i;                                               \
        echo '      cd ..; /bin/sh ../port/install.sh -m 
444                        \
            -F ${DESTDIR}/usr/local/man/man1                                \
            -idb tiff.man.tools -src' apps/"$i" '-O' "$f";  \
     done                                                           \
    )>apps/Makefile
    test -d lib || mkdir lib
    make -w lib/libtiff.3t lib/TIFFClose.3t lib/TIFFDataWidth.3t 
lib/TIFFError.3t lib/TIFFFlush.3t lib/TIFFGetField.3t lib/TIFFOpen.3t 
lib/TIFFPrintDirectory.3t lib/TIFFReadDirectory.3t lib/TIFFReadEncodedStrip.3t 
lib/TIFFReadEncodedTile.3t lib/TIFFReadRGBAImage.3t lib/TIFFReadRGBAStrip.3t 
lib/TIFFReadRGBATile.3t lib/TIFFReadRawStrip.3t lib/TIFFReadRawTile.3t 
lib/TIFFReadScanline.3t lib/TIFFReadTile.3t lib/TIFFRGBAImage.3t 
lib/TIFFSetDirectory.3t lib/TIFFSetField.3t lib/TIFFWarning.3t 
lib/TIFFWriteDirectory.3t lib/TIFFWriteEncodedStrip.3t 
lib/TIFFWriteEncodedTile.3t lib/TIFFWriteTile.3t lib/TIFFWriteRawStrip.3t 
lib/TIFFWriteRawTile.3t lib/TIFFWriteScanline.3t lib/TIFFbuffer.3t 
lib/TIFFcodec.3t lib/TIFFmemory.3t lib/TIFFquery.3t lib/TIFFsize.3t 
lib/TIFFstrip.3t lib/TIFFswab.3t lib/TIFFtile.3t  lib/TIFFmalloc.3t 
lib/TIFFrealloc.3t lib/TIFFfree.3t lib/TIFFmemset.3t lib/TIFFmemcpy.3t 
lib/TIFFmemcmp.3t lib/TIFFComputeTile.3t lib/TIFFCheckTile.3t 
lib/TIFFNumberOfTiles.3t lib/TIFFComputeStrip.3t lib/TIFFNumberOfStrips.3t 
lib/TIFFCurrentDirectory.3t lib/TIFFCurrentRow.3t lib/TIFFCurrentStrip.3t 
lib/TIFFCurrentTile.3t lib/TIFFFdOpen.3t lib/TIFFClientOpen.3t 
lib/TIFFFileName.3t lib/TIFFFileno.3t lib/TIFFFindCODEC.3t lib/TIFFFlushData.3t 
lib/TIFFGetMode.3t lib/TIFFIsTiled.3t lib/TIFFIsByteSwapped.3t 
lib/TIFFIsUpSampled.3t lib/TIFFIsMSB2LSB.3t lib/TIFFLastDirectory.3t 
lib/TIFFRegisterCODEC.3t lib/TIFFReverseBits.3t lib/TIFFRewriteDirectory.3t 
lib/TIFFRGBAImageOK.3t lib/TIFFRGBAImageBegin.3t lib/TIFFRGBAImageGet.3t 
lib/TIFFRGBAImageEnd.3t lib/TIFFSetErrorHandler.3t lib/TIFFSetSubDirectory.3t 
lib/TIFFSetWarningHandler.3t lib/TIFFSwabArrayOfLong.3t 
lib/TIFFSwabArrayOfShort.3t lib/TIFFSwabLong.3t lib/TIFFSwabShort.3t 
lib/TIFFScanlineSize.3t lib/TIFFDefaultStripSize.3t lib/TIFFVStripSize.3t 
lib/TIFFStripSize.3t lib/TIFFDefaultTileSize.3t lib/TIFFVTileSize.3t 
lib/TIFFTileSize.3t lib/TIFFTileRowSize.3t lib/TIFFUnRegisterCODEC.3t 
lib/TIFFVGetField.3t lib/TIFFGetFieldDefaulted.3t lib/TIFFVGetFieldDefaulted.3t 
lib/TIFFVSetField.3t lib/TIFFReadBufferSetup.3t lib/TIFFWriteBufferSetup.3t 
    make[2]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man'
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/libtiff.3t >lib/libtiff.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFClose.3t >lib/TIFFClose.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFDataWidth.3t 
>lib/TIFFDataWidth.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFError.3t >lib/TIFFError.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFFlush.3t >lib/TIFFFlush.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFGetField.3t 
>lib/TIFFGetField.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFOpen.3t >lib/TIFFOpen.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFPrintDirectory.3t 
>lib/TIFFPrintDirectory.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadDirectory.3t 
>lib/TIFFReadDirectory.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadEncodedStrip.3t 
>lib/TIFFReadEncodedStrip.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadEncodedTile.3t 
>lib/TIFFReadEncodedTile.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadRGBAImage.3t 
>lib/TIFFReadRGBAImage.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadRGBAStrip.3t 
>lib/TIFFReadRGBAStrip.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadRGBATile.3t 
>lib/TIFFReadRGBATile.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadRawStrip.3t 
>lib/TIFFReadRawStrip.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadRawTile.3t 
>lib/TIFFReadRawTile.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadScanline.3t 
>lib/TIFFReadScanline.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFReadTile.3t 
>lib/TIFFReadTile.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFRGBAImage.3t 
>lib/TIFFRGBAImage.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFSetDirectory.3t 
>lib/TIFFSetDirectory.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFSetField.3t 
>lib/TIFFSetField.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFWarning.3t 
>lib/TIFFWarning.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFWriteDirectory.3t 
>lib/TIFFWriteDirectory.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFWriteEncodedStrip.3t 
>lib/TIFFWriteEncodedStrip.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFWriteEncodedTile.3t 
>lib/TIFFWriteEncodedTile.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFWriteTile.3t 
>lib/TIFFWriteTile.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFWriteRawStrip.3t 
>lib/TIFFWriteRawStrip.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFWriteRawTile.3t 
>lib/TIFFWriteRawTile.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFWriteScanline.3t 
>lib/TIFFWriteScanline.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFbuffer.3t >lib/TIFFbuffer.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFcodec.3t >lib/TIFFcodec.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFmemory.3t >lib/TIFFmemory.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFquery.3t >lib/TIFFquery.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFsize.3t >lib/TIFFsize.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFstrip.3t >lib/TIFFstrip.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFswab.3t >lib/TIFFswab.3t
    sed -e 's;\${DIR_BIN};/usr/local/bin;g' -
e 's;\${DIR_LIB};/usr/local/lib;g' -
e 's;\${DIR_INC};/usr/local/include;g'  ../man/TIFFtile.3t >lib/TIFFtile.3t
    echo ".so TIFFmemory.3t" > lib/TIFFmalloc.3t
    echo ".so TIFFmemory.3t" > lib/TIFFrealloc.3t
    echo ".so TIFFmemory.3t" > lib/TIFFfree.3t
    echo ".so TIFFmemory.3t" > lib/TIFFmemset.3t
    echo ".so TIFFmemory.3t" > lib/TIFFmemcpy.3t
    echo ".so TIFFmemory.3t" > lib/TIFFmemcmp.3t
    echo ".so TIFFtile.3t" > lib/TIFFComputeTile.3t
    echo ".so TIFFtile.3t" > lib/TIFFCheckTile.3t
    echo ".so TIFFtile.3t" > lib/TIFFNumberOfTiles.3t
    echo ".so TIFFstrip.3t" > lib/TIFFComputeStrip.3t
    echo ".so TIFFstrip.3t" > lib/TIFFNumberOfStrips.3t
    echo ".so TIFFquery.3t" > lib/TIFFCurrentDirectory.3t
    echo ".so TIFFquery.3t" > lib/TIFFCurrentRow.3t
    echo ".so TIFFquery.3t" > lib/TIFFCurrentStrip.3t
    echo ".so TIFFquery.3t" > lib/TIFFCurrentTile.3t
    echo ".so TIFFOpen.3t" > lib/TIFFFdOpen.3t
    echo ".so TIFFOpen.3t" > lib/TIFFClientOpen.3t
    echo ".so TIFFquery.3t" > lib/TIFFFileName.3t
    echo ".so TIFFquery.3t" > lib/TIFFFileno.3t
    echo ".so TIFFcodec.3t" > lib/TIFFFindCODEC.3t
    echo ".so TIFFFlush.3t" > lib/TIFFFlushData.3t
    echo ".so TIFFquery.3t" > lib/TIFFGetMode.3t
    echo ".so TIFFquery.3t" > lib/TIFFIsTiled.3t
    echo ".so TIFFquery.3t" > lib/TIFFIsByteSwapped.3t
    echo ".so TIFFquery.3t" > lib/TIFFIsUpSampled.3t
    echo ".so TIFFquery.3t" > lib/TIFFIsMSB2LSB.3t
    echo ".so TIFFquery.3t" > lib/TIFFLastDirectory.3t
    echo ".so TIFFcodec.3t" > lib/TIFFRegisterCODEC.3t
    echo ".so TIFFswab.3t" > lib/TIFFReverseBits.3t
    echo ".so TIFFWriteDirectory.3t" > lib/TIFFRewriteDirectory.3t
    echo ".so TIFFRGBAImage.3t" > lib/TIFFRGBAImageOK.3t
    echo ".so TIFFRGBAImage.3t" > lib/TIFFRGBAImageBegin.3t
    echo ".so TIFFRGBAImage.3t" > lib/TIFFRGBAImageGet.3t
    echo ".so TIFFRGBAImage.3t" > lib/TIFFRGBAImageEnd.3t
    echo ".so TIFFError.3t" > lib/TIFFSetErrorHandler.3t
    echo ".so TIFFSetDirectory.3t" > lib/TIFFSetSubDirectory.3t
    echo ".so TIFFWarning.3t" > lib/TIFFSetWarningHandler.3t
    echo ".so TIFFswab.3t" > lib/TIFFSwabArrayOfLong.3t
    echo ".so TIFFswab.3t" > lib/TIFFSwabArrayOfShort.3t
    echo ".so TIFFswab.3t" > lib/TIFFSwabLong.3t
    echo ".so TIFFswab.3t" > lib/TIFFSwabShort.3t
    echo ".so TIFFsize.3t" > lib/TIFFScanlineSize.3t
    echo ".so TIFFstrip.3t" > lib/TIFFDefaultStripSize.3t
    echo ".so TIFFstrip.3t" > lib/TIFFVStripSize.3t
    echo ".so TIFFstrip.3t" > lib/TIFFStripSize.3t
    echo ".so TIFFtile.3t" > lib/TIFFDefaultTileSize.3t
    echo ".so TIFFtile.3t" > lib/TIFFVTileSize.3t
    echo ".so TIFFtile.3t" > lib/TIFFTileSize.3t
    echo ".so TIFFtile.3t" > lib/TIFFTileRowSize.3t
    echo ".so TIFFcodec.3t" > lib/TIFFUnRegisterCODEC.3t
    echo ".so TIFFGetField.3t" > lib/TIFFVGetField.3t
    echo ".so TIFFGetField.3t" > lib/TIFFGetFieldDefaulted.3t
    echo ".so TIFFGetField.3t" > lib/TIFFVGetFieldDefaulted.3t
    echo ".so TIFFSetField.3t" > lib/TIFFVSetField.3t
    echo ".so TIFFbuffer.3t" > lib/TIFFReadBufferSetup.3t
    echo ".so TIFFbuffer.3t" > lib/TIFFWriteBufferSetup.3t
    make[2]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man'
    rm -f lib/Makefile
    (cd lib;                                                        \
     echo 'install:';                                               \
     for i in *.3t; do                                              \
        f=$i;                                               \
        echo '      cd ..; /bin/sh ../port/install.sh -m 
444                        \
            -F ${DESTDIR}/usr/local/man/man3                                \
            -idb tiff.man.dev -src' lib/"$i" '-O' "$f";             \
     done                                                           \
    )>lib/Makefile
    make[1]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man'
  make install
    = libtiff
    make[1]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    if [ GNULDdso != nodso ]; then \
        make -w GNULDdso; \
    else \
        true; \
    fi
    make[2]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    make[2]: `GNULDdso' est à jour.
    make[2]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    /bin/sh ../port/install.sh -idb tiff.sw.dev -m 755 -dir /usr/local/include
    mkdir: Ne peut créer le répertoire `/usr/local/include'.: File exists
    for i 
in ../libtiff/tiff.h ../libtiff/tiffio.h ../libtiff/tiffconf.h ../libtiff/tiffve
rs.h; do     \
        f=`basename $i`;                                            \
        /bin/sh ../port/install.sh -idb tiff.sw.dev -m 444 -
F /usr/local/include    \
            -src $i -O $f;                                  \
    done
    /bin/sh ../port/install.sh -idb tiff.sw.dev -m 755 -dir /usr/local/lib
    mkdir: Ne peut créer le répertoire `/usr/local/lib'.: File exists
    /bin/sh ../port/install.sh -idb tiff.sw.dev -m 444 -F /usr/local/lib -O 
libtiff.a
    if [ GNULDdso != nodso ]; then                                  \
        make -w installDSO;                         \
    else                                                            \
        true;                                                       \
    fi
    make[2]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    if [ so.3.6.0 != so.3 ]; then                   \
        /bin/sh ../port/install.sh -idb tiff.sw.tools.nostrip -m 
555                \
            -F /usr/local/lib -O libtiff.so.3.6.0;  \
        /bin/sh ../port/install.sh -idb tiff.sw.tools -F /usr/local/lib     \
            -lns libtiff.so.3.6.0 -O libtiff.so.3;  \
        /bin/sh ../port/install.sh -idb tiff.sw.tools -F /usr/local/lib     \
            -lns libtiff.so.3 -O libtiff.so;                        \
    else                                                            \
        /bin/sh ../port/install.sh -idb tiff.sw.tools.nostrip -m 
555                \
            -F /usr/local/lib -O libtiff.so.3;              \
    fi
    make[2]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    make[1]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/libtiff'
    = tools
    make[1]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/tools'
    /bin/sh ../port/install.sh -idb tiff.sw.tools -m 
755                            \
            -dir /usr/local/bin
    mkdir: Ne peut créer le répertoire `/usr/local/bin'.: File exists
    /bin/sh ../port/install.sh -idb tiff.sw.tools -m 
755                            \
            -F /usr/local/bin -O fax2tiff fax2ps gif2tiff pal2rgb ppm2tiff 
rgb2ycbcr thumbnail ras2tiff raw2tiff tiff2bw tiff2rgba tiff2ps tiffcmp tiffcp 
tiffdither tiffdump tiffinfo tiffmedian tiffsplit tiffset 
    make[1]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/tools'
    = man
    make[1]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man'
    /bin/sh ../port/install.sh -m 755 -dir -idb tiff.man.tools /usr/local/man
    mkdir: Ne peut créer le répertoire `/usr/local/man'.: File exists
    /bin/sh ../port/install.sh -m 755 -dir -idb 
tiff.man.tools /usr/local/man/man1
    mkdir: Ne peut créer le répertoire `/usr/local/man/man1'.: File exists
    cd apps; make -w install
    make[2]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man/apps'
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/fax2ps.1 -O 
fax2ps.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/fax2tiff.1 -O 
fax2tiff.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/gif2tiff.1 -O 
gif2tiff.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/pal2rgb.1 -O 
pal2rgb.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/ppm2tiff.1 -O 
ppm2tiff.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/ras2tiff.1 -O 
ras2tiff.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/raw2tiff.1 -O 
raw2tiff.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/rgb2ycbcr.1 -O 
rgb2ycbcr.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/sgi2tiff.1 -O 
sgi2tiff.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/thumbnail.1 -O 
thumbnail.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiff2bw.1 -O 
tiff2bw.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiff2ps.1 -O 
tiff2ps.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiff2rgba.1 -O 
tiff2rgba.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffcmp.1 -O 
tiffcmp.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffcp.1 -O 
tiffcp.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffdither.1 -O 
tiffdither.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffdump.1 -O 
tiffdump.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffgt.1 -O 
tiffgt.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffinfo.1 -O 
tiffinfo.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffmedian.1 -O 
tiffmedian.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffsplit.1 -O 
tiffsplit.1
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man1             -idb tiff.man.tools -src apps/tiffsv.1 -O 
tiffsv.1
    make[2]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man/apps'
    /bin/sh ../port/install.sh -m 755 -dir -idb tiff.man.dev /usr/local/man/man3
    mkdir: Ne peut créer le répertoire `/usr/local/man/man3'.: File exists
    cd lib; make -w install
    make[2]: Entre dans le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man/lib'
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/libtiff.3t -O 
libtiff.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFbuffer.3t -O 
TIFFbuffer.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFCheckTile.3t -
O TIFFCheckTile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFClientOpen.3t -
O TIFFClientOpen.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFClose.3t -O 
TIFFClose.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFcodec.3t -O 
TIFFcodec.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFComputeStrip.3t -O TIFFComputeStrip.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFComputeTile.3t -O TIFFComputeTile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFCurrentDirectory.3t -O TIFFCurrentDirectory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFCurrentRow.3t -
O TIFFCurrentRow.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFCurrentStrip.3t -O TIFFCurrentStrip.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFCurrentTile.3t -O TIFFCurrentTile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFDataWidth.3t -
O TIFFDataWidth.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFDefaultStripSize.3t -O TIFFDefaultStripSize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFDefaultTileSize.3t -O TIFFDefaultTileSize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFError.3t -O 
TIFFError.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFFdOpen.3t -O 
TIFFFdOpen.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFFileName.3t -O 
TIFFFileName.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFFileno.3t -O 
TIFFFileno.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFFindCODEC.3t -
O TIFFFindCODEC.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFFlush.3t -O 
TIFFFlush.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFFlushData.3t -
O TIFFFlushData.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFfree.3t -O 
TIFFfree.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFGetField.3t -O 
TIFFGetField.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFGetFieldDefaulted.3t -O TIFFGetFieldDefaulted.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFGetMode.3t -O 
TIFFGetMode.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFIsByteSwapped.3t -O TIFFIsByteSwapped.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFIsMSB2LSB.3t -
O TIFFIsMSB2LSB.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFIsTiled.3t -O 
TIFFIsTiled.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFIsUpSampled.3t -O TIFFIsUpSampled.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFLastDirectory.3t -O TIFFLastDirectory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFmalloc.3t -O 
TIFFmalloc.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFmemcmp.3t -O 
TIFFmemcmp.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFmemcpy.3t -O 
TIFFmemcpy.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFmemory.3t -O 
TIFFmemory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFmemset.3t -O 
TIFFmemset.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFNumberOfStrips.3t -O TIFFNumberOfStrips.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFNumberOfTiles.3t -O TIFFNumberOfTiles.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFOpen.3t -O 
TIFFOpen.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFPrintDirectory.3t -O TIFFPrintDirectory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFquery.3t -O 
TIFFquery.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadBufferSetup.3t -O TIFFReadBufferSetup.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadDirectory.3t -O TIFFReadDirectory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadEncodedStrip.3t -O TIFFReadEncodedStrip.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadEncodedTile.3t -O TIFFReadEncodedTile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadRawStrip.3t -O TIFFReadRawStrip.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadRawTile.3t -O TIFFReadRawTile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadRGBAImage.3t -O TIFFReadRGBAImage.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadRGBAStrip.3t -O TIFFReadRGBAStrip.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadRGBATile.3t -O TIFFReadRGBATile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReadScanline.3t -O TIFFReadScanline.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFReadTile.3t -O 
TIFFReadTile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFrealloc.3t -O 
TIFFrealloc.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFRegisterCODEC.3t -O TIFFRegisterCODEC.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFReverseBits.3t -O TIFFReverseBits.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFRewriteDirectory.3t -O TIFFRewriteDirectory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFRGBAImage.3t -
O TIFFRGBAImage.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFRGBAImageBegin.3t -O TIFFRGBAImageBegin.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFRGBAImageEnd.3t -O TIFFRGBAImageEnd.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFRGBAImageGet.3t -O TIFFRGBAImageGet.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFRGBAImageOK.3t -O TIFFRGBAImageOK.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFScanlineSize.3t -O TIFFScanlineSize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFSetDirectory.3t -O TIFFSetDirectory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFSetErrorHandler.3t -O TIFFSetErrorHandler.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFSetField.3t -O 
TIFFSetField.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFSetSubDirectory.3t -O TIFFSetSubDirectory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFSetWarningHandler.3t -O TIFFSetWarningHandler.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFsize.3t -O 
TIFFsize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFstrip.3t -O 
TIFFstrip.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFStripSize.3t -
O TIFFStripSize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFswab.3t -O 
TIFFswab.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFSwabArrayOfLong.3t -O TIFFSwabArrayOfLong.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFSwabArrayOfShort.3t -O TIFFSwabArrayOfShort.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFSwabLong.3t -O 
TIFFSwabLong.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFSwabShort.3t -
O TIFFSwabShort.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFtile.3t -O 
TIFFtile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFTileRowSize.3t -O TIFFTileRowSize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFTileSize.3t -O 
TIFFTileSize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFUnRegisterCODEC.3t -O TIFFUnRegisterCODEC.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFVGetField.3t -
O TIFFVGetField.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFVGetFieldDefaulted.3t -O TIFFVGetFieldDefaulted.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFVSetField.3t -
O TIFFVSetField.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFVStripSize.3t -
O TIFFVStripSize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFVTileSize.3t -
O TIFFVTileSize.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFWarning.3t -O 
TIFFWarning.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFWriteBufferSetup.3t -O TIFFWriteBufferSetup.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFWriteDirectory.3t -O TIFFWriteDirectory.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFWriteEncodedStrip.3t -O TIFFWriteEncodedStrip.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFWriteEncodedTile.3t -O TIFFWriteEncodedTile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFWriteRawStrip.3t -O TIFFWriteRawStrip.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFWriteRawTile.3t -O TIFFWriteRawTile.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src 
lib/TIFFWriteScanline.3t -O TIFFWriteScanline.3t
    cd ..; /bin/sh ../port/install.sh -m 444                         -
F /usr/local/man/man3             -idb tiff.man.dev -src lib/TIFFWriteTile.3t -
O TIFFWriteTile.3t
    make[2]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man/lib'
    make[1]: Quitte le répertoire `/home/jef/bib/tiff-v3.6.0-beta2/man'
libgeotiff 1.2.1
  ./configure
    loading cache ./config.cache
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking whether the C compiler (gcc  ) works... yes
    checking whether the C compiler (gcc  ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking whether gcc accepts -g... yes
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking for ranlib... ranlib
    checking for ld -shared ... yes
    checking for exp in -lm... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for string.h... yes
    checking for strings.h... yes
    checking for stdlib.h... yes
    checking for inflateInit_ in -lz... yes
    checking for zlib.h... yes
    checking for jinit_compress_master in -ljpeg... yes
    checking for TIFFOpen in -ltiff... yes
    checking for TIFFMergeFieldInfo in -ltiff... yes
    checking for pj_init in -lproj... no
    checking for projects.h... no
    EPSG tables will be read from .csv files.
    updating cache ./config.cache
    creating ./config.status
    creating Makefile
    creating bin/Makefile
    creating geo_config.h
  make
    rm -f xtiffio.h
    ln -s ./libxtiff/*.h .
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.     ./libxtiff/xtiff.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_free.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_get.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_names.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_new.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_print.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_set.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_tiffp.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_write.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_trans.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_normalize.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geotiff_proj4.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./geo_extra.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./cpl_serv.c
    gcc -c -O2  -Wall -DCSV_DATA_DIR=\"/usr/local/share/epsg_csv\" -I. -
I.    ./cpl_csv.c
    ar r libgeotiff.a xtiff.o geo_free.o geo_get.o geo_names.o geo_new.o 
geo_print.o geo_set.o geo_tiffp.o geo_write.o geo_trans.o geo_normalize.o 
geotiff_proj4.o geo_extra.o cpl_serv.o cpl_csv.o
    ranlib libgeotiff.a
    ld -shared xtiff.o geo_free.o geo_get.o geo_names.o geo_new.o geo_print.o 
geo_set.o geo_tiffp.o geo_write.o geo_trans.o geo_normalize.o geotiff_proj4.o 
geo_extra.o cpl_serv.o  cpl_csv.o -ltiff -ljpeg -lz -lm  -o libgeotiff.so.1.2.1
    rm -f libgeotiff.so
    ln -s libgeotiff.so.1.2.1 libgeotiff.so
    cd ./bin;\
    make
    make[1]: Entre dans le répertoire `/home/jef/bib/libgeotiff-1.2.1/bin'
    gcc -O2  -Wall -I. -I..     -c -o makegeo.o makegeo.c
    makegeo.c:24: warning: return type of `main' is not `int'
    gcc -O2  -Wall makegeo.o -L/lib -L.. -lgeotiff -ltiff -ljpeg -lz -lm  -o 
makegeo
    gcc -O2  -Wall -I. -I..     -c -o listgeo.o listgeo.c
    gcc -O2  -Wall listgeo.o -L/lib -L.. -lgeotiff -ltiff -ljpeg -lz -lm  -o 
listgeo
    gcc -O2  -Wall -I. -I..     -c -o geotifcp.o geotifcp.c
    gcc -O2  -Wall geotifcp.o -L/lib -L.. -lgeotiff -ltiff -ljpeg -lz -lm  -o 
geotifcp
    make[1]: Quitte le répertoire `/home/jef/bib/libgeotiff-1.2.1/bin'
  make install
    /usr/bin/install -c -d /usr/local/lib
    /usr/bin/install -c libgeotiff.a  /usr/local/lib
    /usr/bin/install -c -d /usr/local/include
    /usr/bin/install -c xtiffio.h geotiff.h geotiffio.h geovalues.h geonames.h 
geokeys.h geo_tiffp.h geo_config.h geo_keyp.h geo_normalize.h cpl_serv.h 
epsg_datum.inc epsg_gcs.inc epsg_pm.inc epsg_units.inc geo_ctrans.inc 
epsg_ellipse.inc epsg_pcs.inc epsg_proj.inc epsg_vertcs.inc 
geokeys.inc /usr/local/include
    /usr/bin/install -c -d /usr/local/share/epsg_csv
    /usr/bin/install -c csv/*.csv /usr/local/share/epsg_csv
    /usr/bin/install -c -d /usr/local/bin
    /usr/bin/install -c bin/listgeo bin/geotifcp /usr/local/bin
    if test ! -z "libgeotiff.so.1.2.1" ; then \
            if test ! -z "" ; then \
                    /usr/bin/install -c libgeotiff.so.1.2.1 /usr/local/bin; \
            else \
                    /usr/bin/install -c libgeotiff.so.1.2.1 /usr/local/lib; \
                    (cd /usr/local/lib ; \
                    rm -f libgeotiff.so.1.2; \
                    ln -s libgeotiff.so.1.2.1 libgeotiff.so.1.2; \
                    rm -f libgeotiff.so.1; \
                    ln -s libgeotiff.so.1.2 \
                    libgeotiff.so.1; \
                    rm -f libgeotiff.so; \
                    ln -s libgeotiff.so.1 libgeotiff.so; );\
            fi;\
    fi
giflib 3.0
  cd lib
  make
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment dev2gif.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment egif_lib.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment dgif_lib.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment gifalloc.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment gif_font.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment gif_hash.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment gif_err.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment quantize.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment qprintf.c
    gcc -I. -D__X11__ -fno-builtin -g -c -W -Wreturn-type -Wcomment getarg.c
    rm -f libgif.a
    ar rcv libgif.a dev2gif.o egif_lib.o dgif_lib.o gifalloc.o gif_font.o 
gif_hash.o gif_err.o quantize.o qprintf.o getarg.o
    a - dev2gif.o
    a - egif_lib.o
    a - dgif_lib.o
    a - gifalloc.o
    a - gif_font.o
    a - gif_hash.o
    a - gif_err.o
    a - quantize.o
    a - qprintf.o
    a - getarg.o
    ranlib libgif.a
    rm -f libgif.so.3.0
    gcc -shared -o libgif.so.3.0 dev2gif.o egif_lib.o dgif_lib.o gifalloc.o 
gif_font.o gif_hash.o gif_err.o quantize.o qprintf.o getarg.o
  make install-lib
    cp libgif.a libgif.so.3.0 /usr/lib
gdal 1.1.8
  ./configure --with-libz=/usr/local --with-png=/usr/local --with-
libtiff=/usr/local --with-geotiff=/usr/local --with-jpeg=/usr/local --with-
gif=internal
    checking for gcc... gcc
    checking whether the C compiler (gcc  ) works... yes
    checking whether the C compiler (gcc  ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking whether gcc accepts -g... yes
    checking for c++... no
    checking for g++... g++
    checking whether the C++ compiler (g++  ) works... yes
    checking whether the C++ compiler (g++  ) is a cross-compiler... no
    checking whether we are using GNU C++... yes
    checking whether g++ accepts -g... yes
    checking for ranlib... ranlib
    checking for dlopen in -ldl... yes
    checking for malloc_chain_check in -ldbmalloc... no
    checking for main in -lm... yes
    checking how to run the C preprocessor... /lib/cpp
    checking for ANSI C header files... no
    checking for fcntl.h... no
    checking for unistd.h... no
    checking for dbmalloc.h... no
    checking for dlfcn.h... no
    checking for stdint.h... no
    checking whether byte ordering is bigendian... no
    checking for vprintf... yes
    checking for vsnprintf... yes
    checking for 64bit integer type... long long
    checking for 64bit file io... yes
    using /usr/local for libz.
    checking for G_gisinit_2 in -lgrass5... no
    checking for ffopen in -lcfitsio... no
    libcfitsio not found - FITS support disabled
    using libpng from /usr/local.
    using libtiff from /usr/local.
    using libgeotiff from /usr/local.
    using libjpeg from /usr/local.
    using internal gif code.
    checking for cln_GetLayerCapabilities in -logdi31... no
    with_fme=
    checking for FMEObjects... no
    checking for SDreaddata in -lmfhdf... no
    checking for jpc_decode in -ljasper... no
    checking for jp2_decode in -ljasper... no
    checking for pgx_decode in -ljasper... no
    checking for NCScbmOpenFileView in -lNCSEcw... no
    checking for OGR ... enabled
    checking for pg_config... /usr/bin/pg_config
    checking for PostgreSQL... yes
    checking for Xerces C++... disabled
    checking for g++ -shared ... yes
    checking for python... python
    checking where python Makefiles are... found
    checking Python makefile... missing, python disabled.
    checking for NumPy include files... missing
    creating ./config.status
    creating GDALmake.opt
    creating port/cpl_config.h
    port/cpl_config.h is unchanged
  make
    ...
    ...
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrsfdriver.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DPG_ENABLED -
DINST_DATA=\"/usr/local/share/gdal\" ogrregisterall.cpp -o ogrregisterall.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrregisterall.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DPG_ENABLED -
DINST_DATA=\"/usr/local/share/gdal\" ogr_gensql.cpp -o ogr_gensql.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogr_gensql.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/generic'
    (cd shape; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/shape'
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  shape2ogr.cpp -o 
shape2ogr.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a shape2ogr.o
    gcc -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  shpopen.c -o shpopen.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    shpopen.c:161: warning: `rcsid' defined but not used
    ar r ../ogrsf_frmts.a shpopen.o
    gcc -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  dbfopen.c -o dbfopen.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    dbfopen.c:179: warning: `rcsid' defined but not used
    ar r ../ogrsf_frmts.a dbfopen.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrshapedriver.cpp -o 
ogrshapedriver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrshapedriver.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrshapedatasource.cpp -
o ogrshapedatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrshapedatasource.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrshapelayer.cpp -o 
ogrshapelayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrshapelayer.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/shape'
    (cd ntf; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/ntf'
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ntffilereader.cpp -o 
ntffilereader.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ntffilereader.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ntfrecord.cpp -o 
ntfrecord.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ntfrecord.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrntfdatasource.cpp -o 
ogrntfdatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrntfdatasource.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrntfdriver.cpp -o 
ogrntfdriver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrntfdriver.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrntflayer.cpp -o 
ogrntflayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrntflayer.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ntf_estlayers.cpp -o 
ntf_estlayers.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ntf_estlayers.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  
ogrntffeatureclasslayer.cpp -o ogrntffeatureclasslayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrntffeatureclasslayer.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ntf_generic.cpp -o 
ntf_generic.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ntf_generic.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ntf_raster.cpp -o 
ntf_raster.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ntf_raster.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ntf_codelist.cpp -o 
ntf_codelist.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ntf_codelist.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ntfstroke.cpp -o 
ntfstroke.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ntfstroke.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/ntf'
    (cd sdts; make  default install-libs)
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/sdts'
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/sdts -
I../../../frmts/iso8211 -Wall -fPIC -O2  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include   -
I/usr/local/include  ogrsdtsdriver.cpp -o ogrsdtsdriver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrsdtsdriver.o
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/sdts -
I../../../frmts/iso8211 -Wall -fPIC -O2  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include   -
I/usr/local/include  ogrsdtsdatasource.cpp -o ogrsdtsdatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrsdtsdatasource.o
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/sdts -
I../../../frmts/iso8211 -Wall -fPIC -O2  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include   -
I/usr/local/include  ogrsdtslayer.cpp -o ogrsdtslayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrsdtslayer.o
    (cd ../../../frmts/iso8211; make)
    make[4]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/iso8211'
    g++ -c -I. -I../../port -Wall -fPIC -O2  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include   -
I/usr/local/include  8211view.cpp -o 8211view.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -O2  8211view.o \
            libiso8211.a ../../port/cpl.a -L/usr/local -L/usr/local/lib -ljpeg -
L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local -
L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -L/usr/local/lib -
lm -o 8211view
    make[4]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/iso8211'
    (cd ../../../frmts/sdts; make)
    make[4]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/sdts'
    make[4]: Rien à faire pour `default'.
    make[4]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/sdts'
    ./install-libs.sh ../../../frmts/iso8211/libiso8211.a ../ogrsf_frmts.a
    touch isolib-marker
    ./install-libs.sh ../../../frmts/sdts/libsdts_al.a ../ogrsf_frmts.a
    touch sdtslib-marker
    Done adding ISO8211 and SDTS libraries into ../ogrsf_frmts.a
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/sdts'
    (cd tiger; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/tiger'
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerfilebase.cpp -o 
tigerfilebase.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerfilebase.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigercompletechain.cpp -
o tigercompletechain.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigercompletechain.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigeraltname.cpp -o 
tigeraltname.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigeraltname.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerfeatureids.cpp -o 
tigerfeatureids.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerfeatureids.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerzipcodes.cpp -o 
tigerzipcodes.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerzipcodes.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerlandmarks.cpp -o 
tigerlandmarks.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerlandmarks.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerarealandmarks.cpp -
o tigerarealandmarks.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerarealandmarks.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerkeyfeatures.cpp -o 
tigerkeyfeatures.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerkeyfeatures.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerpolychainlink.cpp -
o tigerpolychainlink.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerpolychainlink.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerpolygon.cpp -o 
tigerpolygon.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerpolygon.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerpip.cpp -o 
tigerpip.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerpip.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerentitynames.cpp -o 
tigerentitynames.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerentitynames.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigeridhistory.cpp -o 
tigeridhistory.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigeridhistory.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigertlidrange.cpp -o 
tigertlidrange.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigertlidrange.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  tigerzipplus4.cpp -o 
tigerzipplus4.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a tigerzipplus4.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrtigerdriver.cpp -o 
ogrtigerdriver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrtigerdriver.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrtigerdatasource.cpp -
o ogrtigerdatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrtigerdatasource.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrtigerlayer.cpp -o 
ogrtigerlayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrtigerlayer.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/tiger'
    (cd s57; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/s57'
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/iso8211 -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  ogrs57driver.cpp -o ogrs57driver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrs57driver.o
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/iso8211 -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  ogrs57datasource.cpp -o ogrs57datasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrs57datasource.o
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/iso8211 -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  ogrs57layer.cpp -o ogrs57layer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrs57layer.o
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/iso8211 -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  s57reader.cpp -o s57reader.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a s57reader.o
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/iso8211 -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  ddfrecordindex.cpp -o ddfrecordindex.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ddfrecordindex.o
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/iso8211 -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  s57classregistrar.cpp -o s57classregistrar.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a s57classregistrar.o
    g++ -c -I.. -I../.. -I../../../port -I../../../frmts/iso8211 -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  s57filecollector.cpp -o s57filecollector.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a s57filecollector.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/s57'
    (cd mitab; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/mitab'
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_rawbinblock.cpp -o mitab_rawbinblock.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_rawbinblock.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_mapheaderblock.cpp -o mitab_mapheaderblock.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_mapheaderblock.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_mapindexblock.cpp -o mitab_mapindexblock.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_mapindexblock.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_mapobjectblock.cpp -o mitab_mapobjectblock.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_mapobjectblock.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_mapcoordblock.cpp -o mitab_mapcoordblock.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_mapcoordblock.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_feature.cpp -
o mitab_feature.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_feature.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_feature_mif.cpp -o mitab_feature_mif.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_feature_mif.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_mapfile.cpp -
o mitab_mapfile.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_mapfile.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_idfile.cpp -
o mitab_idfile.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_idfile.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_datfile.cpp -
o mitab_datfile.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_datfile.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_tabfile.cpp -
o mitab_tabfile.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_tabfile.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_miffile.cpp -
o mitab_miffile.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_miffile.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_utils.cpp -o 
mitab_utils.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_utils.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_imapinfofile.cpp -o mitab_imapinfofile.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_imapinfofile.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_middatafile.cpp -o mitab_middatafile.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_middatafile.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_bounds.cpp -
o mitab_bounds.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_bounds.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_maptoolblock.cpp -o mitab_maptoolblock.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_maptoolblock.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_tooldef.cpp -
o mitab_tooldef.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_tooldef.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_coordsys.cpp -o mitab_coordsys.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_coordsys.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_spatialref.cpp -o mitab_spatialref.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_spatialref.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_ogr_driver.cpp -o mitab_ogr_driver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_ogr_driver.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_indfile.cpp -
o mitab_indfile.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_indfile.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR mitab_tabview.cpp -
o mitab_tabview.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_tabview.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_ogr_datasource.cpp -o mitab_ogr_datasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_ogr_datasource.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_geometry.cpp -o mitab_geometry.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_geometry.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  -DOGR 
mitab_tabseamless.cpp -o mitab_tabseamless.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a mitab_tabseamless.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/mitab'
    (cd dgn; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/dgn'
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  dgnopen.cpp -o dgnopen.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a dgnopen.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  dgnread.cpp -o dgnread.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a dgnread.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  dgnfloat.cpp -o 
dgnfloat.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a dgnfloat.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  dgnhelp.cpp -o dgnhelp.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a dgnhelp.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  dgnwrite.cpp -o 
dgnwrite.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    dgnwrite.cpp: In function `DGNElemCore* DGNCloneElement(void*, void*, 
DGNElemCore*)':
    dgnwrite.cpp:468: warning: `DGNElemCore*psClone' might be used 
uninitialized in this function
    ar r ../ogrsf_frmts.a dgnwrite.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  dgnstroke.cpp -o 
dgnstroke.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a dgnstroke.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrdgndriver.cpp -o 
ogrdgndriver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrdgndriver.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrdgndatasource.cpp -o 
ogrdgndatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrdgndatasource.o
    g++ -c -I.. -I../.. -I../../../port -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  ogrdgnlayer.cpp -o 
ogrdgnlayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrdgnlayer.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/dgn'
    (cd gml; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/gml'
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
gmlpropertydefn.cpp -o gmlpropertydefn.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a gmlpropertydefn.o
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
gmlfeatureclass.cpp -o gmlfeatureclass.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a gmlfeatureclass.o
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
gmlfeature.cpp -o gmlfeature.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a gmlfeature.o
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
gmlreader.cpp -o gmlreader.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a gmlreader.o
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
gml2ogrgeometry.cpp -o gml2ogrgeometry.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a gml2ogrgeometry.o
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
ogr2gmlgeometry.cpp -o ogr2gmlgeometry.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogr2gmlgeometry.o
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
ogrgmldriver.cpp -o ogrgmldriver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrgmldriver.o
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
ogrgmldatasource.cpp -o ogrgmldatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrgmldatasource.o
    g++ -c -DHAVE_XERCES=0  -I.. -I../.. -I../../../port -fPIC -O2 -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include 
ogrgmllayer.cpp -o ogrgmllayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrgmllayer.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/gml'
    (cd avc; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/avc'
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_bin.c -o avc_bin.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar r ../ogrsf_frmts.a avc_bin.o
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_binwr.c -o avc_binwr.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar r ../ogrsf_frmts.a avc_binwr.o
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_e00gen.c -o avc_e00gen.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    avc_e00gen.c: In function `AVCE00GenStartSection':
    avc_e00gen.c:146: warning: `pszName' might be used uninitialized in this 
function
    avc_e00gen.c: In function `AVCE00GenObject':
    avc_e00gen.c:304: warning: `pszLine' might be used uninitialized in this 
function
    ar r ../ogrsf_frmts.a avc_e00gen.o
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_e00parse.c -o avc_e00parse.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar r ../ogrsf_frmts.a avc_e00parse.o
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_e00write.c -o avc_e00write.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar r ../ogrsf_frmts.a avc_e00write.o
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_e00read.c -o avc_e00read.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar r ../ogrsf_frmts.a avc_e00read.o
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_mbyte.c -o avc_mbyte.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar r ../ogrsf_frmts.a avc_mbyte.o
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_misc.c -o avc_misc.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar r ../ogrsf_frmts.a avc_misc.o
    gcc -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
avc_rawbin.c -o avc_rawbin.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar r ../ogrsf_frmts.a avc_rawbin.o
    g++ -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogravcbindriver.cpp -o ogravcbindriver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogravcbindriver.o
    g++ -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogravcbindatasource.cpp -o ogravcbindatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogravcbindatasource.o
    g++ -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogravcbinlayer.cpp -o ogravcbinlayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogravcbinlayer.o
    g++ -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogravclayer.cpp -o ogravclayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogravclayer.o
    g++ -c -I../shape -I.. -I../.. -I../../../port -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogravcdatasource.cpp -o ogravcdatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogravcdatasource.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/avc'
    (cd pg; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/pg'
    g++ -c -I.. -I../.. -I../../../port -I/usr/include/pgsql -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogrpgdriver.cpp -o ogrpgdriver.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrpgdriver.o
    g++ -c -I.. -I../.. -I../../../port -I/usr/include/pgsql -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogrpgdatasource.cpp -o ogrpgdatasource.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ogrpgdatasource.cpp: In member function `OGRSpatialReference* 
OGRPGDataSource::FetchSRS(int)':
    ogrpgdatasource.cpp:690: warning: `OGRSpatialReference*poSRS' might be used 
uninitialized in this function
    ar r ../ogrsf_frmts.a ogrpgdatasource.o
    g++ -c -I.. -I../.. -I../../../port -I/usr/include/pgsql -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogrpglayer.cpp -o ogrpglayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrpglayer.o
    g++ -c -I.. -I../.. -I../../../port -I/usr/include/pgsql -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogrpgtablelayer.cpp -o ogrpgtablelayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrpgtablelayer.o
    g++ -c -I.. -I../.. -I../../../port -I/usr/include/pgsql -Wall -fPIC -O2 -
I/usr/local/include  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include  
ogrpgresultlayer.cpp -o ogrpgresultlayer.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ../ogrsf_frmts.a ogrpgresultlayer.o
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/pg'
    make ogrsf_frmts.a
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts'
    touch last-ranlib
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts'
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts'
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrgeometryfactory.cpp -o 
ogrgeometryfactory.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrpoint.cpp -o ogrpoint.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrcurve.cpp -o ogrcurve.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrlinestring.cpp -o ogrlinestring.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrlinearring.cpp -o ogrlinearring.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrpolygon.cpp -o ogrpolygon.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrutils.cpp -o ogrutils.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrgeometry.cpp -o ogrgeometry.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrgeometrycollection.cpp -o 
ogrgeometrycollection.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrmultipolygon.cpp -o 
ogrmultipolygon.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrsurface.cpp -o ogrsurface.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrmultipoint.cpp -o ogrmultipoint.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrmultilinestring.cpp -o 
ogrmultilinestring.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr_api.cpp -o ogr_api.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrfeature.cpp -o ogrfeature.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrfeaturedefn.cpp -o 
ogrfeaturedefn.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrfeaturestyle.cpp -o 
ogrfeaturestyle.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrfielddefn.cpp -o ogrfielddefn.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrspatialreference.cpp -o 
ogrspatialreference.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr_srsnode.cpp -o ogr_srsnode.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr_srs_proj4.cpp -o ogr_srs_proj4.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr_fromepsg.cpp -o ogr_fromepsg.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrct.cpp -o ogrct.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr_opt.cpp -o ogr_opt.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr_srs_esri.cpp -o ogr_srs_esri.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrfeaturequery.cpp -o 
ogrfeaturequery.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    gcc -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2 -I/usr/local/include  -
I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -
I/usr/local -I/usr/local/include -I/usr/local/include  swq.c -o swq.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr_srs_validate.cpp -o 
ogr_srs_validate.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr_srs_xml.cpp -o ogr_srs_xml.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ograssemblepolygon.cpp -o 
ograssemblepolygon.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    ar r ogr.a ogrgeometryfactory.o ogrpoint.o ogrcurve.o ogrlinestring.o 
ogrlinearring.o ogrpolygon.o ogrutils.o ogrgeometry.o ogrgeometrycollection.o 
ogrmultipolygon.o ogrsurface.o ogrmultipoint.o ogrmultilinestring.o ogr_api.o 
ogrfeature.o ogrfeaturedefn.o ogrfeaturestyle.o ogrfielddefn.o 
ogrspatialreference.o ogr_srsnode.o ogr_srs_proj4.o ogr_fromepsg.o ogrct.o 
ogr_opt.o ogr_srs_esri.o ogrfeaturequery.o swq.o ogr_srs_validate.o 
ogr_srs_xml.o ograssemblepolygon.o
    ranlib ogr.a
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr'
    make ./gdal.a
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8'
    ar 
r ./gdal.a ./frmts/o/*.o ./core/*.o ./port/*.o ./alg/*.o ./ogr/ogrct.o ./ogr/ogr
_opt.o ./ogr/ogr_fromepsg.o ./ogr/ogr_srs_validate.o ./ogr/ogrutils.o ./ogr/ogr_
srs_proj4.o ./ogr/ogr_api.o ./ogr/ogrsf_frmts/generic/ogrregisterall.o ./ogr/ogr
featurestyle.o
    ranlib ./gdal.a
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8'
    make ./libgdal.1.1.so
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8'
    g++ -
shared  ./frmts/o/*.o ./core/*.o ./port/*.o ./alg/*.o ./ogr/ogrct.o ./ogr/ogr_op
t.o ./ogr/ogr_fromepsg.o ./ogr/ogr_srs_validate.o ./ogr/ogrutils.o ./ogr/ogr_srs
_proj4.o ./ogr/ogr_api.o ./ogr/ogrsf_frmts/generic/ogrregisterall.o ./ogr/ogrfea
turestyle.o ./ogr/ogrsf_frmts/ogrsf_frmts.a -L/usr/lib -
lpq ./gdal.a ./ogr/ogr.a ./gdal.a ./port/cpl.a -L/usr/local -L/usr/local/lib -
ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local -
L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -L/usr/local/lib -
lm -o ./libgdal.1.1.so
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8'
    (cd ogr; make apps)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/ogr'
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrinfo.cpp -o ogrinfo.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++  ogrinfo.o -L.. -lgdal.1.1 -L/usr/local -L/usr/local/lib -ljpeg -
L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local -
L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -L/usr/local/lib -
lm -o ogrinfo
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogr2ogr.cpp -o ogr2ogr.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++  ogr2ogr.o -L.. -lgdal.1.1 -L/usr/local -L/usr/local/lib -ljpeg -
L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local -
L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -L/usr/local/lib -
lm -o ogr2ogr
    g++ -c -Iogrsf_frmts -I. -I../port  -Wall -fPIC -O2  -I/usr/local -
I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local -
I/usr/local/include   -I/usr/local/include  ogrtindex.cpp -o ogrtindex.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++  ogrtindex.o -L.. -lgdal.1.1 -L/usr/local -L/usr/local/lib -ljpeg -
L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local -
L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -L/usr/local/lib -
lm -o ogrtindex
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr'
    (cd apps; make)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/apps'
    rm -f gdal-config-inst
    echo '#!/bin/sh' > gdal-config-inst
    echo 'CONFIG_LIBS="-L/usr/local/lib -lgdal.1.1"' >> gdal-config-inst
    echo 'CONFIG_PREFIX="/usr/local"' >> gdal-config-inst
    echo 'CONFIG_CFLAGS="-I/usr/local/include"' >> gdal-config-inst
    echo 'CONFIG_VERSION="'`cat ../VERSION`'"' >> gdal-config-inst
    echo 'CONFIG_OGR_ENABLED=yes' >> gdal-config-inst
    echo 'CONFIG_FORMATS="gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 bsb 
xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp gif jpeg 
png "' >> gdal-config-inst
    cat gdal-config.in >> gdal-config-inst
    chmod a+x gdal-config-inst
    rm -f gdal-config
    echo '#!/bin/sh' > gdal-config
    echo 'CONFIG_LIBS="-L/home/jef/bib/gdal-1.1.8 -lgdal.1.1 -L/usr/local -
L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -
L/usr/local -L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -
L/usr/local/lib -lm"' >> gdal-config
    echo 'CONFIG_PREFIX="/home/jef/bib/gdal-1.1.8"' >> gdal-config
    echo 'CONFIG_CFLAGS="-I/home/jef/bib/gdal-1.1.8/port -I/home/jef/bib/gdal-
1.1.8/core -I/home/jef/bib/gdal-1.1.8/ogr -I/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts"' >> gdal-config
    echo 'CONFIG_VERSION="'`cat ../VERSION`'"' >> gdal-config
    echo 'CONFIG_OGR_ENABLED=yes' >> gdal-config
    echo 'CONFIG_FORMATS="gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 bsb 
xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp gif jpeg 
png "' >> gdal-config
    cat gdal-config.in >> gdal-config
    chmod a+x gdal-config
    gcc -I/home/jef/bib/gdal-1.1.8 -I/home/jef/bib/gdal-1.1.8/port -
I/home/jef/bib/gdal-1.1.8/core -I/home/jef/bib/gdal-1.1.8/ogr -
I/home/jef/bib/gdal-1.1.8/frmts -I/home/jef/bib/gdal-1.1.8/alg -c -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  gdalinfo.c -o gdalinfo.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    g++  gdalinfo.o  \
            -L/home/jef/bib/gdal-1.1.8 -lgdal.1.1 -L/usr/local -
L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -
L/usr/local -L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -
L/usr/local/lib -lm -o gdalinfo
    g++ -I/home/jef/bib/gdal-1.1.8 -I/home/jef/bib/gdal-1.1.8/port -
I/home/jef/bib/gdal-1.1.8/core -I/home/jef/bib/gdal-1.1.8/ogr -
I/home/jef/bib/gdal-1.1.8/frmts -I/home/jef/bib/gdal-1.1.8/alg -c -Wall -fPIC -
O2  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include   -I/usr/local/include  
gdal_translate.cpp -o gdal_translate.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++  gdal_translate.o  \
            -L/home/jef/bib/gdal-1.1.8 -lgdal.1.1 -L/usr/local -
L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -
L/usr/local -L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -
L/usr/local/lib -lm -o gdal_translate
    g++ -I/home/jef/bib/gdal-1.1.8 -I/home/jef/bib/gdal-1.1.8/port -
I/home/jef/bib/gdal-1.1.8/core -I/home/jef/bib/gdal-1.1.8/ogr -
I/home/jef/bib/gdal-1.1.8/frmts -I/home/jef/bib/gdal-1.1.8/alg -c -Wall -fPIC -
O2  -I/usr/local -I/usr/local/include -I/usr/local/include -
I/usr/local/include -I/usr/local -I/usr/local/include   -I/usr/local/include  
gdaladdo.cpp -o gdaladdo.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    g++  gdaladdo.o  \
            -L/home/jef/bib/gdal-1.1.8 -lgdal.1.1 -L/usr/local -
L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -
L/usr/local -L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -
L/usr/local/lib -lm -o gdaladdo
    gcc -I/home/jef/bib/gdal-1.1.8 -I/home/jef/bib/gdal-1.1.8/port -
I/home/jef/bib/gdal-1.1.8/core -I/home/jef/bib/gdal-1.1.8/ogr -
I/home/jef/bib/gdal-1.1.8/frmts -I/home/jef/bib/gdal-1.1.8/alg -c -Wall -fPIC -
O2 -I/usr/local/include  -I/usr/local -I/usr/local/include -
I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -
I/usr/local/include  gdalwarp.c -o gdalwarp.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    g++  gdalwarp.o  \
            -L/home/jef/bib/gdal-1.1.8 -lgdal.1.1 -L/usr/local -
L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -
L/usr/local -L/usr/local/lib -lpng -L/usr/local -L/usr/local -lz -lm -ldl -
L/usr/local/lib -lm -o gdalwarp
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/apps'
  make install
    (cd port; make)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/port'
    make[1]: Rien à faire pour `default'.
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/port'
    (cd core; make)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/core'
    make[1]: Rien à faire pour `default'.
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/core'
    (cd alg; make)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/alg'
    make[1]: Rien à faire pour `default'.
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/alg'
    (cd frmts; make)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts'
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/gxf'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/gxf'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/gtiff'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/gtiff'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/hfa'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/hfa'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/aigrid'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/aigrid'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/aaigrid'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/aaigrid'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/ceos'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/ceos'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/ceos2'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/ceos2'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/iso8211'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/iso8211'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/bsb'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/bsb'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/xpm'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/xpm'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/sdts'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/sdts'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/raw'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/raw'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/dted'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/dted'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/mem'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/mem'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/jdem'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/jdem'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/envisat'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/envisat'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/elas'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/elas'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/fit'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/fit'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/vrt'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/vrt'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/usgsdem'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/usgsdem'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/l1b'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/l1b'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/nitf'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/nitf'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/bmp'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/bmp'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/gif'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/gif'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/jpeg'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/jpeg'
    
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/png'
    make[2]: Rien à faire pour `install-obj'.
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/png'
    
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts'
    (cd ogr; make sublibs lib )
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/ogr'
    (cd ogrsf_frmts; make)
    make[2]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts'
    (cd generic; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/generic'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/generic'
    (cd shape; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/shape'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/shape'
    (cd ntf; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/ntf'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/ntf'
    (cd sdts; make  default install-libs)
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/sdts'
    (cd ../../../frmts/iso8211; make)
    make[4]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/iso8211'
    make[4]: Rien à faire pour `default'.
    make[4]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/iso8211'
    (cd ../../../frmts/sdts; make)
    make[4]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts/sdts'
    make[4]: Rien à faire pour `default'.
    make[4]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts/sdts'
    Done adding ISO8211 and SDTS libraries into ../ogrsf_frmts.a
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/sdts'
    (cd tiger; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/tiger'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/tiger'
    (cd s57; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/s57'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/s57'
    (cd mitab; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/mitab'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/mitab'
    (cd dgn; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/dgn'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/dgn'
    (cd gml; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/gml'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/gml'
    (cd avc; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/avc'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/avc'
    (cd pg; make )
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-
1.1.8/ogr/ogrsf_frmts/pg'
    make[3]: Rien à faire pour `default'.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts/pg'
    make ogrsf_frmts.a
    make[3]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts'
    make[3]: `ogrsf_frmts.a' est à jour.
    make[3]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts'
    make[2]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr/ogrsf_frmts'
    make[1]: Rien à faire pour `lib'.
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr'
    make ./gdal.a
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8'
    make[1]: `gdal.a' est à jour.
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8'
    make ./libgdal.1.1.so
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8'
    make[1]: `libgdal.1.1.so' est à jour.
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8'
    ./install-sh -d /usr/local/bin
    ./install-sh -d /usr/local/share/gdal
    ./install-sh -d /usr/local/lib
    ./install-sh -d /usr/local/include
    (cd port; make install)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/port'
    for f in *.h ; do ../install-sh -c $f /usr/local/include ; done
    ../install-sh -c cpl.a /usr/local/lib
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/port'
    (cd core; make install)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/core'
    for f in *.h ; do ../install-sh -c $f /usr/local/include ; done
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/core'
    (cd frmts; make install)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/frmts'
    make[1]: Rien à faire pour `install'.
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/frmts'
    (cd alg; make install)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/alg'
    for f in *.h ; do ../install-sh -c $f /usr/local/include ; done
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/alg'
    (cd ogr; make install)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/ogr'
    ../install-sh -c ogr2ogr /usr/local/bin
    ../install-sh -c ogrinfo /usr/local/bin
    ../install-sh -c ogrtindex /usr/local/bin
    ../install-sh -c ../ogr/ogrsf_frmts/ogrsf_frmts.a /usr/local/lib
    for f in ogr_core.h ogr_feature.h ogr_geometry.h ogr_p.h ogr_spatialref.h 
ogr_srs_api.h ogrsf_frmts/ogrsf_frmts.h ogr_featurestyle.h ogr_api.h ; 
do ../install-sh -c $f /usr/local/include ; done
    ../install-sh -c ogr.a /usr/local/lib
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/ogr'
    (cd apps; make install)
    make[1]: Entre dans le répertoire `/home/jef/bib/gdal-1.1.8/apps'
    for f in gdalinfo gdal_translate gdaladdo gdalwarp ; do /home/jef/bib/gdal-
1.1.8/install-sh -c $f /usr/local/bin ; done
    /home/jef/bib/gdal-1.1.8/install-sh -c gdal-config-inst /usr/local/bin/gdal-
config
    make[1]: Quitte le répertoire `/home/jef/bib/gdal-1.1.8/apps'
    ./install-sh -c ./gdal.a /usr/local/lib
    ./install-sh -c ./libgdal.1.1.so /usr/local/lib
    for f in data/*.* ; do ./install-sh -c -m 0644 $f /usr/local/share/gdal ; 
done
pdflib




php 4.3.2
  ./configure  --with-zlib=/usr/local --with-gd=/usr/local --with-jpeg-
dir=/usr/local --with-png-dir=/usr/local --with-zlib-dir=/usr/local --with-
freetype-dir=/usr/local --enable-t1lib --with-xml --with-
interbase=/opt/interbase --with-pdflib=/usr/local --with-mysql=/usr --with-
pgsql=/usr --with-tiff-dir=/usr/local --with-filepro --with-config-file-
path=/etc --with-fdftk=no --enable-debug=no --enable-magic-quotes --enable-
debugger --enable-track-vars --enable-safe-mode --with-exec-dir=/usr/bin --with-
regex=system --with-ftp --with-versioning --enable-shared --enable-force-cgi-
redirect i686-pc-linux-gnu
    -cgi-redirect i686-pc-linux-
gnu                                                        
    loading 
cache ./config.cache                                                           
    checking host system type... i686-pc-linux-
gnu                                         
    checking for gcc... (cached) 
gcc                                                       
    checking whether the C compiler (gcc  ) works... 
yes                                   
    checking whether the C compiler (gcc  ) is a cross-compiler... 
no                      
    checking whether we are using GNU C... (cached) 
yes                                    
    checking whether gcc accepts -g... (cached) 
yes                                        
    checking whether gcc and cc understand -c and -o together... (cached) 
yes              
    checking how to run the C preprocessor... (cached) gcc -
E                              
    checking for AIX... 
no                                                                 
    checking if compiler supports -R... (cached) 
no                                        
    checking if compiler supports -Wl,-rpath,... (cached) 
yes                              
    checking for ranlib... (cached) 
ranlib                                                 
    checking whether ln -s works... (cached) 
yes                                           
    checking for gawk... (cached) 
gawk                                                     
    checking for bison... (cached) bison -
y                                                
    checking bison version... 1.35 
(ok)                                                    
    checking for flex... (cached) 
flex                                                     
    checking for yywrap in -lfl... (cached) 
yes                                            
    checking lex output file root... (cached) 
lex.yy                                       
    checking whether yytext is a pointer... (cached) 
yes                                   
    checking for working const... (cached) 
yes                                             
    checking flex version... 2.5.4 
(ok)                                                    
    checking for pthreads_cflags... (cached) -
pthread                                      
    checking for pthreads_lib... 
(cached)                                                  
                                                                                
           
    Configuring SAPI 
modules                                                               
    checking for AOLserver support... 
no                                                   
    checking for Apache 1.x module support via DSO through APXS... 
no                      
    checking for Apache 1.x module support... 
no                                           
    checking for member fd in BUFF *... (cached) 
no                                        
    checking for mod_charset compatibility option... 
no                                    
    checking for Apache 2.0 module support via DSO through APXS... 
no                      
    checking for Apache 2.0 handler-module support via DSO through APXS... 
no              
    checking for Caudium support... 
no                                                     
    checking for CLI build... 
yes                                                          
    checking for embedded SAPI library support... 
no                                       
    checking for Zeus ISAPI support... 
no                                                  
    checking for NSAPI support... 
no                                                       
    checking for PHTTPD support... 
no                                                      
    checking for Pi3Web support... 
no                                                      
    checking for Roxen/Pike support... 
no                                                  
    checking for Servlet support... 
no                                                     
    checking for thttpd... 
no                                                              
    checking for TUX... 
no                                                                 
    checking for webjames... 
no                                                            
    checking for CGI build... 
yes                                                          
    checking whether writing to stdout works... (cached) 
yes                               
    checking whether to force Apache CGI redirect... 
yes                                   
    checking whether to discard path_info + path_translated... 
no                          
    checking whether to enable path info checking... 
yes                                   
    checking whether to enable fastcgi support... 
no                                       
    checking for chosen SAPI module... 
cgi                                                 
                                                                                
           
    Running system 
checks                                                                  
    checking for missing declarations of reentrant functions... 
done                       
    checking for sendmail... 
no                                                            
    checking whether system uses EBCDIC... (cached) 
no                                     
    checking for socket... 
yes                                                             
    checking for htonl... 
yes                                                              
    checking for gethostname... 
yes                                                        
    checking for gethostbyaddr... 
yes                                                      
    checking for yp_get_default_domain... 
no                                               
    checking for __yp_get_default_domain... 
no                                             
    checking for yp_get_default_domain in -lnsl... 
yes                                     
    checking for dlopen... 
no                                                              
    checking for __dlopen... 
no                                                            
    checking for dlopen in -ldl... 
yes                                                     
    checking for sin in -lm... (cached) 
yes                                                
    checking for res_search... 
no                                                          
    checking for __res_search... 
no                                                        
    checking for res_search in -lresolv... 
yes                                             
    checking for inet_aton... 
yes                                                          
    checking for dn_skipname... 
no                                                         
    checking for __dn_skipname... 
yes                                                      
    checking for ANSI C header files... (cached) 
yes                                       
    checking for dirent.h that defines DIR... (cached) 
yes                                 
    checking for opendir in -ldir... (cached) 
no                                           
    checking for fclose declaration... 
ok                                                  
    checking for ApplicationServices/ApplicationServices.h... (cached) 
no                  
    checking for sys/types.h... (cached) 
yes                                               
    checking for sys/time.h... (cached) 
yes                                                
    checking for netinet/in.h... (cached) 
yes                                              
    checking for alloca.h... (cached) 
yes                                                  
    checking for arpa/inet.h... (cached) 
yes                                               
    checking for arpa/nameser.h... (cached) 
yes                                            
    checking for assert.h... (cached) 
yes                                                  
    checking for crypt.h... (cached) 
yes                                                   
    checking for fcntl.h... (cached) 
yes                                                   
    checking for grp.h... (cached) 
yes                                                     
    checking for ieeefp.h... (cached) 
no                                                   
    checking for langinfo.h... (cached) 
yes                                                
    checking for limits.h... (cached) 
yes                                                  
    checking for locale.h... (cached) 
yes                                                  
    checking for monetary.h... (cached) 
yes                                                
    checking for mach-o/dyld.h... (cached) 
no                                              
    checking for netdb.h... (cached) 
yes                                                   
    checking for pwd.h... (cached) 
yes                                                     
    checking for resolv.h... (cached) 
yes                                                  
    checking for signal.h... (cached) 
yes                                                  
    checking for stdarg.h... (cached) 
yes                                                  
    checking for stdlib.h... (cached) 
yes                                                  
    checking for string.h... (cached) 
yes                                                  
    checking for syslog.h... (cached) 
yes                                                  
    checking for sysexits.h... (cached) 
yes                                                
    checking for sys/file.h... (cached) 
yes                                                
    checking for sys/mman.h... (cached) 
yes                                                
    checking for sys/mount.h... (cached) 
yes                                               
    checking for sys/poll.h... (cached) 
yes                                                
    checking for sys/resource.h... (cached) 
yes                                            
    checking for sys/select.h... (cached) 
yes                                              
    checking for sys/socket.h... (cached) 
yes                                              
    checking for sys/statfs.h... (cached) 
yes                                              
    checking for sys/statvfs.h... (cached) 
yes                                             
    checking for sys/vfs.h... (cached) 
yes                                                 
    checking for sys/sysexits.h... (cached) 
no                                             
    checking for sys/varargs.h... (cached) 
no                                              
    checking for sys/wait.h... (cached) 
yes                                                
    checking for unistd.h... (cached) 
yes                                                  
    checking for unix.h... (cached) 
no                                                     
    checking for utime.h... (cached) 
yes                                                   
    checking for sys/utsname.h... (cached) 
yes                                             
    checking for sys/ipc.h... (cached) 
yes                                                 
    checking for fopencookie... (cached) 
yes                                               
    checking for broken getcwd... 
no                                                       
    checking for broken libc stdio... 
no                                                   
    checking whether struct tm is in sys/time.h or time.h... (cached) 
time.h               
    checking for tm_zone in struct tm... (cached) 
yes                                      
    checking for tm_gmtoff in struct tm... (cached) 
yes                                    
    checking for struct flock... (cached) 
yes                                              
    checking for socklen_t... (cached) 
yes                                                 
    checking size of long... (cached) 
4                                                    
    checking size of int... (cached) 
4                                                     
    checking for st_blksize in struct stat... (cached) 
yes                                 
    checking for st_blocks in struct stat... (cached) 
yes                                  
    checking for st_rdev in struct stat... (cached) 
yes                                    
    checking for size_t... (cached) 
yes                                                    
    checking for uid_t in sys/types.h... (cached) 
yes                                      
    checking for struct sockaddr_storage... (cached) 
yes                                   
    checking for IPv6 support... (cached) 
yes                                              
    checking for vprintf... (cached) 
yes                                                   
    checking for alphasort... (cached) 
yes                                                 
    checking for asctime_r... (cached) 
yes                                                 
    checking for chroot... (cached) 
yes                                                    
    checking for ctime_r... (cached) 
yes                                                   
    checking for cuserid... (cached) 
yes                                                   
    checking for crypt... (cached) 
no                                                      
    checking for flock... (cached) 
yes                                                     
    checking for ftok... (cached) 
yes                                                      
    checking for funopen... (cached) 
no                                                    
    checking for gai_strerror... (cached) 
yes                                              
    checking for gcvt... (cached) 
yes                                                      
    checking for getlogin... (cached) 
yes                                                  
    checking for getprotobyname... (cached) 
yes                                            
    checking for getprotobynumber... (cached) 
yes                                          
    checking for getservbyname... (cached) 
yes                                             
    checking for getservbyport... (cached) 
yes                                             
    checking for getrusage... (cached) 
yes                                                 
    checking for gettimeofday... (cached) 
yes                                              
    checking for gmtime_r... (cached) 
yes                                                  
    checking for isascii... (cached) 
yes                                                   
    checking for link... (cached) 
yes                                                      
    checking for localtime_r... (cached) 
yes                                               
    checking for lockf... (cached) 
yes                                                     
    checking for lrand48... (cached) 
yes                                                   
    checking for memcpy... (cached) 
yes                                                    
    checking for memmove... (cached) 
yes                                                   
    checking for mkstemp... (cached) 
yes                                                   
    checking for mmap... (cached) 
yes                                                      
    checking for nl_langinfo... (cached) 
yes                                               
    checking for perror... (cached) 
yes                                                    
    checking for poll... (cached) 
yes                                                      
    checking for putenv... (cached) 
yes                                                    
    checking for realpath... (cached) 
yes                                                  
    checking for random... (cached) 
yes                                                    
    checking for rand_r... (cached) 
yes                                                    
    checking for regcomp... (cached) 
yes                                                   
    checking for res_search... (cached) 
yes                                                
    checking for scandir... (cached) 
yes                                                   
    checking for setitimer... (cached) 
yes                                                 
    checking for setlocale... (cached) 
yes                                                 
    checking for localeconv... (cached) 
yes                                                
    checking for setsockopt... (cached) 
yes                                                
    checking for setvbuf... (cached) 
yes                                                   
    checking for shutdown... (cached) 
yes                                                  
    checking for sin... (cached) 
yes                                                       
    checking for snprintf... (cached) 
yes                                                  
    checking for srand48... (cached) 
yes                                                   
    checking for srandom... (cached) 
yes                                                   
    checking for statfs... (cached) 
yes                                                    
    checking for statvfs... (cached) 
yes                                                   
    checking for std_syslog... (cached) 
no                                                 
    checking for strcasecmp... (cached) 
yes                                                
    checking for strcoll... (cached) 
yes                                                   
    checking for strdup... (cached) 
yes                                                    
    checking for strerror... (cached) 
yes                                                  
    checking for strftime... (cached) 
yes                                                  
    checking for strstr... (cached) 
yes                                                    
    checking for strtok_r... (cached) 
yes                                                  
    checking for symlink... (cached) 
yes                                                   
    checking for tempnam... (cached) 
yes                                                   
    checking for tzset... (cached) 
yes                                                     
    checking for unsetenv... (cached) 
yes                                                  
    checking for usleep... (cached) 
yes                                                    
    checking for utime... (cached) 
yes                                                     
    checking for vsnprintf... (cached) 
yes                                                 
    checking for getaddrinfo... (cached) 
yes                                               
    checking for strlcat... (cached) 
no                                                    
    checking for strlcpy... (cached) 
no                                                    
    checking for getopt... (cached) 
yes                                                    
    checking whether utime accepts a null argument... (cached) 
yes                         
    checking for working alloca.h... (cached) 
yes                                          
    checking for alloca... (cached) 
yes                                                    
    checking whether sprintf is broken... (cached) 
no                                      
    checking whether snprintf is broken... (cached) 
no                                     
    checking for declared timezone... (cached) 
yes                                         
    checking for type of reentrant time-related functions... (cached) 
POSIX                
    checking for readdir_r... (cached) 
yes                                                 
    checking for type of readdir_r... (cached) 
POSIX                                       
                                                                                
           
    General 
settings                                                                       
    checking whether to include debugging symbols... 
no                                    
    checking layout of installed files... 
PHP                                              
    checking path to configuration 
file... /etc                                            
    checking directory to be scanned for configuration files... 
DEFAULT                    
    checking whether to install PEAR, and where... 
yes                                     
    checking whether to enable safe mode by default... 
yes                                 
    checking for safe mode exec 
dir... /usr/bin                                            
    checking whether to enable PHP's own SIGCHLD handler... 
no                             
    checking whether to enable magic quotes by default... 
yes                              
    checking whether to enable runpaths... 
yes                                             
    checking whether to explicitly link against libgcc... 
no                               
    checking whether to enable short tags by default... 
yes                                
    checking whether to enable dmalloc... 
no                                               
    checking whether to enable IPv6 support... 
yes                                         
    checking for OpenSSL support... 
no                                                     
                                                                                
           
    Configuring 
extensions                                                                 
    checking for ZLIB support... 
yes                                                       
    checking if the location of ZLIB install directory is 
defined... /usr/local            
    checking for gzgets in -lz... (cached) 
yes                                             
    checking whether to enable bc style precision math functions... 
no                     
    checking for BZip2 support... 
no                                                       
    checking whether to enable calendar conversion support... 
no                           
    checking for cpdflib support... 
no                                                     
    checking for CRACKlib support... 
no                                                    
    checking whether to enable ctype functions... 
yes                                      
    checking for CURL support... 
no                                                        
    checking for cyrus imap support... 
no                                                  
    checking for xDBM support... 
no                                                        
    checking whether to enable DBA... 
no                                                   
    checking for GDBM support... 
no                                                        
    checking for NDBM support... 
no                                                        
    checking for Berkeley DB4 support... 
no                                                
    checking for Berkeley DB3 support... 
no                                                
    checking for Berkeley DB2 support... 
no                                                
    checking for DBM support... 
no                                                         
    checking for CDB support... 
no                                                         
    checking for FlatFile support... 
no                                                    
    checking whether to enable DBA interface... 
no                                         
    checking whether to enable dbase support... 
no                                         
    checking whether to enable dbx support... 
no                                           
    checking whether to enable direct I/O support... 
no                                    
    checking for DOM support... 
no                                                         
    checking for DOM XSLT support... 
no                                                    
    checking for DOM EXSLT support... 
no                                                   
    checking whether to enable EXIF (metadata from images) support... 
no                   
    checking for FrontBase SQL92 (fbsql) support... 
no                                     
    checking for FDF support... 
no                                                         
    checking whether to enable the bundled filePro support... 
yes                          
    checking for FriBidi support... 
no                                                     
    checking whether to enable FTP support... 
no                                           
    checking for GD support... 
yes                                                         
    checking for the location of 
libjpeg... /usr/local                                     
    checking for the location of 
libpng... /usr/local                                      
    checking for the location of libXpm... 
no                                              
    checking for FreeType 1.x support... 
no                                                
    checking for FreeType 
2... /usr/local                                                  
    checking for T1lib support... 
no                                                       
    checking whether to enable truetype string function in GD... 
no                        
    checking whether to enable JIS-mapped Japanese font support in GD... 
no                
    checking for jpeg_read_header in -ljpeg... (cached) 
yes                                
    checking for png_write_image in -lpng... 
yes                                           
    If configure fails try --with-xpm-
dir=<DIR>                                            
    checking for gdImageString16 in -lgd... (cached) 
yes                                   
    checking for gdImagePaletteCopy in -lgd... (cached) 
yes                                
    checking for gdImageCreateFromPng in -lgd... (cached) 
yes                              
    checking for gdImageCreateFromGif in -lgd... (cached) 
yes                              
    checking for gdImageGif in -lgd... (cached) 
yes                                        
    checking for gdImageWBMP in -lgd... (cached) 
yes                                       
    checking for gdImageCreateFromJpeg in -lgd... (cached) 
yes                             
    checking for gdImageCreateFromXpm in -lgd... (cached) 
yes                              
    checking for gdImageCreateFromGd2 in -lgd... (cached) 
yes                              
    checking for gdImageCreateTrueColor in -lgd... (cached) 
yes                            
    checking for gdImageSetTile in -lgd... (cached) 
yes                                    
    checking for gdImageEllipse in -lgd... (cached) 
no                                     
    checking for gdImageSetBrush in -lgd... (cached) 
yes                                   
    checking for gdImageStringTTF in -lgd... (cached) 
yes                                  
    checking for gdImageStringFT in -lgd... (cached) 
yes                                   
    checking for gdImageStringFTEx in -lgd... (cached) 
yes                                 
    checking for gdImageColorClosestHWB in -lgd... (cached) 
yes                            
    checking for gdImageColorResolve in -lgd... (cached) 
yes                               
    checking for gdImageGifCtx in -lgd... (cached) 
yes                                     
    checking for gdCacheCreate in -lgd... (cached) 
yes                                     
    checking for gdImageCreate in -lgd... (cached) 
yes                                     
    checking for GNU gettext support... 
no                                                 
    checking for GNU MP support... 
no                                                      
    checking for hwapi support... 
no                                                       
    checking for Hyperwave support... 
no                                                   
    checking for iconv support... 
no                                                       
    checking for IMAP support... 
no                                                        
    checking for Informix support... 
no                                                    
    checking for Ingres II support... 
no                                                   
    checking for InterBase support... 
yes                                                  
    checking for isc_detach_database in -lgds... (cached) 
yes                              
    checking for IRCG support... 
no                                                        
    checking for Java support... 
no                                                        
    checking for LDAP support... 
no                                                        
    checking whether to enable multibyte string support... 
no                              
    checking whether to enable multibyte regex support... 
no                               
    checking for MCAL support... 
no                                                        
    checking for mcrypt support... 
no                                                      
    checking for MCVE support... 
no                                                        
    checking for mhash support... 
no                                                       
    checking whether to include mime_magic support... 
no                                   
    checking for MING support... 
no                                                        
    checking for mnoGoSearch support... 
no                                                 
    checking for msession support... 
no                                                    
    checking for mSQL support... 
no                                                        
    checking for MSSQL support via FreeTDS... 
no                                           
    checking for MySQL support... 
yes                                                      
    checking for specified location of the MySQL UNIX socket... 
no                         
    checking for MySQL UNIX socket location... 
no                                          
    checking size of char... (cached) 
1                                                    
    checking size of int... (cached) 
4                                                     
    checking size of long... (cached) 
4                                                    
    checking size of long long... (cached) 
8                                               
    checking for size_t... (cached) 
yes                                                    
    checking whether time.h and sys/time.h may both be included... (cached) 
yes            
    checking for uid_t in sys/types.h... (cached) 
yes                                      
    checking for type ulong... (cached) 
yes                                                
    checking for type uchar... (cached) 
no                                                 
    checking for type uint... (cached) 
yes                                                 
    checking for type ushort... (cached) 
yes                                               
    checking for int8... (cached) 
no                                                       
    checking base type of last arg to accept... (cached) 
socklen_t                         
    checking return type of qsort... (cached) 
void                                         
    checking for mysql_close in -lmysqlclient... (cached) 
yes                              
    checking for ncurses support... 
no                                                     
    checking for Oracle-OCI8 support... 
no                                                 
    checking for Adabas support... 
no                                                      
    checking for SAP DB support... 
no                                                      
    checking for Solid support... 
no                                                       
    checking for IBM DB2 support... 
no                                                     
    checking for Empress support... 
no                                                     
    checking for Empress local access support... 
no                                        
    checking for Birdstep support... 
no                                                    
    checking for a custom ODBC support... 
no                                               
    checking for iODBC support... 
no                                                       
    checking for Easysoft ODBC-ODBC Bridge support... 
no                                   
    checking for unixODBC support... 
no                                                    
    checking for OpenLink ODBC support... 
no                                               
    checking for DBMaker support... 
no                                                     
    checking for Oracle-ORACLE support... 
no                                               
    checking whether to enable user-space object overloading support... 
yes                
    checking for Ovrimos SQL Server support... 
no                                          
    checking whether to enable pcntl support... 
no                                         
    checking for PCRE support... 
yes                                                       
    checking for PDFlib support... 
yes                                                     
    checking for the location of 
libtiff... /usr/local                                     
    checking for jpeg_read_header in -ljpeg... (cached) 
yes                                
    checking for png_create_info_struct in -lpng... 
yes                                    
    checking for TIFFOpen in -ltiff... (cached) 
yes                                        
    checking for the location of 
zlib... /usr/local                                        
    checking for PDF_show_boxed in -lpdf... (cached) 
yes                                   
    checking for Verisign Payflow Pro support... 
no                                        
    checking for PostgreSQL support... 
yes                                                 
    checking for PQescapeString in -lpq... (cached) 
no                                     
    checking for PQsetnonblocking in -lpq... (cached) 
yes                                  
    checking for PQcmdTuples in -lpq... (cached) 
yes                                       
    checking for PQoidValue in -lpq... (cached) 
yes                                        
    checking for PQclientEncoding in -lpq... (cached) 
yes                                  
    checking for pg_encoding_to_char in -lpq... (cached) 
yes                               
    checking whether to enable POSIX-like functions... 
yes                                 
    checking for seteuid... (cached) 
yes                                                   
    checking for setegid... (cached) 
yes                                                   
    checking for setsid... (cached) 
yes                                                    
    checking for getsid... (cached) 
yes                                                    
    checking for setpgid... (cached) 
yes                                                   
    checking for getpgid... (cached) 
yes                                                   
    checking for ctermid... (cached) 
yes                                                   
    checking for mkfifo... (cached) 
yes                                                    
    checking for getrlimit... (cached) 
yes                                                 
    checking for PSPELL support... 
no                                                      
    checking for QtDOM support... 
no                                                       
    checking for libedit readline replacement... 
no                                        
    checking for readline support... 
no                                                    
    checking for recode support... 
no                                                      
    checking whether to enable PHP sessions... 
yes                                         
    checking for mm support... 
no                                                          
    checking whether pwrite works... (cached) 
yes                                          
    checking whether pread works... (cached) 
yes                                           
    checking whether to enable shmop support... 
no                                         
    checking for SNMP support... 
no                                                        
    checking whether to enable UCD SNMP hack... 
no                                         
    checking whether to enable sockets support... 
no                                       
    checking for getcwd... (cached) 
yes                                                    
    checking for getwd... (cached) 
yes                                                     
    checking for asinh... (cached) 
yes                                                     
    checking for acosh... (cached) 
yes                                                     
    checking for atanh... (cached) 
yes                                                     
    checking for log1p... (cached) 
yes                                                     
    checking for hypot... (cached) 
yes                                                     
    checking for crypt in -lcrypt... (cached) 
yes                                          
    checking for standard DES crypt... (cached) 
yes                                        
    checking for extended DES crypt... (cached) 
no                                         
    checking for MD5 crypt... (cached) 
yes                                                 
    checking for Blowfish crypt... (cached) 
no                                             
    checking whether flush should be called explicitly after a bufferered io... 
(cached) no
    checking for working fnmatch... (cached) 
yes                                           
    checking for glob... (cached) 
yes                                                      
    checking for strfmon... (cached) 
yes                                                   
    checking for libswf support... 
no                                                      
    checking for Sybase support... 
no                                                      
    checking for Sybase-CT support... 
no                                                   
    checking whether to enable System V IPC support... 
no                                  
    checking whether to enable System V semaphore support... 
no                            
    checking whether to enable System V shared memory support... 
no                        
    checking whether to enable tokenizer support... 
yes                                    
    checking whether to enable WDDX support... 
no                                          
    checking whether byte ordering is bigendian... (cached) 
no                             
    checking whether to enable XML support... 
yes                                          
    checking external libexpat install dir... 
no                                           
    checking for XMLRPC-EPI support... 
no                                                  
    checking libexpat dir for XMLRPC-EPI... 
yes                                            
    checking iconv dir for XMLRPC-EPI... 
yes                                               
    checking whether to enable xslt support... 
no                                          
    checking for XSLT Sablotron backend... 
no                                              
    checking for libexpat dir for Sablotron XSL support... 
no                              
    checking for iconv dir for Sablotron XSL support... 
no                                 
    checking for JavaScript for Sablotron XSL support... 
no                                
    checking for YAZ support... 
no                                                         
    checking whether to include YP support... 
no                                           
    checking for ZIP support... 
no                                                         
    checking whether to enable versioning... 
no                                            
    checking which regex library to use... 
system                                          
                                                                                
           
    Configuring 
Zend                                                                       
    checking bison version... 1.35 
(ok)                                                    
    checking for limits.h... (cached) 
yes                                                  
    checking for malloc.h... (cached) 
yes                                                  
    checking for string.h... (cached) 
yes                                                  
    checking for unistd.h... (cached) 
yes                                                  
    checking for stdarg.h... (cached) 
yes                                                  
    checking for sys/types.h... (cached) 
yes                                               
    checking for sys/time.h... (cached) 
yes                                                
    checking for signal.h... (cached) 
yes                                                  
    checking for unix.h... (cached) 
no                                                     
    checking for dlfcn.h... (cached) 
yes                                                   
    checking for size_t... (cached) 
yes                                                    
    checking return type of signal handlers... (cached) 
void                               
    checking for uint... (cached) 
yes                                                      
    checking for ulong... (cached) 
yes                                                     
    checking for vprintf... (cached) 
yes                                                   
    checking for 8-bit clean memcmp... (cached) 
yes                                        
    checking for working alloca.h... (cached) 
yes                                          
    checking for alloca... (cached) 
yes                                                    
    checking for memcpy... (cached) 
yes                                                    
    checking for strdup... (cached) 
yes                                                    
    checking for getpid... (cached) 
yes                                                    
    checking for kill... (cached) 
yes                                                      
    checking for strtod... (cached) 
yes                                                    
    checking for strtol... (cached) 
yes                                                    
    checking for finite... (cached) 
yes                                                    
    checking for fpclass... (cached) 
no                                                    
    checking whether sprintf is broken... (cached) 
no                                      
    checking for finite... (cached) 
yes                                                    
    checking for isfinite... (cached) 
no                                                   
    checking for isinf... (cached) 
yes                                                     
    checking for isnan... (cached) 
yes                                                     
    checking whether fp_except is defined... (cached) 
no                                   
    checking for dlfcn.h... (cached) 
yes                                                   
    checking whether dlsym() requires a leading underscore in symbol names... 
no           
    checking whether to enable thread-safety... 
no                                         
    checking whether to enable inline optimization for GCC... 
yes                          
    checking whether to enable a memory limit... 
no                                        
    checking whether to enable Zend debugging... 
no                                        
    checking whether to enable Zend multibyte... 
no                                        
    checking for inline... (cached) 
inline                                                 
                                                                                
           
    Configuring 
TSRM                                                                       
    checking for stdarg.h... (cached) 
yes                                                  
                                                                                
           
    Configuring 
libtool                                                                    
    checking for Cygwin environment... (cached) 
no                                         
    checking for mingw32 environment... (cached) 
no                                        
    checking build system type... i686-pc-linux-
gnu                                        
    checking for ld used by GCC... 
(cached) /usr/bin/ld                                    
    checking if the linker (/usr/bin/ld) is GNU ld... (cached) 
yes                         
    checking for /usr/bin/ld option to reload object files... (cached) -
r                  
    checking for BSD-compatible nm... (cached) /usr/bin/nm -
B                              
    checking for a sed that does not truncate output... 
(cached) /bin/sed                  
    checking how to recognise dependent libraries... (cached) 
pass_all                     
    checking for object suffix... (cached) 
o                                               
    checking for executable suffix... (cached) 
no                                          
    checking command to parse /usr/bin/nm -B output... (cached) 
ok                         
    checking for ranlib... (cached) 
ranlib                                                 
    checking for strip... (cached) 
strip                                                   
    checking for 
objdir... .libs                                                           
    checking for gcc option to produce PIC... (cached)  -
fPIC                              
    checking if gcc PIC flag  -fPIC works... (cached) 
yes                                  
    checking if gcc static flag  works... (cached) 
no                                      
    checking if gcc supports -c -o file.o... (cached) 
yes                                  
    checking if gcc supports -c -o file.lo... (cached) 
yes                                 
    checking if gcc supports -fno-rtti -fno-exceptions... 
yes                              
    checking whether the linker (/usr/bin/ld) supports shared libraries... 
yes             
    checking how to hardcode library paths into programs... 
immediate                      
    checking whether stripping libraries is possible... 
yes                                
    checking dynamic linker characteristics... GNU/Linux 
ld.so                             
    checking if libtool supports shared libraries... 
yes                                   
    checking whether to build shared libraries... 
no                                       
    checking whether to build static libraries... 
yes                                      
    creating 
libtool                                                                       
                                                                                
           
    Generating 
files                                                                       
    updating 
cache ./config.cache                                                          
    
creating ./config.status                                                        
       
    creating 
php4.spec                                                                     
    creating main/build-
defs.h                                                             
    creating 
scripts/phpize                                                                
    creating scripts/php-
config                                                            
    creating 
sapi/cli/php.1                                                                
    creating 
main/php_config.h                                                             
    creating 
main/internal_functions.c                                                     
    creating 
main/internal_functions_cli.c                                                 
    +--------------------------------------------------------------------
+                 
    | License:                                                           
|                 
    | This software is subject to the PHP License, available in this     
|                 
    | distribution in the file LICENSE.  By continuing this installation 
|                 
    | process, you are bound by the terms of this license agreement.     
|                 
    | If you do not agree with the terms of this license, you must abort 
|                 
    | the installation process at this point.                            
|                 
    +--------------------------------------------------------------------
+                 
    |                          *** NOTE ***                              
|                 
    |            The default for register_globals is now OFF!            
|                 
    |                                                                    
|                 
    | If your application relies on register_globals being ON, you       
|                 
    | should explicitly set it to on in your php.ini file.               
|                 
    | Note that you are strongly encouraged to read                      
|                 
    | http://www.php.net/manual/en/security.registerglobals.php          
|                 
    | about the implications of having register_globals set to on, and   
|                 
    | avoid using it if possible.                                        
|                 
    +--------------------------------------------------------------------
+                 
                                                                                
           
    Thank you for using 
PHP.                                                               
  make  
    ...
    ...
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/base64.c -o ext/standard/base64.o  && echo > 
ext/standard/base64.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/basic_functions.c -o ext/standard/basic_functions.o  && echo 
> ext/standard/basic_functions.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/browscap.c -o ext/standard/browscap.o  && echo > 
ext/standard/browscap.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/crc32.c -o ext/standard/crc32.o  && echo > 
ext/standard/crc32.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/crypt.c -o ext/standard/crypt.o  && echo > 
ext/standard/crypt.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/cyr_convert.c -o ext/standard/cyr_convert.o  && echo > 
ext/standard/cyr_convert.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/datetime.c -o ext/standard/datetime.o  && echo > 
ext/standard/datetime.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/dir.c -o ext/standard/dir.o  && echo > ext/standard/dir.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/dl.c -o ext/standard/dl.o  && echo > ext/standard/dl.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/dns.c -o ext/standard/dns.o  && echo > ext/standard/dns.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/exec.c -o ext/standard/exec.o  && echo > ext/standard/exec.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/file.c -o ext/standard/file.o  && echo > ext/standard/file.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/filestat.c -o ext/standard/filestat.o  && echo > 
ext/standard/filestat.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/flock_compat.c -o ext/standard/flock_compat.o  && echo > 
ext/standard/flock_compat.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/formatted_print.c -o ext/standard/formatted_print.o  && echo 
> ext/standard/formatted_print.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/fsock.c -o ext/standard/fsock.o  && echo > 
ext/standard/fsock.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/head.c -o ext/standard/head.o  && echo > ext/standard/head.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/html.c -o ext/standard/html.o  && echo > ext/standard/html.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/image.c -o ext/standard/image.o  && echo > 
ext/standard/image.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/info.c -o ext/standard/info.o  && echo > ext/standard/info.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/iptc.c -o ext/standard/iptc.o  && echo > ext/standard/iptc.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/lcg.c -o ext/standard/lcg.o  && echo > ext/standard/lcg.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/link.c -o ext/standard/link.o  && echo > ext/standard/link.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/mail.c -o ext/standard/mail.o  && echo > ext/standard/mail.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/math.c -o ext/standard/math.o  && echo > ext/standard/math.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/md5.c -o ext/standard/md5.o  && echo > ext/standard/md5.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/metaphone.c -o ext/standard/metaphone.o  && echo > 
ext/standard/metaphone.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/microtime.c -o ext/standard/microtime.o  && echo > 
ext/standard/microtime.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/pack.c -o ext/standard/pack.o  && echo > ext/standard/pack.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/pageinfo.c -o ext/standard/pageinfo.o  && echo > 
ext/standard/pageinfo.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/parsedate.c -o ext/standard/parsedate.o  && echo > 
ext/standard/parsedate.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/quot_print.c -o ext/standard/quot_print.o  && echo > 
ext/standard/quot_print.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/rand.c -o ext/standard/rand.o  && echo > ext/standard/rand.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/reg.c -o ext/standard/reg.o  && echo > ext/standard/reg.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/soundex.c -o ext/standard/soundex.o  && echo > 
ext/standard/soundex.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/string.c -o ext/standard/string.o  && echo > 
ext/standard/string.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/scanf.c -o ext/standard/scanf.o  && echo > 
ext/standard/scanf.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/syslog.c -o ext/standard/syslog.o  && echo > 
ext/standard/syslog.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/type.c -o ext/standard/type.o  && echo > ext/standard/type.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/uniqid.c -o ext/standard/uniqid.o  && echo > 
ext/standard/uniqid.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/url.c -o ext/standard/url.o  && echo > ext/standard/url.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/url_scanner.c -o ext/standard/url_scanner.o  && echo > 
ext/standard/url_scanner.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/var.c -o ext/standard/var.o  && echo > ext/standard/var.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/versioning.c -o ext/standard/versioning.o  && echo > 
ext/standard/versioning.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/assert.c -o ext/standard/assert.o  && echo > 
ext/standard/assert.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/strnatcmp.c -o ext/standard/strnatcmp.o  && echo > 
ext/standard/strnatcmp.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/levenshtein.c -o ext/standard/levenshtein.o  && echo > 
ext/standard/levenshtein.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/incomplete_class.c -o ext/standard/incomplete_class.o  && 
echo > ext/standard/incomplete_class.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/url_scanner_ex.c -o ext/standard/url_scanner_ex.o  && echo > 
ext/standard/url_scanner_ex.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/ftp_fopen_wrapper.c -o ext/standard/ftp_fopen_wrapper.o  && 
echo > ext/standard/ftp_fopen_wrapper.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/http_fopen_wrapper.c -o ext/standard/http_fopen_wrapper.o  
&& echo > ext/standard/http_fopen_wrapper.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/php_fopen_wrapper.c -o ext/standard/php_fopen_wrapper.o  && 
echo > ext/standard/php_fopen_wrapper.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/credits.c -o ext/standard/credits.o  && echo > 
ext/standard/credits.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/css.c -o ext/standard/css.o  && echo > ext/standard/css.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/var_unserializer.c -o ext/standard/var_unserializer.o  && 
echo > ext/standard/var_unserializer.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /home/jef/bib/php-4.3.2/ext/standard/var_unserializer.c: In function 
`php_var_unserialize':
    /home/jef/bib/php-4.3.2/ext/standard/var_unserializer.c:308: warning: 
comparison is always false due to limited range of data type
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/ftok.c -o ext/standard/ftok.o  && echo > ext/standard/ftok.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/aggregation.c -o ext/standard/aggregation.o  && echo > 
ext/standard/aggregation.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/standard/ -I/home/jef/bib/php-4.3.2/ext/standard/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/standard/sha1.c -o ext/standard/sha1.o  && echo > ext/standard/sha1.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Iext/tokenizer/ -I/home/jef/bib/php-4.3.2/ext/tokenizer/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/tokenizer/tokenizer.c -o ext/tokenizer/tokenizer.o  && echo > 
ext/tokenizer/tokenizer.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DXML_BYTE_ORDER=12 -Iext/xml/ -I/home/jef/bib/php-4.3.2/ext/xml/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/xml/xml.c -o ext/xml/xml.o  && echo > ext/xml/xml.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DXML_BYTE_ORDER=12 -Iext/xml/ -I/home/jef/bib/php-4.3.2/ext/xml/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/xml/expat/xmlparse.c -o ext/xml/expat/xmlparse.o  && echo > 
ext/xml/expat/xmlparse.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DXML_BYTE_ORDER=12 -Iext/xml/ -I/home/jef/bib/php-4.3.2/ext/xml/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/xml/expat/xmlrole.c -o ext/xml/expat/xmlrole.o  && echo > 
ext/xml/expat/xmlrole.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -DXML_BYTE_ORDER=12 -Iext/xml/ -I/home/jef/bib/php-4.3.2/ext/xml/ -
DPHP_ATOM_INC -I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/ext/xml/expat/xmltok.c -o ext/xml/expat/xmltok.o  && echo > 
ext/xml/expat/xmltok.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -ITSRM/ -I/home/jef/bib/php-4.3.2/TSRM/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-4.3.2/TSRM/TSRM.c -
o TSRM/TSRM.o  && echo > TSRM/TSRM.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -ITSRM/ -I/home/jef/bib/php-4.3.2/TSRM/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/TSRM/tsrm_strtok_r.c -o TSRM/tsrm_strtok_r.o  && echo > 
TSRM/tsrm_strtok_r.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -ITSRM/ -I/home/jef/bib/php-4.3.2/TSRM/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/TSRM/tsrm_virtual_cwd.c -o TSRM/tsrm_virtual_cwd.o  && echo > 
TSRM/tsrm_virtual_cwd.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-4.3.2/main/main.c -
o main/main.o  && echo > main/main.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/snprintf.c -o main/snprintf.o  && echo > main/snprintf.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/spprintf.c -o main/spprintf.o  && echo > main/spprintf.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/php_sprintf.c -o main/php_sprintf.o  && echo > main/php_sprintf.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/safe_mode.c -o main/safe_mode.o  && echo > main/safe_mode.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/fopen_wrappers.c -o main/fopen_wrappers.o  && echo > 
main/fopen_wrappers.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/alloca.c -o main/alloca.o  && echo > main/alloca.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/php_scandir.c -o main/php_scandir.o  && echo > main/php_scandir.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/php_ini.c -o main/php_ini.o  && echo > main/php_ini.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-4.3.2/main/SAPI.c -
o main/SAPI.o  && echo > main/SAPI.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/rfc1867.c -o main/rfc1867.o  && echo > main/rfc1867.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/php_content_types.c -o main/php_content_types.o  && echo > 
main/php_content_types.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/strlcpy.c -o main/strlcpy.o  && echo > main/strlcpy.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/strlcat.c -o main/strlcat.o  && echo > main/strlcat.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/mergesort.c -o main/mergesort.o  && echo > main/mergesort.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/reentrancy.c -o main/reentrancy.o  && echo > main/reentrancy.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/php_variables.c -o main/php_variables.o  && echo > 
main/php_variables.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/php_ticks.c -o main/php_ticks.o  && echo > main/php_ticks.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/streams.c -o main/streams.o  && echo > main/streams.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/network.c -o main/network.o  && echo > main/network.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/php_open_temporary_file.c -o main/php_open_temporary_file.o  && echo 
> main/php_open_temporary_file.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/php_logos.c -o main/php_logos.o  && echo > main/php_logos.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/output.c -o main/output.o  && echo > main/output.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/memory_streams.c -o main/memory_streams.o  && echo > 
main/memory_streams.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/main/user_streams.c -o main/user_streams.o  && echo > main/user_streams.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c Zend/zend_language_parser.c -o 
Zend/zend_language_parser.o  && echo > Zend/zend_language_parser.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c Zend/zend_language_scanner.c -o 
Zend/zend_language_scanner.o  && echo > Zend/zend_language_scanner.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c Zend/zend_ini_parser.c -o 
Zend/zend_ini_parser.o  && echo > Zend/zend_ini_parser.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c Zend/zend_ini_scanner.c -o 
Zend/zend_ini_scanner.o  && echo > Zend/zend_ini_scanner.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_alloc.c -o Zend/zend_alloc.o  && echo > Zend/zend_alloc.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_compile.c -o Zend/zend_compile.o  && echo > Zend/zend_compile.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_constants.c -o Zend/zend_constants.o  && echo > 
Zend/zend_constants.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_dynamic_array.c -o Zend/zend_dynamic_array.o  && echo > 
Zend/zend_dynamic_array.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_execute_API.c -o Zend/zend_execute_API.o  && echo > 
Zend/zend_execute_API.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_highlight.c -o Zend/zend_highlight.o  && echo > 
Zend/zend_highlight.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_llist.c -o Zend/zend_llist.o  && echo > Zend/zend_llist.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_opcode.c -o Zend/zend_opcode.o  && echo > Zend/zend_opcode.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_operators.c -o Zend/zend_operators.o  && echo > 
Zend/zend_operators.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_ptr_stack.c -o Zend/zend_ptr_stack.o  && echo > 
Zend/zend_ptr_stack.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_stack.c -o Zend/zend_stack.o  && echo > Zend/zend_stack.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_variables.c -o Zend/zend_variables.o  && echo > 
Zend/zend_variables.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-4.3.2/Zend/zend.c -
o Zend/zend.o  && echo > Zend/zend.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_API.c -o Zend/zend_API.o  && echo > Zend/zend_API.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_extensions.c -o Zend/zend_extensions.o  && echo > 
Zend/zend_extensions.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_hash.c -o Zend/zend_hash.o  && echo > Zend/zend_hash.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_list.c -o Zend/zend_list.o  && echo > Zend/zend_list.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_indent.c -o Zend/zend_indent.o  && echo > Zend/zend_indent.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.o  && echo > 
Zend/zend_builtin_functions.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_sprintf.c -o Zend/zend_sprintf.o  && echo > Zend/zend_sprintf.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_ini.c -o Zend/zend_ini.o  && echo > Zend/zend_ini.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_qsort.c -o Zend/zend_qsort.o  && echo > Zend/zend_qsort.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_multibyte.c -o Zend/zend_multibyte.o  && echo > 
Zend/zend_multibyte.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -IZend/ -I/home/jef/bib/php-4.3.2/Zend/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/Zend/zend_execute.c -o Zend/zend_execute.o  && echo > Zend/zend_execute.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Isapi/cgi/ -I/home/jef/bib/php-4.3.2/sapi/cgi/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/sapi/cgi/cgi_main.c -o sapi/cgi/cgi_main.o  && echo > sapi/cgi/cgi_main.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /home/jef/bib/php-4.3.2/sapi/cgi/cgi_main.c: In function `main':
    /home/jef/bib/php-4.3.2/sapi/cgi/cgi_main.c:1022: warning: passing arg 2 of 
`cfg_get_long' from incompatible pointer type
    gcc  -Isapi/cgi/ -I/home/jef/bib/php-4.3.2/sapi/cgi/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/sapi/cgi/getopt.c -o sapi/cgi/getopt.o  && echo > sapi/cgi/getopt.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c main/internal_functions.c -o 
main/internal_functions.o  && echo > main/internal_functions.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh /home/jef/bib/php-4.3.2/libtool --silent --preserve-dup-deps --
mode=link gcc -export-dynamic -g -O2  -L/usr/local/lib -L/opt/interbase/lib  -
R /usr/local/lib -R /opt/interbase/lib ext/zlib/zlib.lo 
ext/zlib/zlib_fopen_wrapper.lo ext/ctype/ctype.lo ext/filepro/filepro.lo 
ext/gd/gd.lo ext/gd/gdttf.lo ext/gd/gdcache.lo ext/interbase/interbase.lo 
ext/mysql/php_mysql.lo ext/overload/overload.lo ext/pcre/pcrelib/maketables.lo 
ext/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo 
ext/pcre/php_pcre.lo ext/pdf/pdf.lo ext/pgsql/pgsql.lo ext/posix/posix.lo 
ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo 
ext/session/mod_user.lo ext/standard/array.lo ext/standard/base64.lo 
ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo 
ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo 
ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo 
ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo 
ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo 
ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo 
ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo 
ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo 
ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo 
ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/standard/quot_print.lo 
ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo 
ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo 
ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo 
ext/standard/url_scanner.lo ext/standard/var.lo ext/standard/versioning.lo 
ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo 
ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo 
ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo 
ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo 
ext/standard/var_unserializer.lo ext/standard/ftok.lo 
ext/standard/aggregation.lo ext/standard/sha1.lo ext/tokenizer/tokenizer.lo 
ext/xml/xml.lo ext/xml/expat/xmlparse.lo ext/xml/expat/xmlrole.lo 
ext/xml/expat/xmltok.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo 
TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo 
main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo 
main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo 
main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo 
main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/streams.lo 
main/network.lo main/php_open_temporary_file.lo main/php_logos.lo 
main/output.lo main/memory_streams.lo main/user_streams.lo 
Zend/zend_language_parser.lo Zend/zend_language_scanner.lo 
Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo 
Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo 
Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo 
Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo 
Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo 
Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo 
Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo 
Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo 
sapi/cgi/cgi_main.lo sapi/cgi/getopt.lo main/internal_functions.lo -lcrypt -
lcrypt -lpq -lpdf -lz -ltiff -lpng -ljpeg -lmysqlclient -lgds -lgd -lfreetype -
lpng -lz -ljpeg -lz -lresolv -lm -ldl -lnsl -lcrypt -lcrypt  -o sapi/cgi/php
    gcc  -Isapi/cli/ -I/home/jef/bib/php-4.3.2/sapi/cli/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/sapi/cli/php_cli.c -o sapi/cli/php_cli.o  && echo > sapi/cli/php_cli.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Isapi/cli/ -I/home/jef/bib/php-4.3.2/sapi/cli/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c /home/jef/bib/php-
4.3.2/sapi/cli/getopt.c -o sapi/cli/getopt.o  && echo > sapi/cli/getopt.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc  -Imain/ -I/home/jef/bib/php-4.3.2/main/ -DPHP_ATOM_INC -
I/home/jef/bib/php-4.3.2/include -I/home/jef/bib/php-4.3.2/main -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/Zend -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/interbase/include -I/usr/include/mysql -
I/usr/include/pgsql -I/home/jef/bib/php-4.3.2/ext/xml/expat  -
I/home/jef/bib/php-4.3.2/TSRM  -g -O2  -c main/internal_functions_cli.c -o 
main/internal_functions_cli.o  && echo > main/internal_functions_cli.lo
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /bin/sh /home/jef/bib/php-4.3.2/libtool --silent --preserve-dup-deps --
mode=link gcc -export-dynamic -g -O2  -L/usr/local/lib -L/opt/interbase/lib  -
R /usr/local/lib -R /opt/interbase/lib ext/zlib/zlib.lo 
ext/zlib/zlib_fopen_wrapper.lo ext/ctype/ctype.lo ext/filepro/filepro.lo 
ext/gd/gd.lo ext/gd/gdttf.lo ext/gd/gdcache.lo ext/interbase/interbase.lo 
ext/mysql/php_mysql.lo ext/overload/overload.lo ext/pcre/pcrelib/maketables.lo 
ext/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo 
ext/pcre/php_pcre.lo ext/pdf/pdf.lo ext/pgsql/pgsql.lo ext/posix/posix.lo 
ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo 
ext/session/mod_user.lo ext/standard/array.lo ext/standard/base64.lo 
ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo 
ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo 
ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo 
ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo 
ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo 
ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo 
ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo 
ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo 
ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo 
ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/standard/quot_print.lo 
ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo 
ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo 
ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo 
ext/standard/url_scanner.lo ext/standard/var.lo ext/standard/versioning.lo 
ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo 
ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo 
ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo 
ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo 
ext/standard/var_unserializer.lo ext/standard/ftok.lo 
ext/standard/aggregation.lo ext/standard/sha1.lo ext/tokenizer/tokenizer.lo 
ext/xml/xml.lo ext/xml/expat/xmlparse.lo ext/xml/expat/xmlrole.lo 
ext/xml/expat/xmltok.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo 
TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo 
main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo 
main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo 
main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo 
main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/streams.lo 
main/network.lo main/php_open_temporary_file.lo main/php_logos.lo 
main/output.lo main/memory_streams.lo main/user_streams.lo 
Zend/zend_language_parser.lo Zend/zend_language_scanner.lo 
Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo 
Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo 
Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo 
Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo 
Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo 
Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo 
Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo 
Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo 
sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -
lcrypt -lpq -lpdf -lz -ltiff -lpng -ljpeg -lmysqlclient -lgds -lgd -lfreetype -
lpng -lz -ljpeg -lz -lresolv -lm -ldl -lnsl -lcrypt -lcrypt  -o sapi/cli/php
    
    Build complete.
    (It is safe to ignore warnings about tempnam and tmpnam).
  make install
    /bin/sh /home/jef/bib/php-4.3.2/libtool --silent --preserve-dup-deps --
mode=link gcc -g -O2 -prefer-non-pic -static  -rpath /home/jef/bib/php-
4.3.2/libs -L/usr/local/lib -L/opt/interbase/lib  -R /usr/local/lib -
R /opt/interbase/lib ext/zlib/zlib.lo ext/zlib/zlib_fopen_wrapper.lo 
ext/ctype/ctype.lo ext/filepro/filepro.lo ext/gd/gd.lo ext/gd/gdttf.lo 
ext/gd/gdcache.lo ext/interbase/interbase.lo ext/mysql/php_mysql.lo 
ext/overload/overload.lo ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo 
ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo 
ext/pdf/pdf.lo ext/pgsql/pgsql.lo ext/posix/posix.lo ext/session/session.lo 
ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo 
ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo 
ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo 
ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo 
ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo 
ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo 
ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo 
ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo 
ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo 
ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo 
ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo 
ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/standard/quot_print.lo 
ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo 
ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo 
ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo 
ext/standard/url_scanner.lo ext/standard/var.lo ext/standard/versioning.lo 
ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo 
ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo 
ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo 
ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo 
ext/standard/var_unserializer.lo ext/standard/ftok.lo 
ext/standard/aggregation.lo ext/standard/sha1.lo ext/tokenizer/tokenizer.lo 
ext/xml/xml.lo ext/xml/expat/xmlparse.lo ext/xml/expat/xmlrole.lo 
ext/xml/expat/xmltok.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo 
TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo 
main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo 
main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo 
main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo 
main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/streams.lo 
main/network.lo main/php_open_temporary_file.lo main/php_logos.lo 
main/output.lo main/memory_streams.lo main/user_streams.lo 
Zend/zend_language_parser.lo Zend/zend_language_scanner.lo 
Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo 
Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo 
Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo 
Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo 
Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo 
Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo 
Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo 
Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo 
sapi/cgi/cgi_main.lo sapi/cgi/getopt.lo main/internal_functions.lo -lcrypt -
lcrypt -lpq -lpdf -lz -ltiff -lpng -ljpeg -lmysqlclient -lgds -lgd -lfreetype -
lpng -lz -ljpeg -lz -lresolv -lm -ldl -lnsl -lcrypt -lcrypt  -o libphp4.la
    Installing PHP SAPI 
module                                                                          
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
              
    Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-
non-zts-
20020429/                                                                       
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                 
    Installing PEAR 
environment:      /usr/local/lib/php/                                           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                  
    [PEAR] Archive_Tar    - installed: 
0.9                                                                             
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] Console_Getopt - installed: 
1.0                                                                             
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] PEAR           - installed: 
1.1                                                                             
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] DB             - installed: 
1.3                                                                             
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] HTTP           - installed: 
1.2                                                                             
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] Mail           - installed: 
1.0.1                                                                           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] Net_SMTP       - installed: 
1.0                                                                             
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] Net_Socket     - installed: 
1.0.1                                                                           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] XML_Parser     - installed: 
1.0.1                                                                           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    [PEAR] XML_RPC        - installed: 
1.0.4                                                                           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                               
    Installing build 
environment:     /usr/local/lib/php/build/                                      
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                 
    Installing header 
files:          /usr/local/include/php/                                         
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                
    Installing helper 
programs:       /usr/local/bin/                                                 
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                
      program: 
phpize                                                                          
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                       
      program: php-
config                                                                          
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                   
      program: phpextdist      
mapserver 3.6.6
  ./configure  --with-gd --with-png --without-tiff --with-jpeg --with-pdf --
with-gdal=/usr/local/bin/gdal-config --with-php=/home/jef/bib/php-4.3.2 --with-
postgis --with-freetype=/usr/local/bin/freetype-config
    creating cache ./config.cache
    checking for gcc... gcc
    checking whether the C compiler (gcc  ) works... yes
    checking whether the C compiler (gcc  ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking whether gcc accepts -g... yes
    checking for c++... no
    checking for g++... g++
    checking whether the C++ compiler (g++  ) works... yes
    checking whether the C++ compiler (g++  ) is a cross-compiler... no
    checking whether we are using GNU C++... yes
    checking whether g++ accepts -g... yes
    checking for ranlib... ranlib
    checking for flex... flex
    checking for yywrap in -lfl... yes
    checking for bison... bison -y
    checking if compiler supports -R... no
    checking if compiler supports -Wl,-rpath,... yes
    checking for exp in -lm... yes
    checking for exp in -lstdc++... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for strcasecmp... yes
    checking for strncasecmp... yes
    checking for strdup... yes
    checking whether we should include JPEG support...
    checking for jpeg_read_header in -ljpeg... yes
            using libjpeg from system libs.
    checking which version of GD to use...
            using libgd from system libs.
    checking where FreeType is installed...
            using libfreetype from -L/usr/local/lib -lfreetype -lz
    checking for FT_Init_FreeType in -lfreetype... yes
            using libfreetype -lfreetype from system libs.
    checking where Zlib is installed...
    checking for zlibVersion in -lz... yes
            using libz from system libs.
    checking where PNG is installed...
    checking for png_init_io in -lpng... yes
            using libpng from system libs.
    checking for gdImageCreate in -lgd... yes
    checking for gdImageGif in -lgd... yes
    checking for gdImagePng in -lgd... yes
    checking for gdImageJpeg in -lgd... yes
    checking for gdImageWBMP in -lgd... yes
    checking for gdImageStringFT in -lgd... yes
    checking for gdImageString16 in -lgd... yes
    checking for gdImageGifPtr in -lgd... yes
            using GD ( -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -
DUSE_GD_FT -DGD_HAS_GDIMAGEGIFPTR) from system libs.
    checking whether we should include PDF support...
    checking for PDF_setlinewidth in -lpdf... yes
    checking for PDF_setrgbcolor in -lpdf... yes
    checking for PDF_moveto in -lpdf... yes
    checking for PDF_curveto in -lpdf... yes
    checking for PDF_show_xy in -lpdf... yes
            using libpdf from system libs.
    checking whether we should include TIFF support...
            disabled by --without-tiff
    checking whether we should include EPPL7 support...
            including EPPL7 support.
    checking whether we should include PROJ.4 support...
            PROJ.4 support not requested.
    checking whether we should include thread safe support...
            thread safe support disabled.
    checking whether we should include ESRI SDE support...
            ESRI SDE support not requested.
    checking whether we should compile in MPATROL support...
            MPATROL support not requested.
    checking whether we should include OGR support...
            OGR support not requested.
    checking if GDAL support requested... yes, user supplied gdal-config 
(/usr/local/bin/gdal-config)
    checking if PostGIS support requested... yes
    checking for pg_config... /usr/bin/pg_config
    yes, user supplied pg_config
    checking if OracleSpatial support requested... no
    checking whether we should include WMS support...
            OGC WMS Compatibility not enabled (PROJ.4 is required for WMS).
    checking whether we should include WMS Client Connections support...
            OGC WMS Client Connections not enabled (PROJ.4 and libwww required).
    Compiling with -DIGNORE_MISSING_DATA.
    checking whether we should enable debug features...
    checking for PHP/MapScript module options...
    checking whether 'perl -V' works... yes
    checking for location of config.h or php_config.h... /home/jef/bib/php-
4.3.2/main/php_config.h
    checking whether we have PHP3 or PHP4... -DPHP4
    checking whether we should use PHP's regex... no
            PHP/MapScript module configured.
    updating cache ./config.cache
    creating ./config.status
    creating Makefile
    creating mapscript/php3/Makefile
  make
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maptemplate.c -o maptemplate.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapbits.c -o mapbits.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maphash.c -o maphash.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapshape.c -o mapshape.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapxbase.c -o mapxbase.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapparser.c -o mapparser.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maplexer.c -o maplexer.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    maplexer.c:3292: warning: `yyunput' defined but not used
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maptree.c -o maptree.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapsearch.c -o mapsearch.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapstring.c -o mapstring.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapsymbol.c -o mapsymbol.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapfile.c -o mapfile.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maplegend.c -o maplegend.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maputil.c -o maputil.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapscale.c -o mapscale.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapquery.c -o mapquery.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maplabel.c -o maplabel.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maperror.c -o maperror.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapprimitive.c -o mapprimitive.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    mapprimitive.c: In function `msImageCartographicPolyline':
    mapprimitive.c:1102: warning: unused variable `intersect_points'
    mapprimitive.c:1099: warning: `last_angle' might be used uninitialized in 
this function
    /usr/include/bits/mathinline.h: At top level:
    mapprimitive.c:771: warning: `get_centroid' defined but not used
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapproject.c -o mapproject.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    mapproject.c: In function `msGetEPSGProj':
    mapproject.c:432: warning: return makes pointer from integer without a cast
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapraster.c -o mapraster.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    mapraster.c:661: warning: `drawTIFF' defined but not used
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapsde.c -o mapsde.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    g++ -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapogr.cpp -o mapogr.o
    cc1plus: warning: changing search order for system 
directory "/usr/local/include"
    cc1plus: warning:   as it has already been specified as a non-system 
directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mappostgis.c -o mappostgis.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maplayer.c -o maplayer.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapresample.c -o mapresample.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    mapresample.c:419: warning: `msInitApproxTransformer' defined but not used
    mapresample.c:436: warning: `msFreeApproxTransformer' defined but not used
    mapresample.c:447: warning: `msApproxTransformer' defined but not used
    mapresample.c:551: warning: `msTransformMapToSource' defined but not used
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapwms.c -o mapwms.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    maptemplate.h:16: warning: `inchesPerUnit' defined but not used
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapwmslayer.c -o mapwmslayer.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
maporaclespatial.c -o maporaclespatial.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapgml.c -o mapgml.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapprojhack.c -o mapprojhack.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    mapprojhack.c:71: warning: `ConvertProjUnitStringToMS' defined but not used
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapthread.c -o mapthread.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
epplib.c -o epplib.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mappdf.c -o mappdf.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    ar rc libmap.a maptemplate.o mapbits.o maphash.o mapshape.o mapxbase.o 
mapparser.o maplexer.o maptree.o mapsearch.o mapstring.o mapsymbol.o mapfile.o 
maplegend.o maputil.o mapscale.o mapquery.o maplabel.o maperror.o 
mapprimitive.o mapproject.o mapraster.o mapsde.o mapogr.o mappostgis.o 
maplayer.o mapresample.o mapwms.o mapwmslayer.o maporaclespatial.o mapgml.o 
mapprojhack.o mapthread.o epplib.o  mappdf.o
    ranlib libmap.a
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shp2img.c -o shp2img.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shp2img.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o shp2img
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shp2pdf.c -o shp2pdf.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    shp2pdf.c: In function `main':
    shp2pdf.c:37: warning: unused variable `img'
    shp2pdf.c:49: warning: unused variable `MapScaleFactor'
    shp2pdf.c:50: warning: unused variable `MapPixelSize'
    shp2pdf.c:51: warning: unused variable `FontHash'
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shp2pdf.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o shp2pdf
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
legend.c -o legend.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
legend.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o legend
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapserv.c -o mapserv.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
cgiutil.c -o cgiutil.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
mapserv.o cgiutil.o   -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -
lpng -lz -lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -
lgdal.1.1 -L/usr/lib -lpq     -lm -lstdc++   -o mapserv
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shptree.c -o shptree.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    shptree.c: In function `main':
    shptree.c:40: warning: `byte_order' might be used uninitialized in this 
function
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shptree.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o shptree
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shptreevis.c -o shptreevis.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    shptreevis.c: In function `main':
    shptreevis.c:74: warning: unused variable `pabyBuf'
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shptreevis.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o shptreevis
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shptreetst.c -o shptreetst.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    shptreetst.c: In function `main':
    shptreetst.c:66: warning: `node' might be used uninitialized in this 
function
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
shptreetst.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o shptreetst
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
scalebar.c -o scalebar.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
scalebar.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o scalebar
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
sortshp.c -o sortshp.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
sortshp.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o sortshp
    touch perlvars
    pwd > perlvars
    echo -DIGNORE_MISSING_DATA  -DUSE_EPPL    -DUSE_JPEG -DUSE_GD_GIF -
DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_GDIMAGEGIFPTR   -
DUSE_GDAL >> perlvars
    echo -I.  -I/usr/local/include      -I/usr/local/include >> perlvars
    echo  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++ >> perlvars
    echo   >> perlvars
    gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
tile4ms.c -o tile4ms.o
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL     -DUSE_JPEG -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_PDF   -DUSE_GDAL -DUSE_POSTGIS   -
I/usr/local/include          -I/usr/local/include -I/usr/include/pgsql   
tile4ms.o  -L. -lmap -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -lz -
lpdf -ljpeg -lfreetype -lpng -lz  -ljpeg    -L/usr/local/lib -lgdal.1.1 -
L/usr/lib -lpq     -lm -lstdc++   -o tile4ms
    cd mapscript/php3; make; cd ../..
    make[1]: Entre dans le répertoire `/home/jef/bib/mapserver-
3.6.6/mapscript/php3'
    gcc   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I. -I.. -fpic -O2  -Wall -
DCOMPILE_DL=1 -DPHP4 -DUSE_POSTGIS -DUSE_GDAL      -DUSE_EPPL  -DUSE_PDF  -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_JPEG  -I/home/jef/bib/mapserver-3.6.6  -
I/usr/include/pgsql -I/usr/local/include       -I/usr/local/include   -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/dl -I/home/jef/bib/php-
4.3.2/main -I/home/jef/bib/php-4.3.2/Zend -I/home/jef/bib/php-4.3.2/include -
I/home/jef/bib/php-4.3.2/TSRM  -c -o php_mapscript_util.o php_mapscript_util.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    php_mapscript_util.c: In function `_phpms_object_init':
    php_mapscript_util.c:681: warning: unused variable `tsrm_ls'
    gcc   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I. -I.. -fpic -O2  -Wall -
DCOMPILE_DL=1 -DPHP4 -DUSE_POSTGIS -DUSE_GDAL      -DUSE_EPPL  -DUSE_PDF  -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_JPEG  -I/home/jef/bib/mapserver-3.6.6  -
I/usr/include/pgsql -I/usr/local/include       -I/usr/local/include   -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/dl -I/home/jef/bib/php-
4.3.2/main -I/home/jef/bib/php-4.3.2/Zend -I/home/jef/bib/php-4.3.2/include -
I/home/jef/bib/php-4.3.2/TSRM  -c -o php_mapscript.o php_mapscript.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    gcc   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I. -I.. -fpic -O2  -Wall -
DCOMPILE_DL=1 -DPHP4 -DUSE_POSTGIS -DUSE_GDAL      -DUSE_EPPL  -DUSE_PDF  -
DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -
DGD_HAS_GDIMAGEGIFPTR -DUSE_JPEG  -I/home/jef/bib/mapserver-3.6.6  -
I/usr/include/pgsql -I/usr/local/include       -I/usr/local/include   -
I/home/jef/bib/php-4.3.2 -I/home/jef/bib/php-4.3.2/dl -I/home/jef/bib/php-
4.3.2/main -I/home/jef/bib/php-4.3.2/Zend -I/home/jef/bib/php-4.3.2/include -
I/home/jef/bib/php-4.3.2/TSRM  -c -o mapscript_i.o mapscript_i.c
    cc1: warning: changing search order for system 
directory "/usr/local/include"
    cc1: warning:   as it has already been specified as a non-system directory
    /home/jef/bib/mapserver-3.6.6/maptemplate.h:16: warning: `inchesPerUnit' 
defined but not used
    gcc -shared -L/usr/local/lib -rdynamic -Wl -o php_mapscript.so 
php_mapscript_util.o php_mapscript.o mapscript_i.o  -L/home/jef/bib/mapserver-
3.6.6 -lmap  -L/usr/lib -lpq -L/usr/local/lib -lgdal.1.1       -ljpeg -
lfreetype -lpng -lz -lpdf -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -
lz -ljpeg   -lm -lstdc++ 
    make[1]: Quitte le répertoire `/home/jef/bib/mapserver-3.6.6/mapscript/php3'
_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users