Results 1 to 1 of 1
Hey all.
I'm using Mandriva 2008.1 Kernel 2.6.24.4-desktop and trying to install gimp 2.6 from source (noone has made an rpm for this distro yet).
when I did ./configure to ...
- 10-03-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 35
can't install gimp 2.6
Hey all.
I'm using Mandriva 2008.1 Kernel 2.6.24.4-desktop and trying to install gimp 2.6 from source (noone has made an rpm for this distro yet).
when I did ./configure to gimp it said I should install gegl. I did ./configure to the source of the required gegl (noone made an rpm of that either) and it told me I needed babl version 0.0.22 (version 0.0.14 is the latest available in all mandriva repos).
here's what I get:
BABL
./configure
makeCode:[root@localhost babl-0.0.22]# ./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 file name... 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E 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 whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no 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 whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether to enable maintainer-specific portions of Makefiles... no checking for ANSI C header files... (cached) yes checking whether build environment is sane... yes checking whether gcc understands -Wdeclaration-after-statement... yes checking whether gcc understands -Wmissing-prototypes... yes checking whether gcc understands -Wmissing-declarations... yes checking whether gcc understands -Winit-self... yes checking whether gcc understands -Wpointer-arith... yes checking whether gcc understands -Wold-style-definition... yes checking for inkscape... /usr/bin/inkscape checking for w3m... no checking for target architecture... i686-pc-linux-gnu checking for some Win32 platform... checking for some Win32 platform... no checking for native Win32... no checking whether gcc understands -mmmx... yes checking whether we can compile MMX code... yes checking whether gcc understands -msse... yes checking whether we can compile SSE code... yes checking for library containing dlopen... -ldl checking for library containing rint... -lm checking for gettimeofday... yes checking for rint... yes configure: creating ./config.status config.status: creating Makefile config.status: creating babl.pc config.status: creating babl/Makefile config.status: creating babl/babl-version.h config.status: creating babl/base/Makefile config.status: creating docs/Makefile config.status: creating docs/index-static.html config.status: creating docs/graphics/Makefile config.status: creating tests/Makefile config.status: creating extensions/Makefile config.status: creating INSTALL config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands
make installCode:[root@localhost babl-0.0.22]# make make all-recursive make[1]: Entering directory `/home/paprika27/babl-0.0.22' Making all in babl make[2]: Entering directory `/home/paprika27/babl-0.0.22/babl' Making all in base make[3]: Entering directory `/home/paprika27/babl-0.0.22/babl/base' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT formats.lo -MD -MP -MF ".deps/formats.Tpo" -c -o formats.lo formats.c; \ then mv -f ".deps/formats.Tpo" ".deps/formats.Plo"; else rm -f ".deps/formats.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT formats.lo -MD -MP -MF .deps/formats.Tpo -c formats.c -fPIC -DPIC -o .libs/formats.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-float.lo -MD -MP -MF ".deps/type-float.Tpo" -c -o type-float.lo type-float.c; \ then mv -f ".deps/type-float.Tpo" ".deps/type-float.Plo"; else rm -f ".deps/type-float.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-float.lo -MD -MP -MF .deps/type-float.Tpo -c type-float.c -fPIC -DPIC -o .libs/type-float.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u8.lo -MD -MP -MF ".deps/type-u8.Tpo" -c -o type-u8.lo type-u8.c; \ then mv -f ".deps/type-u8.Tpo" ".deps/type-u8.Plo"; else rm -f ".deps/type-u8.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u8.lo -MD -MP -MF .deps/type-u8.Tpo -c type-u8.c -fPIC -DPIC -o .libs/type-u8.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u16.lo -MD -MP -MF ".deps/type-u16.Tpo" -c -o type-u16.lo type-u16.c; \ then mv -f ".deps/type-u16.Tpo" ".deps/type-u16.Plo"; else rm -f ".deps/type-u16.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u16.lo -MD -MP -MF .deps/type-u16.Tpo -c type-u16.c -fPIC -DPIC -o .libs/type-u16.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u32.lo -MD -MP -MF ".deps/type-u32.Tpo" -c -o type-u32.lo type-u32.c; \ then mv -f ".deps/type-u32.Tpo" ".deps/type-u32.Plo"; else rm -f ".deps/type-u32.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u32.lo -MD -MP -MF .deps/type-u32.Tpo -c type-u32.c -fPIC -DPIC -o .libs/type-u32.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT model-rgb.lo -MD -MP -MF ".deps/model-rgb.Tpo" -c -o model-rgb.lo model-rgb.c; \ then mv -f ".deps/model-rgb.Tpo" ".deps/model-rgb.Plo"; else rm -f ".deps/model-rgb.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT model-rgb.lo -MD -MP -MF .deps/model-rgb.Tpo -c model-rgb.c -fPIC -DPIC -o .libs/model-rgb.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT model-gray.lo -MD -MP -MF ".deps/model-gray.Tpo" -c -o model-gray.lo model-gray.c; \ then mv -f ".deps/model-gray.Tpo" ".deps/model-gray.Plo"; else rm -f ".deps/model-gray.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT model-gray.lo -MD -MP -MF .deps/model-gray.Tpo -c model-gray.c -fPIC -DPIC -o .libs/model-gray.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT model-ycbcr.lo -MD -MP -MF ".deps/model-ycbcr.Tpo" -c -o model-ycbcr.lo model-ycbcr.c; \ then mv -f ".deps/model-ycbcr.Tpo" ".deps/model-ycbcr.Plo"; else rm -f ".deps/model-ycbcr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT model-ycbcr.lo -MD -MP -MF .deps/model-ycbcr.Tpo -c model-ycbcr.c -fPIC -DPIC -o .libs/model-ycbcr.o /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o libbase.la babl-base.lo formats.lo type-float.lo type-u8.lo type-u16.lo type-u32.lo model-rgb.lo model-gray.lo model-ycbcr.lo -lm -ldl rm -fr .libs/libbase.a .libs/libbase.la ar cru .libs/libbase.a .libs/babl-base.o .libs/formats.o .libs/type-float.o .libs/type-u8.o .libs/type-u16.o .libs/type-u32.o .libs/model-rgb.o .libs/model-gray.o .libs/model-ycbcr.o ranlib .libs/libbase.a creating libbase.la (cd .libs && rm -f libbase.la && ln -s ../libbase.la libbase.la) make[3]: Leaving directory `/home/paprika27/babl-0.0.22/babl/base' make[3]: Entering directory `/home/paprika27/babl-0.0.22/babl' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl.lo -MD -MP -MF ".deps/babl.Tpo" -c -o babl.lo babl.c; \ then mv -f ".deps/babl.Tpo" ".deps/babl.Plo"; else rm -f ".deps/babl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl.lo -MD -MP -MF .deps/babl.Tpo -c babl.c -fPIC -DPIC -o .libs/babl.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-core.lo -MD -MP -MF ".deps/babl-core.Tpo" -c -o babl-core.lo babl-core.c; \ then mv -f ".deps/babl-core.Tpo" ".deps/babl-core.Plo"; else rm -f ".deps/babl-core.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-core.lo -MD -MP -MF .deps/babl-core.Tpo -c babl-core.c -fPIC -DPIC -o .libs/babl-core.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-db.lo -MD -MP -MF ".deps/babl-db.Tpo" -c -o babl-db.lo babl-db.c; \ then mv -f ".deps/babl-db.Tpo" ".deps/babl-db.Plo"; else rm -f ".deps/babl-db.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-db.lo -MD -MP -MF .deps/babl-db.Tpo -c babl-db.c -fPIC -DPIC -o .libs/babl-db.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-component.lo -MD -MP -MF ".deps/babl-component.Tpo" -c -o babl-component.lo babl-component.c; \ then mv -f ".deps/babl-component.Tpo" ".deps/babl-component.Plo"; else rm -f ".deps/babl-component.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-component.lo -MD -MP -MF .deps/babl-component.Tpo -c babl-component.c -fPIC -DPIC -o .libs/babl-component.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-conversion.lo -MD -MP -MF ".deps/babl-conversion.Tpo" -c -o babl-conversion.lo babl-conversion.c; \ then mv -f ".deps/babl-conversion.Tpo" ".deps/babl-conversion.Plo"; else rm -f ".deps/babl-conversion.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-conversion.lo -MD -MP -MF .deps/babl-conversion.Tpo -c babl-conversion.c -fPIC -DPIC -o .libs/babl-conversion.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-extension.lo -MD -MP -MF ".deps/babl-extension.Tpo" -c -o babl-extension.lo babl-extension.c; \ then mv -f ".deps/babl-extension.Tpo" ".deps/babl-extension.Plo"; else rm -f ".deps/babl-extension.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-extension.lo -MD -MP -MF .deps/babl-extension.Tpo -c babl-extension.c -fPIC -DPIC -o .libs/babl-extension.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish.lo -MD -MP -MF ".deps/babl-fish.Tpo" -c -o babl-fish.lo babl-fish.c; \ then mv -f ".deps/babl-fish.Tpo" ".deps/babl-fish.Plo"; else rm -f ".deps/babl-fish.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish.lo -MD -MP -MF .deps/babl-fish.Tpo -c babl-fish.c -fPIC -DPIC -o .libs/babl-fish.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish-simple.lo -MD -MP -MF ".deps/babl-fish-simple.Tpo" -c -o babl-fish-simple.lo babl-fish-simple.c; \ then mv -f ".deps/babl-fish-simple.Tpo" ".deps/babl-fish-simple.Plo"; else rm -f ".deps/babl-fish-simple.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish-simple.lo -MD -MP -MF .deps/babl-fish-simple.Tpo -c babl-fish-simple.c -fPIC -DPIC -o .libs/babl-fish-simple.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish-stats.lo -MD -MP -MF ".deps/babl-fish-stats.Tpo" -c -o babl-fish-stats.lo babl-fish-stats.c; \ then mv -f ".deps/babl-fish-stats.Tpo" ".deps/babl-fish-stats.Plo"; else rm -f ".deps/babl-fish-stats.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish-stats.lo -MD -MP -MF .deps/babl-fish-stats.Tpo -c babl-fish-stats.c -fPIC -DPIC -o .libs/babl-fish-stats.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish-reference.lo -MD -MP -MF ".deps/babl-fish-reference.Tpo" -c -o babl-fish-reference.lo babl-fish-reference.c; \ then mv -f ".deps/babl-fish-reference.Tpo" ".deps/babl-fish-reference.Plo"; else rm -f ".deps/babl-fish-reference.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish-reference.lo -MD -MP -MF .deps/babl-fish-reference.Tpo -c babl-fish-reference.c -fPIC -DPIC -o .libs/babl-fish-reference.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish-path.lo -MD -MP -MF ".deps/babl-fish-path.Tpo" -c -o babl-fish-path.lo babl-fish-path.c; \ then mv -f ".deps/babl-fish-path.Tpo" ".deps/babl-fish-path.Plo"; else rm -f ".deps/babl-fish-path.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-fish-path.lo -MD -MP -MF .deps/babl-fish-path.Tpo -c babl-fish-path.c -fPIC -DPIC -o .libs/babl-fish-path.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-format.lo -MD -MP -MF ".deps/babl-format.Tpo" -c -o babl-format.lo babl-format.c; \ then mv -f ".deps/babl-format.Tpo" ".deps/babl-format.Plo"; else rm -f ".deps/babl-format.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-format.lo -MD -MP -MF .deps/babl-format.Tpo -c babl-format.c -fPIC -DPIC -o .libs/babl-format.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-image.lo -MD -MP -MF ".deps/babl-image.Tpo" -c -o babl-image.lo babl-image.c; \ then mv -f ".deps/babl-image.Tpo" ".deps/babl-image.Plo"; else rm -f ".deps/babl-image.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-image.lo -MD -MP -MF .deps/babl-image.Tpo -c babl-image.c -fPIC -DPIC -o .libs/babl-image.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-internal.lo -MD -MP -MF ".deps/babl-internal.Tpo" -c -o babl-internal.lo babl-internal.c; \ then mv -f ".deps/babl-internal.Tpo" ".deps/babl-internal.Plo"; else rm -f ".deps/babl-internal.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-internal.lo -MD -MP -MF .deps/babl-internal.Tpo -c babl-internal.c -fPIC -DPIC -o .libs/babl-internal.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-introspect.lo -MD -MP -MF ".deps/babl-introspect.Tpo" -c -o babl-introspect.lo babl-introspect.c; \ then mv -f ".deps/babl-introspect.Tpo" ".deps/babl-introspect.Plo"; else rm -f ".deps/babl-introspect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-introspect.lo -MD -MP -MF .deps/babl-introspect.Tpo -c babl-introspect.c -fPIC -DPIC -o .libs/babl-introspect.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-memory.lo -MD -MP -MF ".deps/babl-memory.Tpo" -c -o babl-memory.lo babl-memory.c; \ then mv -f ".deps/babl-memory.Tpo" ".deps/babl-memory.Plo"; else rm -f ".deps/babl-memory.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-memory.lo -MD -MP -MF .deps/babl-memory.Tpo -c babl-memory.c -fPIC -DPIC -o .libs/babl-memory.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-model.lo -MD -MP -MF ".deps/babl-model.Tpo" -c -o babl-model.lo babl-model.c; \ then mv -f ".deps/babl-model.Tpo" ".deps/babl-model.Plo"; else rm -f ".deps/babl-model.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-model.lo -MD -MP -MF .deps/babl-model.Tpo -c babl-model.c -fPIC -DPIC -o .libs/babl-model.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-sampling.lo -MD -MP -MF ".deps/babl-sampling.Tpo" -c -o babl-sampling.lo babl-sampling.c; \ then mv -f ".deps/babl-sampling.Tpo" ".deps/babl-sampling.Plo"; else rm -f ".deps/babl-sampling.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-sampling.lo -MD -MP -MF .deps/babl-sampling.Tpo -c babl-sampling.c -fPIC -DPIC -o .libs/babl-sampling.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-sanity.lo -MD -MP -MF ".deps/babl-sanity.Tpo" -c -o babl-sanity.lo babl-sanity.c; \ then mv -f ".deps/babl-sanity.Tpo" ".deps/babl-sanity.Plo"; else rm -f ".deps/babl-sanity.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-sanity.lo -MD -MP -MF .deps/babl-sanity.Tpo -c babl-sanity.c -fPIC -DPIC -o .libs/babl-sanity.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-type.lo -MD -MP -MF ".deps/babl-type.Tpo" -c -o babl-type.lo babl-type.c; \ then mv -f ".deps/babl-type.Tpo" ".deps/babl-type.Plo"; else rm -f ".deps/babl-type.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-type.lo -MD -MP -MF .deps/babl-type.Tpo -c babl-type.c -fPIC -DPIC -o .libs/babl-type.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-util.lo -MD -MP -MF ".deps/babl-util.Tpo" -c -o babl-util.lo babl-util.c; \ then mv -f ".deps/babl-util.Tpo" ".deps/babl-util.Plo"; else rm -f ".deps/babl-util.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-util.lo -MD -MP -MF .deps/babl-util.Tpo -c babl-util.c -fPIC -DPIC -o .libs/babl-util.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-list.lo -MD -MP -MF ".deps/babl-list.Tpo" -c -o babl-list.lo babl-list.c; \ then mv -f ".deps/babl-list.Tpo" ".deps/babl-list.Plo"; else rm -f ".deps/babl-list.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-list.lo -MD -MP -MF .deps/babl-list.Tpo -c babl-list.c -fPIC -DPIC -o .libs/babl-list.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-hash-table.lo -MD -MP -MF ".deps/babl-hash-table.Tpo" -c -o babl-hash-table.lo babl-hash-table.c; \ then mv -f ".deps/babl-hash-table.Tpo" ".deps/babl-hash-table.Plo"; else rm -f ".deps/babl-hash-table.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-hash-table.lo -MD -MP -MF .deps/babl-hash-table.Tpo -c babl-hash-table.c -fPIC -DPIC -o .libs/babl-hash-table.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\""/usr/local/lib"\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-version.lo -MD -MP -MF ".deps/babl-version.Tpo" -c -o babl-version.lo babl-version.c; \ then mv -f ".deps/babl-version.Tpo" ".deps/babl-version.Plo"; else rm -f ".deps/babl-version.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/usr/local/lib\" -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-version.lo -MD -MP -MF .deps/babl-version.Tpo -c babl-version.c -fPIC -DPIC -o .libs/babl-version.o /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o libbabl-0.0.la -rpath /usr/local/lib -lm -version-info 22:0:22 babl.lo babl-core.lo babl-db.lo babl-component.lo babl-conversion.lo babl-extension.lo babl-fish.lo babl-fish-simple.lo babl-fish-stats.lo babl-fish-reference.lo babl-fish-path.lo babl-format.lo babl-image.lo babl-internal.lo babl-introspect.lo babl-memory.lo babl-model.lo babl-sampling.lo babl-sanity.lo babl-type.lo babl-util.lo babl-list.lo babl-hash-table.lo babl-cpuaccel.lo babl-version.lo base/libbase.la -lm -ldl rm -fr .libs/libbabl-0.0.la .libs/libbabl-0.0.lai .libs/libbabl-0.0.so .libs/libbabl-0.0.so.0 .libs/libbabl-0.0.so.0.22.0 gcc -shared .libs/babl.o .libs/babl-core.o .libs/babl-db.o .libs/babl-component.o .libs/babl-conversion.o .libs/babl-extension.o .libs/babl-fish.o .libs/babl-fish-simple.o .libs/babl-fish-stats.o .libs/babl-fish-reference.o .libs/babl-fish-path.o .libs/babl-format.o .libs/babl-image.o .libs/babl-internal.o .libs/babl-introspect.o .libs/babl-memory.o .libs/babl-model.o .libs/babl-sampling.o .libs/babl-sanity.o .libs/babl-type.o .libs/babl-util.o .libs/babl-list.o .libs/babl-hash-table.o .libs/babl-cpuaccel.o .libs/babl-version.o -Wl,--whole-archive base/.libs/libbase.a -Wl,--no-whole-archive -lm -ldl -Wl,-soname -Wl,libbabl-0.0.so.0 -o .libs/libbabl-0.0.so.0.22.0 (cd .libs && rm -f libbabl-0.0.so.0 && ln -s libbabl-0.0.so.0.22.0 libbabl-0.0.so.0) (cd .libs && rm -f libbabl-0.0.so && ln -s libbabl-0.0.so.0.22.0 libbabl-0.0.so) creating libbabl-0.0.la (cd .libs && rm -f libbabl-0.0.la && ln -s ../libbabl-0.0.la libbabl-0.0.la) make[3]: Leaving directory `/home/paprika27/babl-0.0.22/babl' make[2]: Leaving directory `/home/paprika27/babl-0.0.22/babl' Making all in extensions make[2]: Entering directory `/home/paprika27/babl-0.0.22/extensions' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Leaving directory `/home/paprika27/babl-0.0.22/extensions' Making all in tests make[2]: Entering directory `/home/paprika27/babl-0.0.22/tests' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT introspect.o -MD -MP -MF ".deps/introspect.Tpo" -c -o introspect.o introspect.c; \ then mv -f ".deps/introspect.Tpo" ".deps/introspect.Po"; else rm -f ".deps/introspect.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o introspect introspect.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/introspect introspect.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating introspect if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl_fish_path_fitness.o -MD -MP -MF ".deps/babl_fish_path_fitness.Tpo" -c -o babl_fish_path_fitness.o babl_fish_path_fitness.c; \ then mv -f ".deps/babl_fish_path_fitness.Tpo" ".deps/babl_fish_path_fitness.Po"; else rm -f ".deps/babl_fish_path_fitness.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o babl_fish_path_fitness babl_fish_path_fitness.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/babl_fish_path_fitness babl_fish_path_fitness.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating babl_fish_path_fitness if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl_fish_path_dhtml.o -MD -MP -MF ".deps/babl_fish_path_dhtml.Tpo" -c -o babl_fish_path_dhtml.o babl_fish_path_dhtml.c; \ then mv -f ".deps/babl_fish_path_dhtml.Tpo" ".deps/babl_fish_path_dhtml.Po"; else rm -f ".deps/babl_fish_path_dhtml.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o babl_fish_path_dhtml babl_fish_path_dhtml.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/babl_fish_path_dhtml babl_fish_path_dhtml.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating babl_fish_path_dhtml if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-html-dump.o -MD -MP -MF ".deps/babl-html-dump.Tpo" -c -o babl-html-dump.o babl-html-dump.c; \ then mv -f ".deps/babl-html-dump.Tpo" ".deps/babl-html-dump.Po"; else rm -f ".deps/babl-html-dump.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o babl_html_dump babl-html-dump.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/babl_html_dump babl-html-dump.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating babl_html_dump if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT conversions.o -MD -MP -MF ".deps/conversions.Tpo" -c -o conversions.o conversions.c; \ then mv -f ".deps/conversions.Tpo" ".deps/conversions.Po"; else rm -f ".deps/conversions.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o conversions conversions.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/conversions conversions.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating conversions if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT formats.o -MD -MP -MF ".deps/formats.Tpo" -c -o formats.o formats.c; \ then mv -f ".deps/formats.Tpo" ".deps/formats.Po"; else rm -f ".deps/formats.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o formats formats.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/formats formats.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating formats if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT nop.o -MD -MP -MF ".deps/nop.Tpo" -c -o nop.o nop.c; \ then mv -f ".deps/nop.Tpo" ".deps/nop.Po"; else rm -f ".deps/nop.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o nop nop.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/nop nop.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating nop if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT grayscale_to_rgb.o -MD -MP -MF ".deps/grayscale_to_rgb.Tpo" -c -o grayscale_to_rgb.o grayscale_to_rgb.c; \ then mv -f ".deps/grayscale_to_rgb.Tpo" ".deps/grayscale_to_rgb.Po"; else rm -f ".deps/grayscale_to_rgb.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o grayscale_to_rgb grayscale_to_rgb.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/grayscale_to_rgb grayscale_to_rgb.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating grayscale_to_rgb if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT rgb_to_bgr.o -MD -MP -MF ".deps/rgb_to_bgr.Tpo" -c -o rgb_to_bgr.o rgb_to_bgr.c; \ then mv -f ".deps/rgb_to_bgr.Tpo" ".deps/rgb_to_bgr.Po"; else rm -f ".deps/rgb_to_bgr.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o rgb_to_bgr rgb_to_bgr.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/rgb_to_bgr rgb_to_bgr.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating rgb_to_bgr if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT rgb_to_ycbcr.o -MD -MP -MF ".deps/rgb_to_ycbcr.Tpo" -c -o rgb_to_ycbcr.o rgb_to_ycbcr.c; \ then mv -f ".deps/rgb_to_ycbcr.Tpo" ".deps/rgb_to_ycbcr.Po"; else rm -f ".deps/rgb_to_ycbcr.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o rgb_to_ycbcr rgb_to_ycbcr.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/rgb_to_ycbcr rgb_to_ycbcr.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating rgb_to_ycbcr if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT srgb_to_lab_u8.o -MD -MP -MF ".deps/srgb_to_lab_u8.Tpo" -c -o srgb_to_lab_u8.o srgb_to_lab_u8.c; \ then mv -f ".deps/srgb_to_lab_u8.Tpo" ".deps/srgb_to_lab_u8.Po"; else rm -f ".deps/srgb_to_lab_u8.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o srgb_to_lab_u8 srgb_to_lab_u8.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/srgb_to_lab_u8 srgb_to_lab_u8.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating srgb_to_lab_u8 if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT sanity.o -MD -MP -MF ".deps/sanity.Tpo" -c -o sanity.o sanity.c; \ then mv -f ".deps/sanity.Tpo" ".deps/sanity.Po"; else rm -f ".deps/sanity.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o sanity sanity.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/sanity sanity.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating sanity if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl_class_name.o -MD -MP -MF ".deps/babl_class_name.Tpo" -c -o babl_class_name.o babl_class_name.c; \ then mv -f ".deps/babl_class_name.Tpo" ".deps/babl_class_name.Po"; else rm -f ".deps/babl_class_name.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o babl_class_name babl_class_name.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/babl_class_name babl_class_name.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating babl_class_name if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT types.o -MD -MP -MF ".deps/types.Tpo" -c -o types.o types.c; \ then mv -f ".deps/types.Tpo" ".deps/types.Po"; else rm -f ".deps/types.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o types types.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/types types.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating types if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../babl -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT models.o -MD -MP -MF ".deps/models.Tpo" -c -o models.o models.c; \ then mv -f ".deps/models.Tpo" ".deps/models.Po"; else rm -f ".deps/models.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o models models.o ../babl/libbabl-0.0.la -lm -lm -ldl gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/models models.o ../babl/.libs/libbabl-0.0.so -lm -ldl -Wl,--rpath -Wl,/usr/local/lib creating models make[2]: Leaving directory `/home/paprika27/babl-0.0.22/tests' Making all in docs make[2]: Entering directory `/home/paprika27/babl-0.0.22/docs' Making all in graphics UTF8: BablFishPath.txt [OK] HTML: index.htmlwhich: no tempfile in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin) .which: no tempfile in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin) which: no tempfile in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin) which: no tempfile in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin) which: no tempfile in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin) [OK] HTML: BablFishPath.html [OK] make[2]: Leaving directory `/home/paprika27/babl-0.0.22/docs' make[2]: Entering directory `/home/paprika27/babl-0.0.22' make[2]: Leaving directory `/home/paprika27/babl-0.0.22' make[1]: Leaving directory `/home/paprika27/babl-0.0.22'
after my understanding I didn't have any problems and babl should be installed now.Code:[root@localhost babl-0.0.22]# make install Making install in babl make[1]: Entering directory `/home/paprika27/babl-0.0.22/babl' Making install in base make[2]: Entering directory `/home/paprika27/babl-0.0.22/babl/base' make[3]: Entering directory `/home/paprika27/babl-0.0.22/babl/base' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/paprika27/babl-0.0.22/babl/base' make[2]: Leaving directory `/home/paprika27/babl-0.0.22/babl/base' make[2]: Entering directory `/home/paprika27/babl-0.0.22/babl' make[3]: Entering directory `/home/paprika27/babl-0.0.22/babl' test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libbabl-0.0.la' '/usr/local/lib/libbabl-0.0.la' /usr/bin/install -c .libs/libbabl-0.0.so.0.22.0 /usr/local/lib/libbabl-0.0.so.0.22.0 (cd /usr/local/lib && { ln -s -f libbabl-0.0.so.0.22.0 libbabl-0.0.so.0 || { rm -f libbabl-0.0.so.0 && ln -s libbabl-0.0.so.0.22.0 libbabl-0.0.so.0; }; }) (cd /usr/local/lib && { ln -s -f libbabl-0.0.so.0.22.0 libbabl-0.0.so || { rm -f libbabl-0.0.so && ln -s libbabl-0.0.so.0.22.0 libbabl-0.0.so; }; }) /usr/bin/install -c .libs/libbabl-0.0.lai /usr/local/lib/libbabl-0.0.la 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. ---------------------------------------------------------------------- test -z "/usr/local/include/babl-0.0/babl" || mkdir -p -- "/usr/local/include/babl-0.0/babl" /usr/bin/install -c -m 644 'babl.h' '/usr/local/include/babl-0.0/babl/babl.h' /usr/bin/install -c -m 644 'babl-component.h' '/usr/local/include/babl-0.0/babl/babl-component.h' /usr/bin/install -c -m 644 'babl-conversion.h' '/usr/local/include/babl-0.0/babl/babl-conversion.h' /usr/bin/install -c -m 644 'babl-extension.h' '/usr/local/include/babl-0.0/babl/babl-extension.h' /usr/bin/install -c -m 644 'babl-fish.h' '/usr/local/include/babl-0.0/babl/babl-fish.h' /usr/bin/install -c -m 644 'babl-format.h' '/usr/local/include/babl-0.0/babl/babl-format.h' /usr/bin/install -c -m 644 'babl-image.h' '/usr/local/include/babl-0.0/babl/babl-image.h' /usr/bin/install -c -m 644 'babl-model.h' '/usr/local/include/babl-0.0/babl/babl-model.h' /usr/bin/install -c -m 644 'babl-sampling.h' '/usr/local/include/babl-0.0/babl/babl-sampling.h' /usr/bin/install -c -m 644 'babl-type.h' '/usr/local/include/babl-0.0/babl/babl-type.h' /usr/bin/install -c -m 644 'babl-version.h' '/usr/local/include/babl-0.0/babl/babl-version.h' make[3]: Leaving directory `/home/paprika27/babl-0.0.22/babl' make[2]: Leaving directory `/home/paprika27/babl-0.0.22/babl' make[1]: Leaving directory `/home/paprika27/babl-0.0.22/babl' Making install in extensions make[1]: Entering directory `/home/paprika27/babl-0.0.22/extensions' make[2]: Entering directory `/home/paprika27/babl-0.0.22/extensions' /usr/bin/install -c -d /usr/local/lib/babl-0.0 /usr/bin/install -c CIE-Lab.so gegl-fixups.so gggl.so gggl-lies.so gimp-8bit.so naive-CMYK.so sse-fixups.so /usr/local/lib/babl-0.0 make[2]: Für das Ziel »install-data-am« ist nichts zu tun. make[2]: Leaving directory `/home/paprika27/babl-0.0.22/extensions' make[1]: Leaving directory `/home/paprika27/babl-0.0.22/extensions' Making install in tests make[1]: Entering directory `/home/paprika27/babl-0.0.22/tests' make[2]: Entering directory `/home/paprika27/babl-0.0.22/tests' make[2]: Für das Ziel »install-exec-am« ist nichts zu tun. make[2]: Für das Ziel »install-data-am« ist nichts zu tun. make[2]: Leaving directory `/home/paprika27/babl-0.0.22/tests' make[1]: Leaving directory `/home/paprika27/babl-0.0.22/tests' Making install in docs make[1]: Entering directory `/home/paprika27/babl-0.0.22/docs' Making install in graphics make[2]: Entering directory `/home/paprika27/babl-0.0.22/docs/graphics' make[2]: Leaving directory `/home/paprika27/babl-0.0.22/docs/graphics' make[2]: Entering directory `/home/paprika27/babl-0.0.22/docs' make[2]: Leaving directory `/home/paprika27/babl-0.0.22/docs' make[1]: Leaving directory `/home/paprika27/babl-0.0.22/docs' make[1]: Entering directory `/home/paprika27/babl-0.0.22' make[2]: Entering directory `/home/paprika27/babl-0.0.22' make[2]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/usr/local/lib/pkgconfig" /usr/bin/install -c -m 644 'babl.pc' '/usr/local/lib/pkgconfig/babl.pc' make[2]: Leaving directory `/home/paprika27/babl-0.0.22' make[1]: Leaving directory `/home/paprika27/babl-0.0.22'
but when I do gegl again:
GEGL
./configure
Didn't I just install this f---ing babl? why isn't it being found?Code:[root@localhost gegl-0.0.18]# ./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 file name... 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E 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 whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no 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 whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether to enable maintainer-specific portions of Makefiles... no checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether to turn on debugging... no checking whether to turn on profiling... no checking whether gcc understands -Wdeclaration-after-statement... yes checking whether gcc understands -Wmissing-prototypes... yes checking whether gcc understands -Wmissing-declarations... yes checking whether gcc understands -Winit-self... yes checking whether gcc understands -Wpointer-arith... yes checking whether gcc understands -Wold-style-definition... yes checking for aclocal flags... checking for target architecture... i686-pc-linux-gnu checking for some Win32 platform... checking for some Win32 platform... no checking for native Win32... no checking whether gcc understands -mmmx... yes checking whether we can compile MMX code... yes checking whether gcc understands -msse... yes checking whether we can compile SSE code... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for BABL... configure: error: Package requirements (babl >= 0.0.22) were not met: No package 'babl' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables BABL_CFLAGS and BABL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
any help appreciated.
Thank y'all
:P


Reply With Quote
