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... /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... -static
checking whether ln -s works... yes
checking for ld used by GCC...
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-li
nux-gnu/bin/ld
checking if the linker
(/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-l
inux-gnu/bin/ld) is GNU ld... yes
checking whether the linker
(/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-l
inux-gnu/bin/ld) supports shared libraries... yes
checking for BSD-compatible nm... /bin/nm -B
checking command to parse /bin/nm -B output... yes
checking how to hardcode library paths into programs...
immediate
checking for
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-li
nux-gnu/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... yes
checking for objdir... .libs
creating libtool
checking libjpeg version number... 62
creating ./config.status
creating Makefile
creating jconfig.h
./libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c
gcc -O2 -I. -c -fPIC -DPIC ./jcapimin.c
mv -f jcapimin.o jcapimin.lo
.
.
.
gcc -O2 -I. -c ./wrjpgcom.c >/dev/null 2>&1
./libtool --mode=link gcc -o wrjpgcom wrjpgcom.lo
gcc -o wrjpgcom wrjpgcom.o
/bin/install -c -m 644 jconfig.h /usr/include/jconfig.h
/bin/install -c -m 644 ./jpeglib.h /usr/include/jpeglib.h
/bin/install -c -m 644 ./jmorecfg.h /usr/include/jmorecfg.h
/bin/install -c -m 644 ./jerror.h /usr/include/jerror.h
./libtool --mode=install /bin/install -c libjpeg.la
/usr/lib/libjpeg.la
/bin/install -c .libs/libjpeg.so.62.0.0
/usr/lib/libjpeg.so.62.0.0
rm -f /usr/lib/libjpeg.so.62 /usr/lib/libjpeg.so
(cd /usr/lib && ln -s libjpeg.so.62.0.0 libjpeg.so.62)
(cd /usr/lib && ln -s libjpeg.so.62.0.0 libjpeg.so)
/bin/install -c libjpeg.la /usr/lib/libjpeg.la
/bin/install -c .libs/libjpeg.a /usr/lib/libjpeg.a
ranlib /usr/lib/libjpeg.a
chmod 644 /usr/lib/libjpeg.a
PATH=""/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/X1
1R6/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/bin:/
usr/bin:/sbin:/usr/sbin:/sbin"" ldconfig -n /usr/lib
-----------------------------------------------------------
-------------------
Libraries have been installed in:
/usr/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 /bin/install -c cjpeg
/usr/bin/cjpeg
/bin/install -c .libs/cjpeg /usr/bin/cjpeg
./libtool --mode=install /bin/install -c djpeg
/usr/bin/djpeg
/bin/install -c .libs/djpeg /usr/bin/djpeg
./libtool --mode=install /bin/install -c jpegtran
/usr/bin/jpegtran
/bin/install -c .libs/jpegtran /usr/bin/jpegtran
./libtool --mode=install /bin/install -c rdjpgcom
/usr/bin/rdjpgcom
/bin/install -c rdjpgcom /usr/bin/rdjpgcom
./libtool --mode=install /bin/install -c wrjpgcom
/usr/bin/wrjpgcom
/bin/install -c wrjpgcom /usr/bin/wrjpgcom
/bin/install -c -m 644 ./cjpeg.1 /usr/man/man1/cjpeg.1
/bin/install -c -m 644 ./djpeg.1 /usr/man/man1/djpeg.1
/bin/install -c -m 644 ./jpegtran.1
/usr/man/man1/jpegtran.1
/bin/install -c -m 644 ./rdjpgcom.1
/usr/man/man1/rdjpgcom.1
/bin/install -c -m 644 ./wrjpgcom.1
/usr/man/man1/wrjpgcom.1
|