Mon Sep 14 11:14:37 AM EDT 2009 # quilt exits with 2 as return when there was nothing to do. # That's not an error here (but it's useful to break loops in crude scripts) QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2 touch debian/stamp-patched dh_testdir # Update the config scripts for i in config/config.guess lib/gd/config/config.guess libltdl/config.guess config/config.sub lib/gd/config/config.sub libltdl/config.sub; do \ cp /usr/share/misc/`basename $i` $i ; \ done # Configure the package ./configure --build=i486-linux-gnu --host=i486-linux-gnu \ --prefix=/usr \ --datadir=\${prefix}/share \ --infodir=\${prefix}/share/info \ --mandir=\${prefix}/share/man \ --disable-static \ --with-pangocairo \ --with-x \ --with-gdk-pixbuf \ --without-ghostscript \ --without-gtk \ --without-gtkgl \ --without-gtkglext \ --without-glade \ --with-ipsepcola \ --with-lasi \ --with-rsvg \ --with-devil \ --with-gts \ --without-ortho \ --with-sfdp \ --without-smyrna \ --disable-sharp \ --enable-guile \ --disable-java \ --disable-io \ --enable-lua \ --enable-ocaml \ --enable-php \ --enable-python \ --disable-python23 \ --disable-python24 \ --disable-python25 \ --enable-python26 \ --disable-r \ --enable-ruby \ --enable-tcl \ LDFLAGS="-Wl,--as-needed" checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for i486-linux-gnu-gcc... i486-linux-gnu-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 i486-linux-gnu-gcc accepts -g... yes checking for i486-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of i486-linux-gnu-gcc... gcc3 checking for library containing strerror... none required checking for flex... no checking for lex... no checking for bison... bison -y checking for gawk... (cached) mawk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for sed... sed checking for grep... grep checking for sort... sort checking for groff... groff checking for ps2pdf... ps2pdf checking for pstopdf... (cached) ps2pdf checking for i486-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for tclsh8.6... no checking for tclsh8.5... /usr/bin/tclsh8.5 checking whether i486-linux-gnu-gcc and cc understand -c and -o together... yes checking for i486-linux-gnu-g++... i486-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i486-linux-gnu-g++ accepts -g... yes checking dependency style of i486-linux-gnu-g++... gcc3 checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc checking whether we are using the GNU Objective C compiler... no checking whether i486-linux-gnu-gcc accepts -g... no checking dependency style of i486-linux-gnu-gcc... gcc3 checking for windres... no checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... i486-linux-gnu-gcc -E checking for grep that handles long lines and -e... grep 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 for mode_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdint.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for sys/types.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking fpu_control.h usability... yes checking fpu_control.h presence... yes checking for fpu_control.h... yes checking sys/fpu.h usability... no checking sys/fpu.h presence... no checking for sys/fpu.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for socklen_t... yes checking for bool... yes checking for struct dioattr... no checking for main in -lm... yes checking for feenableexcept... yes checking for fesetenv... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for basename in -lgen... no checking for working alloca.h... yes checking for alloca... yes checking for lrand48... yes checking for drand48... yes checking for srand48... yes checking for setmode... no checking for setenv... yes checking for getenv... yes checking for __freadable... yes checking for _sysconf... no checking for getrusage... yes checking for strerror... yes checking for cbrt... no checking for lsqrt... no checking for vsnprintf... yes checking for strtoul... yes checking for strtoll... yes checking for strtoull... yes checking for uname... yes checking for memset... yes checking for nl_langinfo... yes checking for pow... no checking for sqrt... no checking for strchr... yes checking for strdup... yes checking for strerror... (cached) yes checking for strstr... yes checking for _NSGetEnviron... no checking for strcasecmp... yes checking for strncasecmp... yes checking for a sed that does not truncate output... /bin/sed checking for ld used by i486-linux-gnu-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 how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... i486-linux-gnu-g++ -E checking for i486-linux-gnu-g77... no checking for i486-linux-gnu-xlf... no checking for i486-linux-gnu-f77... no checking for i486-linux-gnu-frt... no checking for i486-linux-gnu-pgf77... no checking for i486-linux-gnu-cf77... no checking for i486-linux-gnu-fort77... no checking for i486-linux-gnu-fl32... no checking for i486-linux-gnu-af77... no checking for i486-linux-gnu-xlf90... no checking for i486-linux-gnu-f90... no checking for i486-linux-gnu-pgf90... no checking for i486-linux-gnu-pghpf... no checking for i486-linux-gnu-epcf90... no checking for i486-linux-gnu-gfortran... no checking for i486-linux-gnu-g95... no checking for i486-linux-gnu-xlf95... no checking for i486-linux-gnu-f95... no checking for i486-linux-gnu-fort... no checking for i486-linux-gnu-ifort... no checking for i486-linux-gnu-ifc... no checking for i486-linux-gnu-efc... no checking for i486-linux-gnu-pgf95... no checking for i486-linux-gnu-lf95... no checking for i486-linux-gnu-ftn... no 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... 805306365 checking command to parse /usr/bin/nm -B output from i486-linux-gnu-gcc object... ok checking for objdir... .libs checking for i486-linux-gnu-ar... no checking for ar... ar checking for i486-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i486-linux-gnu-strip... no checking for strip... strip checking if i486-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i486-linux-gnu-gcc option to produce PIC... -fPIC checking if i486-linux-gnu-gcc PIC flag -fPIC works... yes checking if i486-linux-gnu-gcc static flag -static works... yes checking if i486-linux-gnu-gcc supports -c -o file.o... yes checking whether the i486-linux-gnu-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... no 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 i486-linux-gnu-g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared libraries... yes checking for i486-linux-gnu-g++ option to produce PIC... -fPIC checking if i486-linux-gnu-g++ PIC flag -fPIC works... yes checking if i486-linux-gnu-g++ static flag -static works... yes checking if i486-linux-gnu-g++ supports -c -o file.o... yes checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for swig... swig checking for guile... guile checking libguile.h usability... yes checking libguile.h presence... yes checking for libguile.h... yes checking for lua... lua checking for lua... (cached) lua checking for pkg-config... pkg-config checking for Lua headers and libraries with pkg-config... checking for Lua compiling and linking... checking for ocaml... ocaml checking for ocamlopt... ocamlopt checking caml/mlvalues.h usability... yes checking caml/mlvalues.h presence... yes checking for caml/mlvalues.h... yes checking for perl... perl checking EXTERN.h usability... yes checking EXTERN.h presence... yes checking for EXTERN.h... yes checking for php... php checking php.h usability... yes checking php.h presence... yes checking for php.h... yes checking for python... python checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for python2.6... python2.6 checking for Python.h... (cached) yes checking for ruby... ruby checking ruby.h usability... yes checking ruby.h presence... yes checking for ruby.h... yes using tcl headers from -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic checking tcl.h usability... yes checking tcl.h presence... yes checking for tcl.h... yes using /usr/lib/tcl8.5/tclConfig.sh checking for wish8.6... no checking for wish8.5... /usr/bin/wish8.5 checking tk.h usability... yes checking tk.h presence... yes checking for tk.h... yes checking for tk.h... (cached) yes checking tkInt.h usability... no checking tkInt.h presence... no checking for tkInt.h... no using /usr/lib/tk8.5/tkConfig.sh checking for connect... (cached) yes checking for gethostbyname... (cached) yes checking for expat-config... no checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for main in -lexpat... yes checking IL/il.h usability... yes checking IL/il.h presence... yes checking for IL/il.h... yes checking for main in -lIL... yes checking for main in -lXpm... yes checking X11/Intrinsic.h usability... yes checking X11/Intrinsic.h presence... yes checking for X11/Intrinsic.h... yes checking for X11/Xaw/Text.h... yes checking for main in -lXaw... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for main in -lz... yes checking for deflateBound... no checking for RSVG... yes checking for PANGOCAIRO... yes checking for pango_fc_font_lock_face... no checking for pango_fc_font_unlock_face... no checking for LASI... yes checking for FREETYPE2... yes checking for FONTCONFIG... yes checking for GDK_PIXBUF... yes checking for GTS... yes checking for gdlib-config... /usr/bin/gdlib-config checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes checking for main in -lgd... yes checking GL/glut.h usability... no checking GL/glut.h presence... no checking for GL/glut.h... no checking for libpng-config... /usr/bin/libpng-config checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for main in -lpng... yes checking if have working sincos()... yes checking if FILE struct contains _cnt... no checking if FILE struct contains _r... no checking if FILE struct contains _next... no checking if FILE struct contains _IO_read_end... yes checking if errno externs are declared... yes checking if getopt externs are declared... yes checking if intptr_t is declared... yes checking if assert needs __eprintf... no configure: creating ./config.status config.status: creating Makefile config.status: creating debian/changelog config.status: creating doc/Makefile config.status: creating doc/info/Makefile config.status: creating doc/schema/Makefile config.status: creating contrib/Makefile config.status: creating contrib/prune/Makefile config.status: creating contrib/diffimg/Makefile config.status: creating contrib/xdot/Makefile config.status: creating contrib/xdot/libxdot.pc config.status: creating graphs/Makefile config.status: creating graphs/directed/Makefile config.status: creating graphs/undirected/Makefile config.status: creating lib/Makefile config.status: creating lib/cdt/Makefile config.status: creating lib/cdt/libcdt.pc config.status: creating lib/graph/Makefile config.status: creating lib/graph/libgraph.pc config.status: creating lib/cgraph/Makefile config.status: creating lib/cgraph/libcgraph.pc config.status: creating lib/gd/Makefile config.status: creating lib/rbtree/Makefile config.status: creating lib/pathplan/Makefile config.status: creating lib/pathplan/libpathplan.pc config.status: creating lib/ast/Makefile config.status: creating lib/sfio/Makefile config.status: creating lib/sfio/Sfio_f/Makefile config.status: creating lib/vmalloc/Makefile config.status: creating lib/dotgen/Makefile config.status: creating lib/neatogen/Makefile config.status: creating lib/fdpgen/Makefile config.status: creating lib/sparse/Makefile config.status: creating lib/sfdpgen/Makefile config.status: creating lib/osage/Makefile config.status: creating lib/circogen/Makefile config.status: creating lib/twopigen/Makefile config.status: creating lib/patchwork/Makefile config.status: creating lib/pack/Makefile config.status: creating lib/ortho/Makefile config.status: creating lib/expr/Makefile config.status: creating lib/expr/libexpr.pc config.status: creating lib/common/Makefile config.status: creating lib/ingraphs/Makefile config.status: creating lib/vpsc/Makefile config.status: creating lib/gvc/Makefile config.status: creating lib/gvc/libgvc.pc config.status: creating lib/xdot/Makefile config.status: creating lib/topfish/Makefile config.status: creating lib/glcomp/Makefile config.status: creating macosx/Info.plist config.status: creating macosx/build/graphviz.pmdoc/01local.xml config.status: creating macosx/build/graphviz.pmdoc/02graphviz.xml config.status: creating windows/build/graphviz.wxs config.status: creating windows/Properties/AssemblyInfo.cs config.status: creating plugin/Makefile config.status: creating plugin/core/Makefile config.status: creating plugin/devil/Makefile config.status: creating plugin/gd/Makefile config.status: creating plugin/gdk_pixbuf/Makefile config.status: creating plugin/gdiplus/Makefile config.status: creating plugin/glitz/Makefile config.status: creating plugin/gs/Makefile config.status: creating plugin/gtk/Makefile config.status: creating plugin/lasi/Makefile config.status: creating plugin/ming/Makefile config.status: creating plugin/pango/Makefile config.status: creating plugin/quartz/Makefile config.status: creating plugin/rsvg/Makefile config.status: creating plugin/visio/Makefile config.status: creating plugin/xlib/Makefile config.status: creating plugin/dot_layout/Makefile config.status: creating plugin/neato_layout/Makefile config.status: creating cmd/Makefile config.status: creating cmd/dot/Makefile config.status: creating cmd/tools/Makefile config.status: creating cmd/gvpr/Makefile config.status: creating cmd/lefty/ws/x11/libfilereq/Makefile config.status: creating cmd/lefty/ws/x11/Makefile config.status: creating cmd/lefty/ws/mswin32/Makefile config.status: creating cmd/lefty/ws/Makefile config.status: creating cmd/lefty/os/unix/Makefile config.status: creating cmd/lefty/os/mswin32/Makefile config.status: creating cmd/lefty/os/Makefile config.status: creating cmd/lefty/dot2l/Makefile config.status: creating cmd/lefty/examples/Makefile config.status: creating cmd/lefty/Makefile config.status: creating cmd/lneato/Makefile config.status: creating cmd/dotty/Makefile config.status: creating cmd/smyrna/Makefile config.status: creating tclpkg/Makefile config.status: creating tclpkg/tclstubs/Makefile config.status: creating tclpkg/tkstubs/Makefile config.status: creating tclpkg/tclhandle/Makefile config.status: creating tclpkg/gdtclft/Makefile config.status: creating tclpkg/gdtclft/demo/Makefile config.status: creating tclpkg/tcldot/Makefile config.status: creating tclpkg/tcldot/demo/Makefile config.status: creating tclpkg/tclpathplan/Makefile config.status: creating tclpkg/tclpathplan/demo/Makefile config.status: creating tclpkg/tclpathplan/demo/pathplan_data/Makefile config.status: creating tclpkg/tkspline/Makefile config.status: creating tclpkg/tkspline/demo/Makefile config.status: creating tclpkg/gv/Makefile config.status: creating tclpkg/gv/demo/Makefile config.status: creating tclpkg/gv/META.gv config.status: creating rtest/Makefile config.status: creating share/Makefile config.status: creating share/examples/Makefile config.status: creating share/gui/Makefile config.status: creating graphviz.spec config.status: creating Doxyfile config.status: creating config.h config.status: executing depfiles commands === configuring in libltdl (/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--datadir=${prefix}/share' '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--disable-static' '--with-pangocairo' '--with-x' '--with-gdk-pixbuf' '--without-ghostscript' '--without-gtk' '--without-gtkgl' '--without-gtkglext' '--without-glade' '--with-ipsepcola' '--with-lasi' '--with-rsvg' '--with-devil' '--with-gts' '--without-ortho' '--with-sfdp' '--without-smyrna' '--disable-sharp' '--enable-guile' '--disable-java' '--disable-io' '--enable-lua' '--enable-ocaml' '--enable-php' '--enable-python' '--disable-python23' '--disable-python24' '--disable-python25' '--enable-python26' '--disable-r' '--enable-ruby' '--enable-tcl' 'LDFLAGS=-Wl,--as-needed' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for i486-linux-gnu-gcc... i486-linux-gnu-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 i486-linux-gnu-gcc accepts -g... yes checking for i486-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i486-linux-gnu-gcc... none checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... i486-pc-linux-gnu checking host system type... i486-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 i486-linux-gnu-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... i486-linux-gnu-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 i486-linux-gnu-g++... i486-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i486-linux-gnu-g++ accepts -g... yes checking dependency style of i486-linux-gnu-g++... none checking how to run the C++ preprocessor... i486-linux-gnu-g++ -E checking for i486-linux-gnu-g77... no checking for i486-linux-gnu-xlf... no checking for i486-linux-gnu-f77... no checking for i486-linux-gnu-frt... no checking for i486-linux-gnu-pgf77... no checking for i486-linux-gnu-cf77... no checking for i486-linux-gnu-fort77... no checking for i486-linux-gnu-fl32... no checking for i486-linux-gnu-af77... no checking for i486-linux-gnu-xlf90... no checking for i486-linux-gnu-f90... no checking for i486-linux-gnu-pgf90... no checking for i486-linux-gnu-pghpf... no checking for i486-linux-gnu-epcf90... no checking for i486-linux-gnu-gfortran... no checking for i486-linux-gnu-g95... no checking for i486-linux-gnu-xlf95... no checking for i486-linux-gnu-f95... no checking for i486-linux-gnu-fort... no checking for i486-linux-gnu-ifort... no checking for i486-linux-gnu-ifc... no checking for i486-linux-gnu-efc... no checking for i486-linux-gnu-pgf95... no checking for i486-linux-gnu-lf95... no checking for i486-linux-gnu-ftn... no 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... 805306365 checking command to parse /usr/bin/nm -B output from i486-linux-gnu-gcc object... ok checking for objdir... .libs checking for i486-linux-gnu-ar... no checking for ar... ar checking for i486-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i486-linux-gnu-strip... no checking for strip... strip checking if i486-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i486-linux-gnu-gcc option to produce PIC... -fPIC checking if i486-linux-gnu-gcc PIC flag -fPIC works... yes checking if i486-linux-gnu-gcc static flag -static works... yes checking if i486-linux-gnu-gcc supports -c -o file.o... yes checking whether the i486-linux-gnu-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 i486-linux-gnu-g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared libraries... yes checking for i486-linux-gnu-g++ option to produce PIC... -fPIC checking if i486-linux-gnu-g++ PIC flag -fPIC works... yes checking if i486-linux-gnu-g++ static flag -static works... yes checking if i486-linux-gnu-g++ supports -c -o file.o... yes checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /usr/lib /lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking for error_t... yes checking for argz_append... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ---------------------------------------------------------------- graphviz-2.24.0 will be compiled with the following: options: cgraph: No (disabled by default - experimental) codegens: No (disabled by default - deprecated) digcola: Yes expat: Yes fontconfig: Yes freetype: Yes glut: No (missing GL/glut.h) gts: Yes ipsepcola: Yes ltdl: Yes ortho: No (disabled by default - experimental) png: Yes sfdp: Yes shared: Yes static: No (disabled by default) commands: dot: Yes (always enabled) neato: Yes (always enabled) fdp: Yes (always enabled) circo: Yes (always enabled) twopi: Yes (always enabled) lefty: Yes (always enabled) gvpr: Yes (always enabled) smyrna: No (disabled by default - experimental) plugin libraries: dot_layout: Yes (always enabled) neato_layout: Yes (always enabled) core: Yes (always enabled) devil: Yes gd: Yes gdiplus: No (disabled by default - Windows only) gdk_pixbuf: Yes ghostscript: No (disabled) glitz: No (disabled by default - incomplete) gtk: No (disabled) lasi: Yes ming: No (disabled by default - incomplete) pangocairo: Yes quartz: No (disabled by default - Mac only) rsvg: Yes visio: No (disabled by default - experimental) xlib: Yes language extensions: gv_sharp: No (disabled) gv_guile: Yes gv_io: No (disabled by default - no swig support yet) gv_java: No (disabled) gv_lua: Yes gv_ocaml: Yes gv_perl: Yes gv_php: Yes gv_python: Yes gv_python23: No (disabled by default - for multiversion installs) gv_python24: No (disabled by default - for multiversion installs) gv_python25: No (disabled by default - for multiversion installs) gv_python26: Yes gv_R: No (disabled) gv_ruby: Yes gv_tcl: Yes tcldot: Yes tclpathplan: Yes gdtclft: Yes tkspline: Yes touch configure-stamp dh_testdir # Build make make[1]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' make all-recursive make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' Making all in libltdl make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl' make all-am make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl' /bin/bash ./libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o ltdl.lo ltdl.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -g -O2 -c ltdl.c -fPIC -DPIC -o .libs/ltdl.o /bin/bash ./libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wl,--as-needed -o libltdlc.la ltdl.lo -ldl ar cru .libs/libltdlc.a .libs/ltdl.o ranlib .libs/libltdlc.a creating libltdlc.la (cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl' Making all in lib make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' Making all in cdt make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtclose.lo -MD -MP -MF .deps/dtclose.Tpo -c -o dtclose.lo dtclose.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtclose.lo -MD -MP -MF .deps/dtclose.Tpo -c dtclose.c -fPIC -DPIC -o .libs/dtclose.o mv -f .deps/dtclose.Tpo .deps/dtclose.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtdisc.lo -MD -MP -MF .deps/dtdisc.Tpo -c -o dtdisc.lo dtdisc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtdisc.lo -MD -MP -MF .deps/dtdisc.Tpo -c dtdisc.c -fPIC -DPIC -o .libs/dtdisc.o mv -f .deps/dtdisc.Tpo .deps/dtdisc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtextract.lo -MD -MP -MF .deps/dtextract.Tpo -c -o dtextract.lo dtextract.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtextract.lo -MD -MP -MF .deps/dtextract.Tpo -c dtextract.c -fPIC -DPIC -o .libs/dtextract.o mv -f .deps/dtextract.Tpo .deps/dtextract.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtflatten.lo -MD -MP -MF .deps/dtflatten.Tpo -c -o dtflatten.lo dtflatten.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtflatten.lo -MD -MP -MF .deps/dtflatten.Tpo -c dtflatten.c -fPIC -DPIC -o .libs/dtflatten.o mv -f .deps/dtflatten.Tpo .deps/dtflatten.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dthash.lo -MD -MP -MF .deps/dthash.Tpo -c -o dthash.lo dthash.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dthash.lo -MD -MP -MF .deps/dthash.Tpo -c dthash.c -fPIC -DPIC -o .libs/dthash.o mv -f .deps/dthash.Tpo .deps/dthash.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtlist.lo -MD -MP -MF .deps/dtlist.Tpo -c -o dtlist.lo dtlist.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtlist.lo -MD -MP -MF .deps/dtlist.Tpo -c dtlist.c -fPIC -DPIC -o .libs/dtlist.o mv -f .deps/dtlist.Tpo .deps/dtlist.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtmethod.lo -MD -MP -MF .deps/dtmethod.Tpo -c -o dtmethod.lo dtmethod.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtmethod.lo -MD -MP -MF .deps/dtmethod.Tpo -c dtmethod.c -fPIC -DPIC -o .libs/dtmethod.o mv -f .deps/dtmethod.Tpo .deps/dtmethod.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtopen.lo -MD -MP -MF .deps/dtopen.Tpo -c -o dtopen.lo dtopen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtopen.lo -MD -MP -MF .deps/dtopen.Tpo -c dtopen.c -fPIC -DPIC -o .libs/dtopen.o mv -f .deps/dtopen.Tpo .deps/dtopen.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtrenew.lo -MD -MP -MF .deps/dtrenew.Tpo -c -o dtrenew.lo dtrenew.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtrenew.lo -MD -MP -MF .deps/dtrenew.Tpo -c dtrenew.c -fPIC -DPIC -o .libs/dtrenew.o mv -f .deps/dtrenew.Tpo .deps/dtrenew.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtrestore.lo -MD -MP -MF .deps/dtrestore.Tpo -c -o dtrestore.lo dtrestore.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtrestore.lo -MD -MP -MF .deps/dtrestore.Tpo -c dtrestore.c -fPIC -DPIC -o .libs/dtrestore.o mv -f .deps/dtrestore.Tpo .deps/dtrestore.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtsize.lo -MD -MP -MF .deps/dtsize.Tpo -c -o dtsize.lo dtsize.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtsize.lo -MD -MP -MF .deps/dtsize.Tpo -c dtsize.c -fPIC -DPIC -o .libs/dtsize.o mv -f .deps/dtsize.Tpo .deps/dtsize.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtstat.lo -MD -MP -MF .deps/dtstat.Tpo -c -o dtstat.lo dtstat.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtstat.lo -MD -MP -MF .deps/dtstat.Tpo -c dtstat.c -fPIC -DPIC -o .libs/dtstat.o mv -f .deps/dtstat.Tpo .deps/dtstat.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtstrhash.lo -MD -MP -MF .deps/dtstrhash.Tpo -c -o dtstrhash.lo dtstrhash.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtstrhash.lo -MD -MP -MF .deps/dtstrhash.Tpo -c dtstrhash.c -fPIC -DPIC -o .libs/dtstrhash.o mv -f .deps/dtstrhash.Tpo .deps/dtstrhash.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dttree.lo -MD -MP -MF .deps/dttree.Tpo -c -o dttree.lo dttree.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dttree.lo -MD -MP -MF .deps/dttree.Tpo -c dttree.c -fPIC -DPIC -o .libs/dttree.o mv -f .deps/dttree.Tpo .deps/dttree.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtview.lo -MD -MP -MF .deps/dtview.Tpo -c -o dtview.lo dtview.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtview.lo -MD -MP -MF .deps/dtview.Tpo -c dtview.c -fPIC -DPIC -o .libs/dtview.o mv -f .deps/dtview.Tpo .deps/dtview.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtwalk.lo -MD -MP -MF .deps/dtwalk.Tpo -c -o dtwalk.lo dtwalk.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dtwalk.lo -MD -MP -MF .deps/dtwalk.Tpo -c dtwalk.c -fPIC -DPIC -o .libs/dtwalk.o mv -f .deps/dtwalk.Tpo .deps/dtwalk.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info "4:0:0" -no-undefined -Wl,--as-needed -o libcdt.la -rpath /usr/lib dtclose.lo dtdisc.lo dtextract.lo dtflatten.lo dthash.lo dtlist.lo dtmethod.lo dtopen.lo dtrenew.lo dtrestore.lo dtsize.lo dtstat.lo dtstrhash.lo dttree.lo dtview.lo dtwalk.lo i486-linux-gnu-gcc -shared .libs/dtclose.o .libs/dtdisc.o .libs/dtextract.o .libs/dtflatten.o .libs/dthash.o .libs/dtlist.o .libs/dtmethod.o .libs/dtopen.o .libs/dtrenew.o .libs/dtrestore.o .libs/dtsize.o .libs/dtstat.o .libs/dtstrhash.o .libs/dttree.o .libs/dtview.o .libs/dtwalk.o -Wl,--as-needed -Wl,-soname -Wl,libcdt.so.4 -o .libs/libcdt.so.4.0.0 (cd .libs && rm -f libcdt.so.4 && ln -s libcdt.so.4.0.0 libcdt.so.4) (cd .libs && rm -f libcdt.so && ln -s libcdt.so.4.0.0 libcdt.so) creating libcdt.la (cd .libs && rm -f libcdt.la && ln -s ../libcdt.la libcdt.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libcdt_C.la dtclose.lo dtdisc.lo dtextract.lo dtflatten.lo dthash.lo dtlist.lo dtmethod.lo dtopen.lo dtrenew.lo dtrestore.lo dtsize.lo dtstat.lo dtstrhash.lo dttree.lo dtview.lo dtwalk.lo ar cru .libs/libcdt_C.a .libs/dtclose.o .libs/dtdisc.o .libs/dtextract.o .libs/dtflatten.o .libs/dthash.o .libs/dtlist.o .libs/dtmethod.o .libs/dtopen.o .libs/dtrenew.o .libs/dtrestore.o .libs/dtsize.o .libs/dtstat.o .libs/dtstrhash.o .libs/dttree.o .libs/dtview.o .libs/dtwalk.o ranlib .libs/libcdt_C.a creating libcdt_C.la (cd .libs && rm -f libcdt_C.la && ln -s ../libcdt_C.la libcdt_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt' Making all in graph make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT attribs.lo -MD -MP -MF .deps/attribs.Tpo -c -o attribs.lo attribs.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT attribs.lo -MD -MP -MF .deps/attribs.Tpo -c attribs.c -fPIC -DPIC -o .libs/attribs.o mv -f .deps/attribs.Tpo .deps/attribs.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT agxbuf.lo -MD -MP -MF .deps/agxbuf.Tpo -c -o agxbuf.lo agxbuf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT agxbuf.lo -MD -MP -MF .deps/agxbuf.Tpo -c agxbuf.c -fPIC -DPIC -o .libs/agxbuf.o mv -f .deps/agxbuf.Tpo .deps/agxbuf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT edge.lo -MD -MP -MF .deps/edge.Tpo -c -o edge.lo edge.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT edge.lo -MD -MP -MF .deps/edge.Tpo -c edge.c -fPIC -DPIC -o .libs/edge.o mv -f .deps/edge.Tpo .deps/edge.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT graph.lo -MD -MP -MF .deps/graph.Tpo -c -o graph.lo graph.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT graph.lo -MD -MP -MF .deps/graph.Tpo -c graph.c -fPIC -DPIC -o .libs/graph.o mv -f .deps/graph.Tpo .deps/graph.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT graphio.lo -MD -MP -MF .deps/graphio.Tpo -c -o graphio.lo graphio.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT graphio.lo -MD -MP -MF .deps/graphio.Tpo -c graphio.c -fPIC -DPIC -o .libs/graphio.o mv -f .deps/graphio.Tpo .deps/graphio.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT lexer.lo -MD -MP -MF .deps/lexer.Tpo -c -o lexer.lo lexer.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT lexer.lo -MD -MP -MF .deps/lexer.Tpo -c lexer.c -fPIC -DPIC -o .libs/lexer.o mv -f .deps/lexer.Tpo .deps/lexer.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT node.lo -MD -MP -MF .deps/node.Tpo -c -o node.lo node.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT node.lo -MD -MP -MF .deps/node.Tpo -c node.c -fPIC -DPIC -o .libs/node.o mv -f .deps/node.Tpo .deps/node.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -fPIC -DPIC -o .libs/parser.o mv -f .deps/parser.Tpo .deps/parser.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT refstr.lo -MD -MP -MF .deps/refstr.Tpo -c -o refstr.lo refstr.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT refstr.lo -MD -MP -MF .deps/refstr.Tpo -c refstr.c -fPIC -DPIC -o .libs/refstr.o mv -f .deps/refstr.Tpo .deps/refstr.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c -o trie.lo trie.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c trie.c -fPIC -DPIC -o .libs/trie.o mv -f .deps/trie.Tpo .deps/trie.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info "4:0:0" -no-undefined -Wl,--as-needed -o libgraph.la -rpath /usr/lib attribs.lo agxbuf.lo edge.lo graph.lo graphio.lo lexer.lo node.lo parser.lo refstr.lo trie.lo ../../lib/cdt/libcdt.la i486-linux-gnu-gcc -shared .libs/attribs.o .libs/agxbuf.o .libs/edge.o .libs/graph.o .libs/graphio.o .libs/lexer.o .libs/node.o .libs/parser.o .libs/refstr.o .libs/trie.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/cdt/.libs/libcdt.so -Wl,--as-needed -Wl,-soname -Wl,libgraph.so.4 -o .libs/libgraph.so.4.0.0 (cd .libs && rm -f libgraph.so.4 && ln -s libgraph.so.4.0.0 libgraph.so.4) (cd .libs && rm -f libgraph.so && ln -s libgraph.so.4.0.0 libgraph.so) creating libgraph.la (cd .libs && rm -f libgraph.la && ln -s ../libgraph.la libgraph.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgraph_C.la attribs.lo agxbuf.lo edge.lo graph.lo graphio.lo lexer.lo node.lo parser.lo refstr.lo trie.lo ar cru .libs/libgraph_C.a .libs/attribs.o .libs/agxbuf.o .libs/edge.o .libs/graph.o .libs/graphio.o .libs/lexer.o .libs/node.o .libs/parser.o .libs/refstr.o .libs/trie.o ranlib .libs/libgraph_C.a creating libgraph_C.la (cd .libs && rm -f libgraph_C.la && ln -s ../libgraph_C.la libgraph_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph' Making all in cgraph make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cgraph' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT agerror.lo -MD -MP -MF .deps/agerror.Tpo -c -o agerror.lo agerror.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT agerror.lo -MD -MP -MF .deps/agerror.Tpo -c agerror.c -fPIC -DPIC -o .libs/agerror.o mv -f .deps/agerror.Tpo .deps/agerror.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT agxbuf.lo -MD -MP -MF .deps/agxbuf.Tpo -c -o agxbuf.lo agxbuf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT agxbuf.lo -MD -MP -MF .deps/agxbuf.Tpo -c agxbuf.c -fPIC -DPIC -o .libs/agxbuf.o mv -f .deps/agxbuf.Tpo .deps/agxbuf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT apply.lo -MD -MP -MF .deps/apply.Tpo -c -o apply.lo apply.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT apply.lo -MD -MP -MF .deps/apply.Tpo -c apply.c -fPIC -DPIC -o .libs/apply.o mv -f .deps/apply.Tpo .deps/apply.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT attr.lo -MD -MP -MF .deps/attr.Tpo -c -o attr.lo attr.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT attr.lo -MD -MP -MF .deps/attr.Tpo -c attr.c -fPIC -DPIC -o .libs/attr.o mv -f .deps/attr.Tpo .deps/attr.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT edge.lo -MD -MP -MF .deps/edge.Tpo -c -o edge.lo edge.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT edge.lo -MD -MP -MF .deps/edge.Tpo -c edge.c -fPIC -DPIC -o .libs/edge.o mv -f .deps/edge.Tpo .deps/edge.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT flatten.lo -MD -MP -MF .deps/flatten.Tpo -c -o flatten.lo flatten.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT flatten.lo -MD -MP -MF .deps/flatten.Tpo -c flatten.c -fPIC -DPIC -o .libs/flatten.o mv -f .deps/flatten.Tpo .deps/flatten.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT graph.lo -MD -MP -MF .deps/graph.Tpo -c -o graph.lo graph.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT graph.lo -MD -MP -MF .deps/graph.Tpo -c graph.c -fPIC -DPIC -o .libs/graph.o mv -f .deps/graph.Tpo .deps/graph.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT grammar.lo -MD -MP -MF .deps/grammar.Tpo -c -o grammar.lo grammar.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT grammar.lo -MD -MP -MF .deps/grammar.Tpo -c grammar.c -fPIC -DPIC -o .libs/grammar.o mv -f .deps/grammar.Tpo .deps/grammar.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT id.lo -MD -MP -MF .deps/id.Tpo -c -o id.lo id.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT id.lo -MD -MP -MF .deps/id.Tpo -c id.c -fPIC -DPIC -o .libs/id.o mv -f .deps/id.Tpo .deps/id.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT imap.lo -MD -MP -MF .deps/imap.Tpo -c -o imap.lo imap.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT imap.lo -MD -MP -MF .deps/imap.Tpo -c imap.c -fPIC -DPIC -o .libs/imap.o mv -f .deps/imap.Tpo .deps/imap.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT io.lo -MD -MP -MF .deps/io.Tpo -c -o io.lo io.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -fPIC -DPIC -o .libs/io.o mv -f .deps/io.Tpo .deps/io.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo mem.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.c -fPIC -DPIC -o .libs/mem.o mv -f .deps/mem.Tpo .deps/mem.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT node.lo -MD -MP -MF .deps/node.Tpo -c -o node.lo node.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT node.lo -MD -MP -MF .deps/node.Tpo -c node.c -fPIC -DPIC -o .libs/node.o mv -f .deps/node.Tpo .deps/node.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT obj.lo -MD -MP -MF .deps/obj.Tpo -c -o obj.lo obj.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT obj.lo -MD -MP -MF .deps/obj.Tpo -c obj.c -fPIC -DPIC -o .libs/obj.o mv -f .deps/obj.Tpo .deps/obj.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pend.lo -MD -MP -MF .deps/pend.Tpo -c -o pend.lo pend.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pend.lo -MD -MP -MF .deps/pend.Tpo -c pend.c -fPIC -DPIC -o .libs/pend.o mv -f .deps/pend.Tpo .deps/pend.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT rec.lo -MD -MP -MF .deps/rec.Tpo -c -o rec.lo rec.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT rec.lo -MD -MP -MF .deps/rec.Tpo -c rec.c -fPIC -DPIC -o .libs/rec.o mv -f .deps/rec.Tpo .deps/rec.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT refstr.lo -MD -MP -MF .deps/refstr.Tpo -c -o refstr.lo refstr.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT refstr.lo -MD -MP -MF .deps/refstr.Tpo -c refstr.c -fPIC -DPIC -o .libs/refstr.o mv -f .deps/refstr.Tpo .deps/refstr.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c -o scan.lo scan.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -fPIC -DPIC -o .libs/scan.o mv -f .deps/scan.Tpo .deps/scan.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT subg.lo -MD -MP -MF .deps/subg.Tpo -c -o subg.lo subg.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT subg.lo -MD -MP -MF .deps/subg.Tpo -c subg.c -fPIC -DPIC -o .libs/subg.o mv -f .deps/subg.Tpo .deps/subg.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -fPIC -DPIC -o .libs/utils.o mv -f .deps/utils.Tpo .deps/utils.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT write.lo -MD -MP -MF .deps/write.Tpo -c -o write.lo write.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT write.lo -MD -MP -MF .deps/write.Tpo -c write.c -fPIC -DPIC -o .libs/write.o mv -f .deps/write.Tpo .deps/write.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info "4:0:0" -no-undefined -Wl,--as-needed -o libcgraph.la -rpath /usr/lib agerror.lo agxbuf.lo apply.lo attr.lo edge.lo flatten.lo graph.lo grammar.lo id.lo imap.lo io.lo mem.lo node.lo obj.lo pend.lo rec.lo refstr.lo scan.lo subg.lo utils.lo write.lo ../../lib/cdt/libcdt.la i486-linux-gnu-gcc -shared .libs/agerror.o .libs/agxbuf.o .libs/apply.o .libs/attr.o .libs/edge.o .libs/flatten.o .libs/graph.o .libs/grammar.o .libs/id.o .libs/imap.o .libs/io.o .libs/mem.o .libs/node.o .libs/obj.o .libs/pend.o .libs/rec.o .libs/refstr.o .libs/scan.o .libs/subg.o .libs/utils.o .libs/write.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/cdt/.libs/libcdt.so -Wl,--as-needed -Wl,-soname -Wl,libcgraph.so.4 -o .libs/libcgraph.so.4.0.0 (cd .libs && rm -f libcgraph.so.4 && ln -s libcgraph.so.4.0.0 libcgraph.so.4) (cd .libs && rm -f libcgraph.so && ln -s libcgraph.so.4.0.0 libcgraph.so) creating libcgraph.la (cd .libs && rm -f libcgraph.la && ln -s ../libcgraph.la libcgraph.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libcgraph_C.la agerror.lo agxbuf.lo apply.lo attr.lo edge.lo flatten.lo graph.lo grammar.lo id.lo imap.lo io.lo mem.lo node.lo obj.lo pend.lo rec.lo refstr.lo scan.lo subg.lo utils.lo write.lo ar cru .libs/libcgraph_C.a .libs/agerror.o .libs/agxbuf.o .libs/apply.o .libs/attr.o .libs/edge.o .libs/flatten.o .libs/graph.o .libs/grammar.o .libs/id.o .libs/imap.o .libs/io.o .libs/mem.o .libs/node.o .libs/obj.o .libs/pend.o .libs/rec.o .libs/refstr.o .libs/scan.o .libs/subg.o .libs/utils.o .libs/write.o ranlib .libs/libcgraph_C.a creating libcgraph_C.la (cd .libs && rm -f libcgraph_C.la && ln -s ../libcgraph_C.la libcgraph_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cgraph' Making all in gd make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gd' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gd' Making all in pathplan make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT cvt.lo -MD -MP -MF .deps/cvt.Tpo -c -o cvt.lo cvt.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT cvt.lo -MD -MP -MF .deps/cvt.Tpo -c cvt.c -fPIC -DPIC -o .libs/cvt.o mv -f .deps/cvt.Tpo .deps/cvt.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT inpoly.lo -MD -MP -MF .deps/inpoly.Tpo -c -o inpoly.lo inpoly.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT inpoly.lo -MD -MP -MF .deps/inpoly.Tpo -c inpoly.c -fPIC -DPIC -o .libs/inpoly.o mv -f .deps/inpoly.Tpo .deps/inpoly.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT route.lo -MD -MP -MF .deps/route.Tpo -c -o route.lo route.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT route.lo -MD -MP -MF .deps/route.Tpo -c route.c -fPIC -DPIC -o .libs/route.o mv -f .deps/route.Tpo .deps/route.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT shortest.lo -MD -MP -MF .deps/shortest.Tpo -c -o shortest.lo shortest.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT shortest.lo -MD -MP -MF .deps/shortest.Tpo -c shortest.c -fPIC -DPIC -o .libs/shortest.o mv -f .deps/shortest.Tpo .deps/shortest.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT shortestpth.lo -MD -MP -MF .deps/shortestpth.Tpo -c -o shortestpth.lo shortestpth.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT shortestpth.lo -MD -MP -MF .deps/shortestpth.Tpo -c shortestpth.c -fPIC -DPIC -o .libs/shortestpth.o mv -f .deps/shortestpth.Tpo .deps/shortestpth.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT solvers.lo -MD -MP -MF .deps/solvers.Tpo -c -o solvers.lo solvers.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT solvers.lo -MD -MP -MF .deps/solvers.Tpo -c solvers.c -fPIC -DPIC -o .libs/solvers.o mv -f .deps/solvers.Tpo .deps/solvers.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT triang.lo -MD -MP -MF .deps/triang.Tpo -c -o triang.lo triang.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT triang.lo -MD -MP -MF .deps/triang.Tpo -c triang.c -fPIC -DPIC -o .libs/triang.o mv -f .deps/triang.Tpo .deps/triang.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o mv -f .deps/util.Tpo .deps/util.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT visibility.lo -MD -MP -MF .deps/visibility.Tpo -c -o visibility.lo visibility.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT visibility.lo -MD -MP -MF .deps/visibility.Tpo -c visibility.c -fPIC -DPIC -o .libs/visibility.o mv -f .deps/visibility.Tpo .deps/visibility.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info "4:0:0" -no-undefined -Wl,--as-needed -o libpathplan.la -rpath /usr/lib cvt.lo inpoly.lo route.lo shortest.lo shortestpth.lo solvers.lo triang.lo util.lo visibility.lo -lm i486-linux-gnu-gcc -shared .libs/cvt.o .libs/inpoly.o .libs/route.o .libs/shortest.o .libs/shortestpth.o .libs/solvers.o .libs/triang.o .libs/util.o .libs/visibility.o -lm -Wl,--as-needed -Wl,-soname -Wl,libpathplan.so.4 -o .libs/libpathplan.so.4.0.0 (cd .libs && rm -f libpathplan.so.4 && ln -s libpathplan.so.4.0.0 libpathplan.so.4) (cd .libs && rm -f libpathplan.so && ln -s libpathplan.so.4.0.0 libpathplan.so) creating libpathplan.la (cd .libs && rm -f libpathplan.la && ln -s ../libpathplan.la libpathplan.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libpathplan_C.la cvt.lo inpoly.lo route.lo shortest.lo shortestpth.lo solvers.lo triang.lo util.lo visibility.lo ar cru .libs/libpathplan_C.a .libs/cvt.o .libs/inpoly.o .libs/route.o .libs/shortest.o .libs/shortestpth.o .libs/solvers.o .libs/triang.o .libs/util.o .libs/visibility.o ranlib .libs/libpathplan_C.a creating libpathplan_C.la (cd .libs && rm -f libpathplan_C.la && ln -s ../libpathplan_C.la libpathplan_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan' Making all in sfio make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' Making all in Sfio_f make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio/Sfio_f' mkdir -p ../../../FEATURE ../../../iffe - set cc i486-linux-gnu-gcc : run ../../../lib/sfio/features/sfio > ../../../FEATURE/sfio /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfclrerr.lo -MD -MP -MF .deps/_sfclrerr.Tpo -c -o _sfclrerr.lo _sfclrerr.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfclrerr.lo -MD -MP -MF .deps/_sfclrerr.Tpo -c _sfclrerr.c -fPIC -DPIC -o .libs/_sfclrerr.o mv -f .deps/_sfclrerr.Tpo .deps/_sfclrerr.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfdlen.lo -MD -MP -MF .deps/_sfdlen.Tpo -c -o _sfdlen.lo _sfdlen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfdlen.lo -MD -MP -MF .deps/_sfdlen.Tpo -c _sfdlen.c -fPIC -DPIC -o .libs/_sfdlen.o mv -f .deps/_sfdlen.Tpo .deps/_sfdlen.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfeof.lo -MD -MP -MF .deps/_sfeof.Tpo -c -o _sfeof.lo _sfeof.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfeof.lo -MD -MP -MF .deps/_sfeof.Tpo -c _sfeof.c -fPIC -DPIC -o .libs/_sfeof.o mv -f .deps/_sfeof.Tpo .deps/_sfeof.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sferror.lo -MD -MP -MF .deps/_sferror.Tpo -c -o _sferror.lo _sferror.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sferror.lo -MD -MP -MF .deps/_sferror.Tpo -c _sferror.c -fPIC -DPIC -o .libs/_sferror.o mv -f .deps/_sferror.Tpo .deps/_sferror.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sffileno.lo -MD -MP -MF .deps/_sffileno.Tpo -c -o _sffileno.lo _sffileno.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sffileno.lo -MD -MP -MF .deps/_sffileno.Tpo -c _sffileno.c -fPIC -DPIC -o .libs/_sffileno.o mv -f .deps/_sffileno.Tpo .deps/_sffileno.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfgetc.lo -MD -MP -MF .deps/_sfgetc.Tpo -c -o _sfgetc.lo _sfgetc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfgetc.lo -MD -MP -MF .deps/_sfgetc.Tpo -c _sfgetc.c -fPIC -DPIC -o .libs/_sfgetc.o mv -f .deps/_sfgetc.Tpo .deps/_sfgetc.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfllen.lo -MD -MP -MF .deps/_sfllen.Tpo -c -o _sfllen.lo _sfllen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfllen.lo -MD -MP -MF .deps/_sfllen.Tpo -c _sfllen.c -fPIC -DPIC -o .libs/_sfllen.o mv -f .deps/_sfllen.Tpo .deps/_sfllen.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputc.lo -MD -MP -MF .deps/_sfputc.Tpo -c -o _sfputc.lo _sfputc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputc.lo -MD -MP -MF .deps/_sfputc.Tpo -c _sfputc.c -fPIC -DPIC -o .libs/_sfputc.o mv -f .deps/_sfputc.Tpo .deps/_sfputc.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputd.lo -MD -MP -MF .deps/_sfputd.Tpo -c -o _sfputd.lo _sfputd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputd.lo -MD -MP -MF .deps/_sfputd.Tpo -c _sfputd.c -fPIC -DPIC -o .libs/_sfputd.o mv -f .deps/_sfputd.Tpo .deps/_sfputd.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputl.lo -MD -MP -MF .deps/_sfputl.Tpo -c -o _sfputl.lo _sfputl.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputl.lo -MD -MP -MF .deps/_sfputl.Tpo -c _sfputl.c -fPIC -DPIC -o .libs/_sfputl.o mv -f .deps/_sfputl.Tpo .deps/_sfputl.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputm.lo -MD -MP -MF .deps/_sfputm.Tpo -c -o _sfputm.lo _sfputm.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputm.lo -MD -MP -MF .deps/_sfputm.Tpo -c _sfputm.c -fPIC -DPIC -o .libs/_sfputm.o mv -f .deps/_sfputm.Tpo .deps/_sfputm.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputu.lo -MD -MP -MF .deps/_sfputu.Tpo -c -o _sfputu.lo _sfputu.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfputu.lo -MD -MP -MF .deps/_sfputu.Tpo -c _sfputu.c -fPIC -DPIC -o .libs/_sfputu.o mv -f .deps/_sfputu.Tpo .deps/_sfputu.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfslen.lo -MD -MP -MF .deps/_sfslen.Tpo -c -o _sfslen.lo _sfslen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfslen.lo -MD -MP -MF .deps/_sfslen.Tpo -c _sfslen.c -fPIC -DPIC -o .libs/_sfslen.o mv -f .deps/_sfslen.Tpo .deps/_sfslen.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfstacked.lo -MD -MP -MF .deps/_sfstacked.Tpo -c -o _sfstacked.lo _sfstacked.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfstacked.lo -MD -MP -MF .deps/_sfstacked.Tpo -c _sfstacked.c -fPIC -DPIC -o .libs/_sfstacked.o mv -f .deps/_sfstacked.Tpo .deps/_sfstacked.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfulen.lo -MD -MP -MF .deps/_sfulen.Tpo -c -o _sfulen.lo _sfulen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfulen.lo -MD -MP -MF .deps/_sfulen.Tpo -c _sfulen.c -fPIC -DPIC -o .libs/_sfulen.o mv -f .deps/_sfulen.Tpo .deps/_sfulen.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfvalue.lo -MD -MP -MF .deps/_sfvalue.Tpo -c -o _sfvalue.lo _sfvalue.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/sfio -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT _sfvalue.lo -MD -MP -MF .deps/_sfvalue.Tpo -c _sfvalue.c -fPIC -DPIC -o .libs/_sfvalue.o mv -f .deps/_sfvalue.Tpo .deps/_sfvalue.Plo /bin/bash ../../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libsfiof_C.la _sfclrerr.lo _sfdlen.lo _sfeof.lo _sferror.lo _sffileno.lo _sfgetc.lo _sfllen.lo _sfputc.lo _sfputd.lo _sfputl.lo _sfputm.lo _sfputu.lo _sfslen.lo _sfstacked.lo _sfulen.lo _sfvalue.lo ar cru .libs/libsfiof_C.a .libs/_sfclrerr.o .libs/_sfdlen.o .libs/_sfeof.o .libs/_sferror.o .libs/_sffileno.o .libs/_sfgetc.o .libs/_sfllen.o .libs/_sfputc.o .libs/_sfputd.o .libs/_sfputl.o .libs/_sfputm.o .libs/_sfputu.o .libs/_sfslen.o .libs/_sfstacked.o .libs/_sfulen.o .libs/_sfvalue.o ranlib .libs/libsfiof_C.a creating libsfiof_C.la (cd .libs && rm -f libsfiof_C.la && ln -s ../libsfiof_C.la libsfiof_C.la) make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio/Sfio_f' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfclose.lo -MD -MP -MF .deps/sfclose.Tpo -c -o sfclose.lo sfclose.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfclose.lo -MD -MP -MF .deps/sfclose.Tpo -c sfclose.c -fPIC -DPIC -o .libs/sfclose.o mv -f .deps/sfclose.Tpo .deps/sfclose.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfclrlock.lo -MD -MP -MF .deps/sfclrlock.Tpo -c -o sfclrlock.lo sfclrlock.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfclrlock.lo -MD -MP -MF .deps/sfclrlock.Tpo -c sfclrlock.c -fPIC -DPIC -o .libs/sfclrlock.o mv -f .deps/sfclrlock.Tpo .deps/sfclrlock.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfcvt.lo -MD -MP -MF .deps/sfcvt.Tpo -c -o sfcvt.lo sfcvt.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfcvt.lo -MD -MP -MF .deps/sfcvt.Tpo -c sfcvt.c -fPIC -DPIC -o .libs/sfcvt.o mv -f .deps/sfcvt.Tpo .deps/sfcvt.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfdisc.lo -MD -MP -MF .deps/sfdisc.Tpo -c -o sfdisc.lo sfdisc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfdisc.lo -MD -MP -MF .deps/sfdisc.Tpo -c sfdisc.c -fPIC -DPIC -o .libs/sfdisc.o mv -f .deps/sfdisc.Tpo .deps/sfdisc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfdlen.lo -MD -MP -MF .deps/sfdlen.Tpo -c -o sfdlen.lo sfdlen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfdlen.lo -MD -MP -MF .deps/sfdlen.Tpo -c sfdlen.c -fPIC -DPIC -o .libs/sfdlen.o mv -f .deps/sfdlen.Tpo .deps/sfdlen.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfexcept.lo -MD -MP -MF .deps/sfexcept.Tpo -c -o sfexcept.lo sfexcept.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfexcept.lo -MD -MP -MF .deps/sfexcept.Tpo -c sfexcept.c -fPIC -DPIC -o .libs/sfexcept.o mv -f .deps/sfexcept.Tpo .deps/sfexcept.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfexit.lo -MD -MP -MF .deps/sfexit.Tpo -c -o sfexit.lo sfexit.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfexit.lo -MD -MP -MF .deps/sfexit.Tpo -c sfexit.c -fPIC -DPIC -o .libs/sfexit.o mv -f .deps/sfexit.Tpo .deps/sfexit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfextern.lo -MD -MP -MF .deps/sfextern.Tpo -c -o sfextern.lo sfextern.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfextern.lo -MD -MP -MF .deps/sfextern.Tpo -c sfextern.c -fPIC -DPIC -o .libs/sfextern.o mv -f .deps/sfextern.Tpo .deps/sfextern.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sffcvt.lo -MD -MP -MF .deps/sffcvt.Tpo -c -o sffcvt.lo sffcvt.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sffcvt.lo -MD -MP -MF .deps/sffcvt.Tpo -c sffcvt.c -fPIC -DPIC -o .libs/sffcvt.o mv -f .deps/sffcvt.Tpo .deps/sffcvt.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sffilbuf.lo -MD -MP -MF .deps/sffilbuf.Tpo -c -o sffilbuf.lo sffilbuf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sffilbuf.lo -MD -MP -MF .deps/sffilbuf.Tpo -c sffilbuf.c -fPIC -DPIC -o .libs/sffilbuf.o mv -f .deps/sffilbuf.Tpo .deps/sffilbuf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfflsbuf.lo -MD -MP -MF .deps/sfflsbuf.Tpo -c -o sfflsbuf.lo sfflsbuf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfflsbuf.lo -MD -MP -MF .deps/sfflsbuf.Tpo -c sfflsbuf.c -fPIC -DPIC -o .libs/sfflsbuf.o mv -f .deps/sfflsbuf.Tpo .deps/sfflsbuf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetd.lo -MD -MP -MF .deps/sfgetd.Tpo -c -o sfgetd.lo sfgetd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetd.lo -MD -MP -MF .deps/sfgetd.Tpo -c sfgetd.c -fPIC -DPIC -o .libs/sfgetd.o mv -f .deps/sfgetd.Tpo .deps/sfgetd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetl.lo -MD -MP -MF .deps/sfgetl.Tpo -c -o sfgetl.lo sfgetl.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetl.lo -MD -MP -MF .deps/sfgetl.Tpo -c sfgetl.c -fPIC -DPIC -o .libs/sfgetl.o mv -f .deps/sfgetl.Tpo .deps/sfgetl.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetm.lo -MD -MP -MF .deps/sfgetm.Tpo -c -o sfgetm.lo sfgetm.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetm.lo -MD -MP -MF .deps/sfgetm.Tpo -c sfgetm.c -fPIC -DPIC -o .libs/sfgetm.o mv -f .deps/sfgetm.Tpo .deps/sfgetm.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetr.lo -MD -MP -MF .deps/sfgetr.Tpo -c -o sfgetr.lo sfgetr.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetr.lo -MD -MP -MF .deps/sfgetr.Tpo -c sfgetr.c -fPIC -DPIC -o .libs/sfgetr.o mv -f .deps/sfgetr.Tpo .deps/sfgetr.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetu.lo -MD -MP -MF .deps/sfgetu.Tpo -c -o sfgetu.lo sfgetu.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfgetu.lo -MD -MP -MF .deps/sfgetu.Tpo -c sfgetu.c -fPIC -DPIC -o .libs/sfgetu.o mv -f .deps/sfgetu.Tpo .deps/sfgetu.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfllen.lo -MD -MP -MF .deps/sfllen.Tpo -c -o sfllen.lo sfllen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfllen.lo -MD -MP -MF .deps/sfllen.Tpo -c sfllen.c -fPIC -DPIC -o .libs/sfllen.o mv -f .deps/sfllen.Tpo .deps/sfllen.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfmode.lo -MD -MP -MF .deps/sfmode.Tpo -c -o sfmode.lo sfmode.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfmode.lo -MD -MP -MF .deps/sfmode.Tpo -c sfmode.c -fPIC -DPIC -o .libs/sfmode.o mv -f .deps/sfmode.Tpo .deps/sfmode.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfmove.lo -MD -MP -MF .deps/sfmove.Tpo -c -o sfmove.lo sfmove.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfmove.lo -MD -MP -MF .deps/sfmove.Tpo -c sfmove.c -fPIC -DPIC -o .libs/sfmove.o mv -f .deps/sfmove.Tpo .deps/sfmove.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfmutex.lo -MD -MP -MF .deps/sfmutex.Tpo -c -o sfmutex.lo sfmutex.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfmutex.lo -MD -MP -MF .deps/sfmutex.Tpo -c sfmutex.c -fPIC -DPIC -o .libs/sfmutex.o mv -f .deps/sfmutex.Tpo .deps/sfmutex.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfnew.lo -MD -MP -MF .deps/sfnew.Tpo -c -o sfnew.lo sfnew.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfnew.lo -MD -MP -MF .deps/sfnew.Tpo -c sfnew.c -fPIC -DPIC -o .libs/sfnew.o mv -f .deps/sfnew.Tpo .deps/sfnew.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfnotify.lo -MD -MP -MF .deps/sfnotify.Tpo -c -o sfnotify.lo sfnotify.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfnotify.lo -MD -MP -MF .deps/sfnotify.Tpo -c sfnotify.c -fPIC -DPIC -o .libs/sfnotify.o mv -f .deps/sfnotify.Tpo .deps/sfnotify.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfnputc.lo -MD -MP -MF .deps/sfnputc.Tpo -c -o sfnputc.lo sfnputc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfnputc.lo -MD -MP -MF .deps/sfnputc.Tpo -c sfnputc.c -fPIC -DPIC -o .libs/sfnputc.o mv -f .deps/sfnputc.Tpo .deps/sfnputc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfopen.lo -MD -MP -MF .deps/sfopen.Tpo -c -o sfopen.lo sfopen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfopen.lo -MD -MP -MF .deps/sfopen.Tpo -c sfopen.c -fPIC -DPIC -o .libs/sfopen.o mv -f .deps/sfopen.Tpo .deps/sfopen.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpkrd.lo -MD -MP -MF .deps/sfpkrd.Tpo -c -o sfpkrd.lo sfpkrd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpkrd.lo -MD -MP -MF .deps/sfpkrd.Tpo -c sfpkrd.c -fPIC -DPIC -o .libs/sfpkrd.o mv -f .deps/sfpkrd.Tpo .deps/sfpkrd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpoll.lo -MD -MP -MF .deps/sfpoll.Tpo -c -o sfpoll.lo sfpoll.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpoll.lo -MD -MP -MF .deps/sfpoll.Tpo -c sfpoll.c -fPIC -DPIC -o .libs/sfpoll.o mv -f .deps/sfpoll.Tpo .deps/sfpoll.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpool.lo -MD -MP -MF .deps/sfpool.Tpo -c -o sfpool.lo sfpool.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpool.lo -MD -MP -MF .deps/sfpool.Tpo -c sfpool.c -fPIC -DPIC -o .libs/sfpool.o mv -f .deps/sfpool.Tpo .deps/sfpool.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpopen.lo -MD -MP -MF .deps/sfpopen.Tpo -c -o sfpopen.lo sfpopen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpopen.lo -MD -MP -MF .deps/sfpopen.Tpo -c sfpopen.c -fPIC -DPIC -o .libs/sfpopen.o mv -f .deps/sfpopen.Tpo .deps/sfpopen.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfprintf.lo -MD -MP -MF .deps/sfprintf.Tpo -c -o sfprintf.lo sfprintf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfprintf.lo -MD -MP -MF .deps/sfprintf.Tpo -c sfprintf.c -fPIC -DPIC -o .libs/sfprintf.o mv -f .deps/sfprintf.Tpo .deps/sfprintf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfprints.lo -MD -MP -MF .deps/sfprints.Tpo -c -o sfprints.lo sfprints.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfprints.lo -MD -MP -MF .deps/sfprints.Tpo -c sfprints.c -fPIC -DPIC -o .libs/sfprints.o mv -f .deps/sfprints.Tpo .deps/sfprints.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpurge.lo -MD -MP -MF .deps/sfpurge.Tpo -c -o sfpurge.lo sfpurge.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfpurge.lo -MD -MP -MF .deps/sfpurge.Tpo -c sfpurge.c -fPIC -DPIC -o .libs/sfpurge.o mv -f .deps/sfpurge.Tpo .deps/sfpurge.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputd.lo -MD -MP -MF .deps/sfputd.Tpo -c -o sfputd.lo sfputd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputd.lo -MD -MP -MF .deps/sfputd.Tpo -c sfputd.c -fPIC -DPIC -o .libs/sfputd.o mv -f .deps/sfputd.Tpo .deps/sfputd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputl.lo -MD -MP -MF .deps/sfputl.Tpo -c -o sfputl.lo sfputl.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputl.lo -MD -MP -MF .deps/sfputl.Tpo -c sfputl.c -fPIC -DPIC -o .libs/sfputl.o mv -f .deps/sfputl.Tpo .deps/sfputl.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputm.lo -MD -MP -MF .deps/sfputm.Tpo -c -o sfputm.lo sfputm.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputm.lo -MD -MP -MF .deps/sfputm.Tpo -c sfputm.c -fPIC -DPIC -o .libs/sfputm.o mv -f .deps/sfputm.Tpo .deps/sfputm.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputr.lo -MD -MP -MF .deps/sfputr.Tpo -c -o sfputr.lo sfputr.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputr.lo -MD -MP -MF .deps/sfputr.Tpo -c sfputr.c -fPIC -DPIC -o .libs/sfputr.o mv -f .deps/sfputr.Tpo .deps/sfputr.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputu.lo -MD -MP -MF .deps/sfputu.Tpo -c -o sfputu.lo sfputu.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfputu.lo -MD -MP -MF .deps/sfputu.Tpo -c sfputu.c -fPIC -DPIC -o .libs/sfputu.o mv -f .deps/sfputu.Tpo .deps/sfputu.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfraise.lo -MD -MP -MF .deps/sfraise.Tpo -c -o sfraise.lo sfraise.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfraise.lo -MD -MP -MF .deps/sfraise.Tpo -c sfraise.c -fPIC -DPIC -o .libs/sfraise.o mv -f .deps/sfraise.Tpo .deps/sfraise.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfrd.lo -MD -MP -MF .deps/sfrd.Tpo -c -o sfrd.lo sfrd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfrd.lo -MD -MP -MF .deps/sfrd.Tpo -c sfrd.c -fPIC -DPIC -o .libs/sfrd.o mv -f .deps/sfrd.Tpo .deps/sfrd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfread.lo -MD -MP -MF .deps/sfread.Tpo -c -o sfread.lo sfread.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfread.lo -MD -MP -MF .deps/sfread.Tpo -c sfread.c -fPIC -DPIC -o .libs/sfread.o mv -f .deps/sfread.Tpo .deps/sfread.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfreserve.lo -MD -MP -MF .deps/sfreserve.Tpo -c -o sfreserve.lo sfreserve.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfreserve.lo -MD -MP -MF .deps/sfreserve.Tpo -c sfreserve.c -fPIC -DPIC -o .libs/sfreserve.o mv -f .deps/sfreserve.Tpo .deps/sfreserve.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfresize.lo -MD -MP -MF .deps/sfresize.Tpo -c -o sfresize.lo sfresize.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfresize.lo -MD -MP -MF .deps/sfresize.Tpo -c sfresize.c -fPIC -DPIC -o .libs/sfresize.o mv -f .deps/sfresize.Tpo .deps/sfresize.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfscanf.lo -MD -MP -MF .deps/sfscanf.Tpo -c -o sfscanf.lo sfscanf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfscanf.lo -MD -MP -MF .deps/sfscanf.Tpo -c sfscanf.c -fPIC -DPIC -o .libs/sfscanf.o mv -f .deps/sfscanf.Tpo .deps/sfscanf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfseek.lo -MD -MP -MF .deps/sfseek.Tpo -c -o sfseek.lo sfseek.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfseek.lo -MD -MP -MF .deps/sfseek.Tpo -c sfseek.c -fPIC -DPIC -o .libs/sfseek.o mv -f .deps/sfseek.Tpo .deps/sfseek.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfset.lo -MD -MP -MF .deps/sfset.Tpo -c -o sfset.lo sfset.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfset.lo -MD -MP -MF .deps/sfset.Tpo -c sfset.c -fPIC -DPIC -o .libs/sfset.o mv -f .deps/sfset.Tpo .deps/sfset.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsetbuf.lo -MD -MP -MF .deps/sfsetbuf.Tpo -c -o sfsetbuf.lo sfsetbuf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsetbuf.lo -MD -MP -MF .deps/sfsetbuf.Tpo -c sfsetbuf.c -fPIC -DPIC -o .libs/sfsetbuf.o mv -f .deps/sfsetbuf.Tpo .deps/sfsetbuf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsetfd.lo -MD -MP -MF .deps/sfsetfd.Tpo -c -o sfsetfd.lo sfsetfd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsetfd.lo -MD -MP -MF .deps/sfsetfd.Tpo -c sfsetfd.c -fPIC -DPIC -o .libs/sfsetfd.o mv -f .deps/sfsetfd.Tpo .deps/sfsetfd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsize.lo -MD -MP -MF .deps/sfsize.Tpo -c -o sfsize.lo sfsize.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsize.lo -MD -MP -MF .deps/sfsize.Tpo -c sfsize.c -fPIC -DPIC -o .libs/sfsize.o mv -f .deps/sfsize.Tpo .deps/sfsize.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsk.lo -MD -MP -MF .deps/sfsk.Tpo -c -o sfsk.lo sfsk.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsk.lo -MD -MP -MF .deps/sfsk.Tpo -c sfsk.c -fPIC -DPIC -o .libs/sfsk.o mv -f .deps/sfsk.Tpo .deps/sfsk.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfstack.lo -MD -MP -MF .deps/sfstack.Tpo -c -o sfstack.lo sfstack.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfstack.lo -MD -MP -MF .deps/sfstack.Tpo -c sfstack.c -fPIC -DPIC -o .libs/sfstack.o mv -f .deps/sfstack.Tpo .deps/sfstack.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfstrtod.lo -MD -MP -MF .deps/sfstrtod.Tpo -c -o sfstrtod.lo sfstrtod.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfstrtod.lo -MD -MP -MF .deps/sfstrtod.Tpo -c sfstrtod.c -fPIC -DPIC -o .libs/sfstrtod.o mv -f .deps/sfstrtod.Tpo .deps/sfstrtod.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfswap.lo -MD -MP -MF .deps/sfswap.Tpo -c -o sfswap.lo sfswap.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfswap.lo -MD -MP -MF .deps/sfswap.Tpo -c sfswap.c -fPIC -DPIC -o .libs/sfswap.o mv -f .deps/sfswap.Tpo .deps/sfswap.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsync.lo -MD -MP -MF .deps/sfsync.Tpo -c -o sfsync.lo sfsync.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfsync.lo -MD -MP -MF .deps/sfsync.Tpo -c sfsync.c -fPIC -DPIC -o .libs/sfsync.o mv -f .deps/sfsync.Tpo .deps/sfsync.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sftable.lo -MD -MP -MF .deps/sftable.Tpo -c -o sftable.lo sftable.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sftable.lo -MD -MP -MF .deps/sftable.Tpo -c sftable.c -fPIC -DPIC -o .libs/sftable.o mv -f .deps/sftable.Tpo .deps/sftable.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sftell.lo -MD -MP -MF .deps/sftell.Tpo -c -o sftell.lo sftell.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sftell.lo -MD -MP -MF .deps/sftell.Tpo -c sftell.c -fPIC -DPIC -o .libs/sftell.o mv -f .deps/sftell.Tpo .deps/sftell.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sftmp.lo -MD -MP -MF .deps/sftmp.Tpo -c -o sftmp.lo sftmp.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sftmp.lo -MD -MP -MF .deps/sftmp.Tpo -c sftmp.c -fPIC -DPIC -o .libs/sftmp.o mv -f .deps/sftmp.Tpo .deps/sftmp.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfungetc.lo -MD -MP -MF .deps/sfungetc.Tpo -c -o sfungetc.lo sfungetc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfungetc.lo -MD -MP -MF .deps/sfungetc.Tpo -c sfungetc.c -fPIC -DPIC -o .libs/sfungetc.o mv -f .deps/sfungetc.Tpo .deps/sfungetc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfvprintf.lo -MD -MP -MF .deps/sfvprintf.Tpo -c -o sfvprintf.lo sfvprintf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfvprintf.lo -MD -MP -MF .deps/sfvprintf.Tpo -c sfvprintf.c -fPIC -DPIC -o .libs/sfvprintf.o mv -f .deps/sfvprintf.Tpo .deps/sfvprintf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfvscanf.lo -MD -MP -MF .deps/sfvscanf.Tpo -c -o sfvscanf.lo sfvscanf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfvscanf.lo -MD -MP -MF .deps/sfvscanf.Tpo -c sfvscanf.c -fPIC -DPIC -o .libs/sfvscanf.o mv -f .deps/sfvscanf.Tpo .deps/sfvscanf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfwr.lo -MD -MP -MF .deps/sfwr.Tpo -c -o sfwr.lo sfwr.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfwr.lo -MD -MP -MF .deps/sfwr.Tpo -c sfwr.c -fPIC -DPIC -o .libs/sfwr.o mv -f .deps/sfwr.Tpo .deps/sfwr.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfwrite.lo -MD -MP -MF .deps/sfwrite.Tpo -c -o sfwrite.lo sfwrite.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfwrite.lo -MD -MP -MF .deps/sfwrite.Tpo -c sfwrite.c -fPIC -DPIC -o .libs/sfwrite.o mv -f .deps/sfwrite.Tpo .deps/sfwrite.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -Dvt_threaded=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libsfio_C.la sfclose.lo sfclrlock.lo sfcvt.lo sfdisc.lo sfdlen.lo sfexcept.lo sfexit.lo sfextern.lo sffcvt.lo sffilbuf.lo sfflsbuf.lo sfgetd.lo sfgetl.lo sfgetm.lo sfgetr.lo sfgetu.lo sfllen.lo sfmode.lo sfmove.lo sfmutex.lo sfnew.lo sfnotify.lo sfnputc.lo sfopen.lo sfpkrd.lo sfpoll.lo sfpool.lo sfpopen.lo sfprintf.lo sfprints.lo sfpurge.lo sfputd.lo sfputl.lo sfputm.lo sfputr.lo sfputu.lo sfraise.lo sfrd.lo sfread.lo sfreserve.lo sfresize.lo sfscanf.lo sfseek.lo sfset.lo sfsetbuf.lo sfsetfd.lo sfsize.lo sfsk.lo sfstack.lo sfstrtod.lo sfswap.lo sfsync.lo sftable.lo sftell.lo sftmp.lo sfungetc.lo sfvprintf.lo sfvscanf.lo sfwr.lo sfwrite.lo ar cru .libs/libsfio_C.a .libs/sfclose.o .libs/sfclrlock.o .libs/sfcvt.o .libs/sfdisc.o .libs/sfdlen.o .libs/sfexcept.o .libs/sfexit.o .libs/sfextern.o .libs/sffcvt.o .libs/sffilbuf.o .libs/sfflsbuf.o .libs/sfgetd.o .libs/sfgetl.o .libs/sfgetm.o .libs/sfgetr.o .libs/sfgetu.o .libs/sfllen.o .libs/sfmode.o .libs/sfmove.o .libs/sfmutex.o .libs/sfnew.o .libs/sfnotify.o .libs/sfnputc.o .libs/sfopen.o .libs/sfpkrd.o .libs/sfpoll.o .libs/sfpool.o .libs/sfpopen.o .libs/sfprintf.o .libs/sfprints.o .libs/sfpurge.o .libs/sfputd.o .libs/sfputl.o .libs/sfputm.o .libs/sfputr.o .libs/sfputu.o .libs/sfraise.o .libs/sfrd.o .libs/sfread.o .libs/sfreserve.o .libs/sfresize.o .libs/sfscanf.o .libs/sfseek.o .libs/sfset.o .libs/sfsetbuf.o .libs/sfsetfd.o .libs/sfsize.o .libs/sfsk.o .libs/sfstack.o .libs/sfstrtod.o .libs/sfswap.o .libs/sfsync.o .libs/sftable.o .libs/sftell.o .libs/sftmp.o .libs/sfungetc.o .libs/sfvprintf.o .libs/sfvscanf.o .libs/sfwr.o .libs/sfwrite.o ranlib .libs/libsfio_C.a creating libsfio_C.la (cd .libs && rm -f libsfio_C.la && ln -s ../libsfio_C.la libsfio_C.la) make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' Making all in vmalloc make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vmalloc' mkdir -p ../../FEATURE ../../iffe - set cc i486-linux-gnu-gcc : run ../../lib/vmalloc/features/vmalloc > ../../FEATURE/vmalloc /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -fPIC -DPIC -o .libs/malloc.o mv -f .deps/malloc.Tpo .deps/malloc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmbest.lo -MD -MP -MF .deps/vmbest.Tpo -c -o vmbest.lo vmbest.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmbest.lo -MD -MP -MF .deps/vmbest.Tpo -c vmbest.c -fPIC -DPIC -o .libs/vmbest.o mv -f .deps/vmbest.Tpo .deps/vmbest.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmclear.lo -MD -MP -MF .deps/vmclear.Tpo -c -o vmclear.lo vmclear.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmclear.lo -MD -MP -MF .deps/vmclear.Tpo -c vmclear.c -fPIC -DPIC -o .libs/vmclear.o mv -f .deps/vmclear.Tpo .deps/vmclear.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmclose.lo -MD -MP -MF .deps/vmclose.Tpo -c -o vmclose.lo vmclose.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmclose.lo -MD -MP -MF .deps/vmclose.Tpo -c vmclose.c -fPIC -DPIC -o .libs/vmclose.o mv -f .deps/vmclose.Tpo .deps/vmclose.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmdcheap.lo -MD -MP -MF .deps/vmdcheap.Tpo -c -o vmdcheap.lo vmdcheap.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmdcheap.lo -MD -MP -MF .deps/vmdcheap.Tpo -c vmdcheap.c -fPIC -DPIC -o .libs/vmdcheap.o mv -f .deps/vmdcheap.Tpo .deps/vmdcheap.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmdebug.lo -MD -MP -MF .deps/vmdebug.Tpo -c -o vmdebug.lo vmdebug.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmdebug.lo -MD -MP -MF .deps/vmdebug.Tpo -c vmdebug.c -fPIC -DPIC -o .libs/vmdebug.o mv -f .deps/vmdebug.Tpo .deps/vmdebug.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmdisc.lo -MD -MP -MF .deps/vmdisc.Tpo -c -o vmdisc.lo vmdisc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmdisc.lo -MD -MP -MF .deps/vmdisc.Tpo -c vmdisc.c -fPIC -DPIC -o .libs/vmdisc.o mv -f .deps/vmdisc.Tpo .deps/vmdisc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmexit.lo -MD -MP -MF .deps/vmexit.Tpo -c -o vmexit.lo vmexit.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmexit.lo -MD -MP -MF .deps/vmexit.Tpo -c vmexit.c -fPIC -DPIC -o .libs/vmexit.o mv -f .deps/vmexit.Tpo .deps/vmexit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmlast.lo -MD -MP -MF .deps/vmlast.Tpo -c -o vmlast.lo vmlast.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmlast.lo -MD -MP -MF .deps/vmlast.Tpo -c vmlast.c -fPIC -DPIC -o .libs/vmlast.o mv -f .deps/vmlast.Tpo .deps/vmlast.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmopen.lo -MD -MP -MF .deps/vmopen.Tpo -c -o vmopen.lo vmopen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmopen.lo -MD -MP -MF .deps/vmopen.Tpo -c vmopen.c -fPIC -DPIC -o .libs/vmopen.o mv -f .deps/vmopen.Tpo .deps/vmopen.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmpool.lo -MD -MP -MF .deps/vmpool.Tpo -c -o vmpool.lo vmpool.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmpool.lo -MD -MP -MF .deps/vmpool.Tpo -c vmpool.c -fPIC -DPIC -o .libs/vmpool.o mv -f .deps/vmpool.Tpo .deps/vmpool.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmprivate.lo -MD -MP -MF .deps/vmprivate.Tpo -c -o vmprivate.lo vmprivate.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmprivate.lo -MD -MP -MF .deps/vmprivate.Tpo -c vmprivate.c -fPIC -DPIC -o .libs/vmprivate.o mv -f .deps/vmprivate.Tpo .deps/vmprivate.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmprofile.lo -MD -MP -MF .deps/vmprofile.Tpo -c -o vmprofile.lo vmprofile.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmprofile.lo -MD -MP -MF .deps/vmprofile.Tpo -c vmprofile.c -fPIC -DPIC -o .libs/vmprofile.o mv -f .deps/vmprofile.Tpo .deps/vmprofile.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmregion.lo -MD -MP -MF .deps/vmregion.Tpo -c -o vmregion.lo vmregion.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmregion.lo -MD -MP -MF .deps/vmregion.Tpo -c vmregion.c -fPIC -DPIC -o .libs/vmregion.o mv -f .deps/vmregion.Tpo .deps/vmregion.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmsegment.lo -MD -MP -MF .deps/vmsegment.Tpo -c -o vmsegment.lo vmsegment.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmsegment.lo -MD -MP -MF .deps/vmsegment.Tpo -c vmsegment.c -fPIC -DPIC -o .libs/vmsegment.o mv -f .deps/vmsegment.Tpo .deps/vmsegment.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmset.lo -MD -MP -MF .deps/vmset.Tpo -c -o vmset.lo vmset.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmset.lo -MD -MP -MF .deps/vmset.Tpo -c vmset.c -fPIC -DPIC -o .libs/vmset.o mv -f .deps/vmset.Tpo .deps/vmset.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmstat.lo -MD -MP -MF .deps/vmstat.Tpo -c -o vmstat.lo vmstat.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmstat.lo -MD -MP -MF .deps/vmstat.Tpo -c vmstat.c -fPIC -DPIC -o .libs/vmstat.o mv -f .deps/vmstat.Tpo .deps/vmstat.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmstrdup.lo -MD -MP -MF .deps/vmstrdup.Tpo -c -o vmstrdup.lo vmstrdup.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmstrdup.lo -MD -MP -MF .deps/vmstrdup.Tpo -c vmstrdup.c -fPIC -DPIC -o .libs/vmstrdup.o mv -f .deps/vmstrdup.Tpo .deps/vmstrdup.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmtrace.lo -MD -MP -MF .deps/vmtrace.Tpo -c -o vmtrace.lo vmtrace.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmtrace.lo -MD -MP -MF .deps/vmtrace.Tpo -c vmtrace.c -fPIC -DPIC -o .libs/vmtrace.o mv -f .deps/vmtrace.Tpo .deps/vmtrace.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmwalk.lo -MD -MP -MF .deps/vmwalk.Tpo -c -o vmwalk.lo vmwalk.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ast -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT vmwalk.lo -MD -MP -MF .deps/vmwalk.Tpo -c vmwalk.c -fPIC -DPIC -o .libs/vmwalk.o mv -f .deps/vmwalk.Tpo .deps/vmwalk.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libvmalloc_C.la malloc.lo vmbest.lo vmclear.lo vmclose.lo vmdcheap.lo vmdebug.lo vmdisc.lo vmexit.lo vmlast.lo vmopen.lo vmpool.lo vmprivate.lo vmprofile.lo vmregion.lo vmsegment.lo vmset.lo vmstat.lo vmstrdup.lo vmtrace.lo vmwalk.lo ar cru .libs/libvmalloc_C.a .libs/malloc.o .libs/vmbest.o .libs/vmclear.o .libs/vmclose.o .libs/vmdcheap.o .libs/vmdebug.o .libs/vmdisc.o .libs/vmexit.o .libs/vmlast.o .libs/vmopen.o .libs/vmpool.o .libs/vmprivate.o .libs/vmprofile.o .libs/vmregion.o .libs/vmsegment.o .libs/vmset.o .libs/vmstat.o .libs/vmstrdup.o .libs/vmtrace.o .libs/vmwalk.o ranlib .libs/libvmalloc_C.a creating libvmalloc_C.la (cd .libs && rm -f libvmalloc_C.la && ln -s ../libvmalloc_C.la libvmalloc_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vmalloc' Making all in ast make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ast' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathpath.lo -MD -MP -MF .deps/pathpath.Tpo -c -o pathpath.lo pathpath.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathpath.lo -MD -MP -MF .deps/pathpath.Tpo -c pathpath.c -fPIC -DPIC -o .libs/pathpath.o mv -f .deps/pathpath.Tpo .deps/pathpath.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT chresc.lo -MD -MP -MF .deps/chresc.Tpo -c -o chresc.lo chresc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT chresc.lo -MD -MP -MF .deps/chresc.Tpo -c chresc.c -fPIC -DPIC -o .libs/chresc.o mv -f .deps/chresc.Tpo .deps/chresc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT chrtoi.lo -MD -MP -MF .deps/chrtoi.Tpo -c -o chrtoi.lo chrtoi.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT chrtoi.lo -MD -MP -MF .deps/chrtoi.Tpo -c chrtoi.c -fPIC -DPIC -o .libs/chrtoi.o mv -f .deps/chrtoi.Tpo .deps/chrtoi.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o mv -f .deps/error.Tpo .deps/error.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fmtbuf.lo -MD -MP -MF .deps/fmtbuf.Tpo -c -o fmtbuf.lo fmtbuf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fmtbuf.lo -MD -MP -MF .deps/fmtbuf.Tpo -c fmtbuf.c -fPIC -DPIC -o .libs/fmtbuf.o mv -f .deps/fmtbuf.Tpo .deps/fmtbuf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fmtesc.lo -MD -MP -MF .deps/fmtesc.Tpo -c -o fmtesc.lo fmtesc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fmtesc.lo -MD -MP -MF .deps/fmtesc.Tpo -c fmtesc.c -fPIC -DPIC -o .libs/fmtesc.o mv -f .deps/fmtesc.Tpo .deps/fmtesc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathaccess.lo -MD -MP -MF .deps/pathaccess.Tpo -c -o pathaccess.lo pathaccess.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathaccess.lo -MD -MP -MF .deps/pathaccess.Tpo -c pathaccess.c -fPIC -DPIC -o .libs/pathaccess.o mv -f .deps/pathaccess.Tpo .deps/pathaccess.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathbin.lo -MD -MP -MF .deps/pathbin.Tpo -c -o pathbin.lo pathbin.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathbin.lo -MD -MP -MF .deps/pathbin.Tpo -c pathbin.c -fPIC -DPIC -o .libs/pathbin.o mv -f .deps/pathbin.Tpo .deps/pathbin.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathcanon.lo -MD -MP -MF .deps/pathcanon.Tpo -c -o pathcanon.lo pathcanon.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathcanon.lo -MD -MP -MF .deps/pathcanon.Tpo -c pathcanon.c -fPIC -DPIC -o .libs/pathcanon.o mv -f .deps/pathcanon.Tpo .deps/pathcanon.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathcat.lo -MD -MP -MF .deps/pathcat.Tpo -c -o pathcat.lo pathcat.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathcat.lo -MD -MP -MF .deps/pathcat.Tpo -c pathcat.c -fPIC -DPIC -o .libs/pathcat.o mv -f .deps/pathcat.Tpo .deps/pathcat.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathexists.lo -MD -MP -MF .deps/pathexists.Tpo -c -o pathexists.lo pathexists.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathexists.lo -MD -MP -MF .deps/pathexists.Tpo -c pathexists.c -fPIC -DPIC -o .libs/pathexists.o mv -f .deps/pathexists.Tpo .deps/pathexists.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathfind.lo -MD -MP -MF .deps/pathfind.Tpo -c -o pathfind.lo pathfind.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathfind.lo -MD -MP -MF .deps/pathfind.Tpo -c pathfind.c -fPIC -DPIC -o .libs/pathfind.o mv -f .deps/pathfind.Tpo .deps/pathfind.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathgetlink.lo -MD -MP -MF .deps/pathgetlink.Tpo -c -o pathgetlink.lo pathgetlink.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pathgetlink.lo -MD -MP -MF .deps/pathgetlink.Tpo -c pathgetlink.c -fPIC -DPIC -o .libs/pathgetlink.o mv -f .deps/pathgetlink.Tpo .deps/pathgetlink.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT strcopy.lo -MD -MP -MF .deps/strcopy.Tpo -c -o strcopy.lo strcopy.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT strcopy.lo -MD -MP -MF .deps/strcopy.Tpo -c strcopy.c -fPIC -DPIC -o .libs/strcopy.o mv -f .deps/strcopy.Tpo .deps/strcopy.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stresc.lo -MD -MP -MF .deps/stresc.Tpo -c -o stresc.lo stresc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stresc.lo -MD -MP -MF .deps/stresc.Tpo -c stresc.c -fPIC -DPIC -o .libs/stresc.o mv -f .deps/stresc.Tpo .deps/stresc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT strmatch.lo -MD -MP -MF .deps/strmatch.Tpo -c -o strmatch.lo strmatch.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT strmatch.lo -MD -MP -MF .deps/strmatch.Tpo -c strmatch.c -fPIC -DPIC -o .libs/strmatch.o mv -f .deps/strmatch.Tpo .deps/strmatch.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT strton.lo -MD -MP -MF .deps/strton.Tpo -c -o strton.lo strton.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT strton.lo -MD -MP -MF .deps/strton.Tpo -c strton.c -fPIC -DPIC -o .libs/strton.o mv -f .deps/strton.Tpo .deps/strton.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c -o strerror.lo strerror.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/sfio -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c -fPIC -DPIC -o .libs/strerror.o mv -f .deps/strerror.Tpo .deps/strerror.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libast_C.la pathpath.lo chresc.lo chrtoi.lo error.lo fmtbuf.lo fmtesc.lo pathaccess.lo pathbin.lo pathcanon.lo pathcat.lo pathexists.lo pathfind.lo pathgetlink.lo strcopy.lo stresc.lo strmatch.lo strton.lo strerror.lo ar cru .libs/libast_C.a .libs/pathpath.o .libs/chresc.o .libs/chrtoi.o .libs/error.o .libs/fmtbuf.o .libs/fmtesc.o .libs/pathaccess.o .libs/pathbin.o .libs/pathcanon.o .libs/pathcat.o .libs/pathexists.o .libs/pathfind.o .libs/pathgetlink.o .libs/strcopy.o .libs/stresc.o .libs/strmatch.o .libs/strton.o .libs/strerror.o ranlib .libs/libast_C.a creating libast_C.la (cd .libs && rm -f libast_C.la && ln -s ../libast_C.la libast_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ast' Making all in vpsc make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vpsc' /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.cpp mkdir .libs i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.cpp -fPIC -DPIC -o .libs/block.o mv -f .deps/block.Tpo .deps/block.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT blocks.lo -MD -MP -MF .deps/blocks.Tpo -c -o blocks.lo blocks.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT blocks.lo -MD -MP -MF .deps/blocks.Tpo -c blocks.cpp -fPIC -DPIC -o .libs/blocks.o mv -f .deps/blocks.Tpo .deps/blocks.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT constraint.lo -MD -MP -MF .deps/constraint.Tpo -c -o constraint.lo constraint.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT constraint.lo -MD -MP -MF .deps/constraint.Tpo -c constraint.cpp -fPIC -DPIC -o .libs/constraint.o mv -f .deps/constraint.Tpo .deps/constraint.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT generate-constraints.lo -MD -MP -MF .deps/generate-constraints.Tpo -c -o generate-constraints.lo generate-constraints.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT generate-constraints.lo -MD -MP -MF .deps/generate-constraints.Tpo -c generate-constraints.cpp -fPIC -DPIC -o .libs/generate-constraints.o mv -f .deps/generate-constraints.Tpo .deps/generate-constraints.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT PairingHeap.lo -MD -MP -MF .deps/PairingHeap.Tpo -c -o PairingHeap.lo `test -f 'pairingheap/PairingHeap.cpp' || echo './'`pairingheap/PairingHeap.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT PairingHeap.lo -MD -MP -MF .deps/PairingHeap.Tpo -c pairingheap/PairingHeap.cpp -fPIC -DPIC -o .libs/PairingHeap.o mv -f .deps/PairingHeap.Tpo .deps/PairingHeap.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT remove_rectangle_overlap.lo -MD -MP -MF .deps/remove_rectangle_overlap.Tpo -c -o remove_rectangle_overlap.lo remove_rectangle_overlap.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT remove_rectangle_overlap.lo -MD -MP -MF .deps/remove_rectangle_overlap.Tpo -c remove_rectangle_overlap.cpp -fPIC -DPIC -o .libs/remove_rectangle_overlap.o mv -f .deps/remove_rectangle_overlap.Tpo .deps/remove_rectangle_overlap.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT solve_VPSC.lo -MD -MP -MF .deps/solve_VPSC.Tpo -c -o solve_VPSC.lo solve_VPSC.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT solve_VPSC.lo -MD -MP -MF .deps/solve_VPSC.Tpo -c solve_VPSC.cpp -fPIC -DPIC -o .libs/solve_VPSC.o mv -f .deps/solve_VPSC.Tpo .deps/solve_VPSC.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT csolve_VPSC.lo -MD -MP -MF .deps/csolve_VPSC.Tpo -c -o csolve_VPSC.lo csolve_VPSC.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT csolve_VPSC.lo -MD -MP -MF .deps/csolve_VPSC.Tpo -c csolve_VPSC.cpp -fPIC -DPIC -o .libs/csolve_VPSC.o mv -f .deps/csolve_VPSC.Tpo .deps/csolve_VPSC.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT variable.lo -MD -MP -MF .deps/variable.Tpo -c -o variable.lo variable.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT variable.lo -MD -MP -MF .deps/variable.Tpo -c variable.cpp -fPIC -DPIC -o .libs/variable.o mv -f .deps/variable.Tpo .deps/variable.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -Wl,--as-needed -o libvpsc_C.la block.lo blocks.lo constraint.lo generate-constraints.lo PairingHeap.lo remove_rectangle_overlap.lo solve_VPSC.lo csolve_VPSC.lo variable.lo ar cru .libs/libvpsc_C.a .libs/block.o .libs/blocks.o .libs/constraint.o .libs/generate-constraints.o .libs/PairingHeap.o .libs/remove_rectangle_overlap.o .libs/solve_VPSC.o .libs/csolve_VPSC.o .libs/variable.o ranlib .libs/libvpsc_C.a creating libvpsc_C.la (cd .libs && rm -f libvpsc_C.la && ln -s ../libvpsc_C.la libvpsc_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vpsc' Making all in rbtree make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/rbtree' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o mv -f .deps/misc.Tpo .deps/misc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT red_black_tree.lo -MD -MP -MF .deps/red_black_tree.Tpo -c -o red_black_tree.lo red_black_tree.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT red_black_tree.lo -MD -MP -MF .deps/red_black_tree.Tpo -c red_black_tree.c -fPIC -DPIC -o .libs/red_black_tree.o mv -f .deps/red_black_tree.Tpo .deps/red_black_tree.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo stack.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.c -fPIC -DPIC -o .libs/stack.o mv -f .deps/stack.Tpo .deps/stack.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o librbtree_C.la misc.lo red_black_tree.lo stack.lo ar cru .libs/librbtree_C.a .libs/misc.o .libs/red_black_tree.o .libs/stack.o ranlib .libs/librbtree_C.a creating librbtree_C.la (cd .libs && rm -f librbtree_C.la && ln -s ../librbtree_C.la librbtree_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/rbtree' Making all in ortho make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ortho' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ortho' Making all in sparse make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sparse' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT SparseMatrix.lo -MD -MP -MF .deps/SparseMatrix.Tpo -c -o SparseMatrix.lo SparseMatrix.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT SparseMatrix.lo -MD -MP -MF .deps/SparseMatrix.Tpo -c SparseMatrix.c -fPIC -DPIC -o .libs/SparseMatrix.o mv -f .deps/SparseMatrix.Tpo .deps/SparseMatrix.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libsparse_C.la SparseMatrix.lo ar cru .libs/libsparse_C.a .libs/SparseMatrix.o ranlib .libs/libsparse_C.a creating libsparse_C.la (cd .libs && rm -f libsparse_C.la && ln -s ../libsparse_C.la libsparse_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sparse' Making all in patchwork make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/patchwork' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/fdpgen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT patchwork.lo -MD -MP -MF .deps/patchwork.Tpo -c -o patchwork.lo patchwork.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/fdpgen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT patchwork.lo -MD -MP -MF .deps/patchwork.Tpo -c patchwork.c -fPIC -DPIC -o .libs/patchwork.o mv -f .deps/patchwork.Tpo .deps/patchwork.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/fdpgen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT patchworkinit.lo -MD -MP -MF .deps/patchworkinit.Tpo -c -o patchworkinit.lo patchworkinit.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/fdpgen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT patchworkinit.lo -MD -MP -MF .deps/patchworkinit.Tpo -c patchworkinit.c -fPIC -DPIC -o .libs/patchworkinit.o mv -f .deps/patchworkinit.Tpo .deps/patchworkinit.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libpatchwork_C.la patchwork.lo patchworkinit.lo ar cru .libs/libpatchwork_C.a .libs/patchwork.o .libs/patchworkinit.o ranlib .libs/libpatchwork_C.a creating libpatchwork_C.la (cd .libs && rm -f libpatchwork_C.la && ln -s ../libpatchwork_C.la libpatchwork_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/patchwork' Making all in expr make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT excc.lo -MD -MP -MF .deps/excc.Tpo -c -o excc.lo excc.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT excc.lo -MD -MP -MF .deps/excc.Tpo -c excc.c -fPIC -DPIC -o .libs/excc.o mv -f .deps/excc.Tpo .deps/excc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT excontext.lo -MD -MP -MF .deps/excontext.Tpo -c -o excontext.lo excontext.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT excontext.lo -MD -MP -MF .deps/excontext.Tpo -c excontext.c -fPIC -DPIC -o .libs/excontext.o mv -f .deps/excontext.Tpo .deps/excontext.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exdata.lo -MD -MP -MF .deps/exdata.Tpo -c -o exdata.lo exdata.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exdata.lo -MD -MP -MF .deps/exdata.Tpo -c exdata.c -fPIC -DPIC -o .libs/exdata.o mv -f .deps/exdata.Tpo .deps/exdata.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exerror.lo -MD -MP -MF .deps/exerror.Tpo -c -o exerror.lo exerror.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exerror.lo -MD -MP -MF .deps/exerror.Tpo -c exerror.c -fPIC -DPIC -o .libs/exerror.o mv -f .deps/exerror.Tpo .deps/exerror.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exeval.lo -MD -MP -MF .deps/exeval.Tpo -c -o exeval.lo exeval.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exeval.lo -MD -MP -MF .deps/exeval.Tpo -c exeval.c -fPIC -DPIC -o .libs/exeval.o mv -f .deps/exeval.Tpo .deps/exeval.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exexpr.lo -MD -MP -MF .deps/exexpr.Tpo -c -o exexpr.lo exexpr.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exexpr.lo -MD -MP -MF .deps/exexpr.Tpo -c exexpr.c -fPIC -DPIC -o .libs/exexpr.o mv -f .deps/exexpr.Tpo .deps/exexpr.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exlexname.lo -MD -MP -MF .deps/exlexname.Tpo -c -o exlexname.lo exlexname.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exlexname.lo -MD -MP -MF .deps/exlexname.Tpo -c exlexname.c -fPIC -DPIC -o .libs/exlexname.o mv -f .deps/exlexname.Tpo .deps/exlexname.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exopen.lo -MD -MP -MF .deps/exopen.Tpo -c -o exopen.lo exopen.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exopen.lo -MD -MP -MF .deps/exopen.Tpo -c exopen.c -fPIC -DPIC -o .libs/exopen.o mv -f .deps/exopen.Tpo .deps/exopen.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exrewind.lo -MD -MP -MF .deps/exrewind.Tpo -c -o exrewind.lo exrewind.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exrewind.lo -MD -MP -MF .deps/exrewind.Tpo -c exrewind.c -fPIC -DPIC -o .libs/exrewind.o mv -f .deps/exrewind.Tpo .deps/exrewind.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT extoken.lo -MD -MP -MF .deps/extoken.Tpo -c -o extoken.lo extoken.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT extoken.lo -MD -MP -MF .deps/extoken.Tpo -c extoken.c -fPIC -DPIC -o .libs/extoken.o mv -f .deps/extoken.Tpo .deps/extoken.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT extype.lo -MD -MP -MF .deps/extype.Tpo -c -o extype.lo extype.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT extype.lo -MD -MP -MF .deps/extype.Tpo -c extype.c -fPIC -DPIC -o .libs/extype.o mv -f .deps/extype.Tpo .deps/extype.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exzero.lo -MD -MP -MF .deps/exzero.Tpo -c -o exzero.lo exzero.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exzero.lo -MD -MP -MF .deps/exzero.Tpo -c exzero.c -fPIC -DPIC -o .libs/exzero.o mv -f .deps/exzero.Tpo .deps/exzero.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exparse.lo -MD -MP -MF .deps/exparse.Tpo -c -o exparse.lo exparse.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../.. -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exparse.lo -MD -MP -MF .deps/exparse.Tpo -c exparse.c -fPIC -DPIC -o .libs/exparse.o mv -f .deps/exparse.Tpo .deps/exparse.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libexpr_C.la excc.lo excontext.lo exdata.lo exerror.lo exeval.lo exexpr.lo exlexname.lo exopen.lo exrewind.lo extoken.lo extype.lo exzero.lo exparse.lo ../../lib/ast/libast_C.la ../../lib/vmalloc/libvmalloc_C.la ../../lib/sfio/libsfio_C.la rm -fr .libs/libexpr_C.lax mkdir .libs/libexpr_C.lax rm -fr .libs/libexpr_C.lax/libast_C.a mkdir .libs/libexpr_C.lax/libast_C.a (cd .libs/libexpr_C.lax/libast_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr/../../lib/ast/.libs/libast_C.a) rm -fr .libs/libexpr_C.lax/libvmalloc_C.a mkdir .libs/libexpr_C.lax/libvmalloc_C.a (cd .libs/libexpr_C.lax/libvmalloc_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr/../../lib/vmalloc/.libs/libvmalloc_C.a) rm -fr .libs/libexpr_C.lax/libsfio_C.a mkdir .libs/libexpr_C.lax/libsfio_C.a (cd .libs/libexpr_C.lax/libsfio_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr/../../lib/sfio/.libs/libsfio_C.a) ar cru .libs/libexpr_C.a .libs/excc.o .libs/excontext.o .libs/exdata.o .libs/exerror.o .libs/exeval.o .libs/exexpr.o .libs/exlexname.o .libs/exopen.o .libs/exrewind.o .libs/extoken.o .libs/extype.o .libs/exzero.o .libs/exparse.o .libs/libexpr_C.lax/libast_C.a/pathpath.o .libs/libexpr_C.lax/libast_C.a/chresc.o .libs/libexpr_C.lax/libast_C.a/chrtoi.o .libs/libexpr_C.lax/libast_C.a/error.o .libs/libexpr_C.lax/libast_C.a/fmtbuf.o .libs/libexpr_C.lax/libast_C.a/fmtesc.o .libs/libexpr_C.lax/libast_C.a/pathaccess.o .libs/libexpr_C.lax/libast_C.a/pathbin.o .libs/libexpr_C.lax/libast_C.a/pathcanon.o .libs/libexpr_C.lax/libast_C.a/pathcat.o .libs/libexpr_C.lax/libast_C.a/pathexists.o .libs/libexpr_C.lax/libast_C.a/pathfind.o .libs/libexpr_C.lax/libast_C.a/pathgetlink.o .libs/libexpr_C.lax/libast_C.a/strcopy.o .libs/libexpr_C.lax/libast_C.a/stresc.o .libs/libexpr_C.lax/libast_C.a/strmatch.o .libs/libexpr_C.lax/libast_C.a/strton.o .libs/libexpr_C.lax/libast_C.a/strerror.o .libs/libexpr_C.lax/libvmalloc_C.a/malloc.o .libs/libexpr_C.lax/libvmalloc_C.a/vmbest.o .libs/libexpr_C.lax/libvmalloc_C.a/vmclear.o .libs/libexpr_C.lax/libvmalloc_C.a/vmclose.o .libs/libexpr_C.lax/libvmalloc_C.a/vmdcheap.o .libs/libexpr_C.lax/libvmalloc_C.a/vmdebug.o .libs/libexpr_C.lax/libvmalloc_C.a/vmdisc.o .libs/libexpr_C.lax/libvmalloc_C.a/vmexit.o .libs/libexpr_C.lax/libvmalloc_C.a/vmlast.o .libs/libexpr_C.lax/libvmalloc_C.a/vmopen.o .libs/libexpr_C.lax/libvmalloc_C.a/vmpool.o .libs/libexpr_C.lax/libvmalloc_C.a/vmprivate.o .libs/libexpr_C.lax/libvmalloc_C.a/vmprofile.o .libs/libexpr_C.lax/libvmalloc_C.a/vmregion.o .libs/libexpr_C.lax/libvmalloc_C.a/vmsegment.o .libs/libexpr_C.lax/libvmalloc_C.a/vmset.o .libs/libexpr_C.lax/libvmalloc_C.a/vmstat.o .libs/libexpr_C.lax/libvmalloc_C.a/vmstrdup.o .libs/libexpr_C.lax/libvmalloc_C.a/vmtrace.o .libs/libexpr_C.lax/libvmalloc_C.a/vmwalk.o .libs/libexpr_C.lax/libsfio_C.a/sfclose.o .libs/libexpr_C.lax/libsfio_C.a/sfclrlock.o .libs/libexpr_C.lax/libsfio_C.a/sfcvt.o .libs/libexpr_C.lax/libsfio_C.a/sfdisc.o .libs/libexpr_C.lax/libsfio_C.a/sfdlen.o .libs/libexpr_C.lax/libsfio_C.a/sfexcept.o .libs/libexpr_C.lax/libsfio_C.a/sfexit.o .libs/libexpr_C.lax/libsfio_C.a/sfextern.o .libs/libexpr_C.lax/libsfio_C.a/sffcvt.o .libs/libexpr_C.lax/libsfio_C.a/sffilbuf.o .libs/libexpr_C.lax/libsfio_C.a/sfflsbuf.o .libs/libexpr_C.lax/libsfio_C.a/sfgetd.o .libs/libexpr_C.lax/libsfio_C.a/sfgetl.o .libs/libexpr_C.lax/libsfio_C.a/sfgetm.o .libs/libexpr_C.lax/libsfio_C.a/sfgetr.o .libs/libexpr_C.lax/libsfio_C.a/sfgetu.o .libs/libexpr_C.lax/libsfio_C.a/sfllen.o .libs/libexpr_C.lax/libsfio_C.a/sfmode.o .libs/libexpr_C.lax/libsfio_C.a/sfmove.o .libs/libexpr_C.lax/libsfio_C.a/sfmutex.o .libs/libexpr_C.lax/libsfio_C.a/sfnew.o .libs/libexpr_C.lax/libsfio_C.a/sfnotify.o .libs/libexpr_C.lax/libsfio_C.a/sfnputc.o .libs/libexpr_C.lax/libsfio_C.a/sfopen.o .libs/libexpr_C.lax/libsfio_C.a/sfpkrd.o .libs/libexpr_C.lax/libsfio_C.a/sfpoll.o .libs/libexpr_C.lax/libsfio_C.a/sfpool.o .libs/libexpr_C.lax/libsfio_C.a/sfpopen.o .libs/libexpr_C.lax/libsfio_C.a/sfprintf.o .libs/libexpr_C.lax/libsfio_C.a/sfprints.o .libs/libexpr_C.lax/libsfio_C.a/sfpurge.o .libs/libexpr_C.lax/libsfio_C.a/sfputd.o .libs/libexpr_C.lax/libsfio_C.a/sfputl.o .libs/libexpr_C.lax/libsfio_C.a/sfputm.o .libs/libexpr_C.lax/libsfio_C.a/sfputr.o .libs/libexpr_C.lax/libsfio_C.a/sfputu.o .libs/libexpr_C.lax/libsfio_C.a/sfraise.o .libs/libexpr_C.lax/libsfio_C.a/sfrd.o .libs/libexpr_C.lax/libsfio_C.a/sfread.o .libs/libexpr_C.lax/libsfio_C.a/sfreserve.o .libs/libexpr_C.lax/libsfio_C.a/sfresize.o .libs/libexpr_C.lax/libsfio_C.a/sfscanf.o .libs/libexpr_C.lax/libsfio_C.a/sfseek.o .libs/libexpr_C.lax/libsfio_C.a/sfset.o .libs/libexpr_C.lax/libsfio_C.a/sfsetbuf.o .libs/libexpr_C.lax/libsfio_C.a/sfsetfd.o .libs/libexpr_C.lax/libsfio_C.a/sfsize.o .libs/libexpr_C.lax/libsfio_C.a/sfsk.o .libs/libexpr_C.lax/libsfio_C.a/sfstack.o .libs/libexpr_C.lax/libsfio_C.a/sfstrtod.o .libs/libexpr_C.lax/libsfio_C.a/sfswap.o .libs/libexpr_C.lax/libsfio_C.a/sfsync.o .libs/libexpr_C.lax/libsfio_C.a/sftable.o .libs/libexpr_C.lax/libsfio_C.a/sftell.o .libs/libexpr_C.lax/libsfio_C.a/sftmp.o .libs/libexpr_C.lax/libsfio_C.a/sfungetc.o .libs/libexpr_C.lax/libsfio_C.a/sfvprintf.o .libs/libexpr_C.lax/libsfio_C.a/sfvscanf.o .libs/libexpr_C.lax/libsfio_C.a/sfwr.o .libs/libexpr_C.lax/libsfio_C.a/sfwrite.o ranlib .libs/libexpr_C.a rm -fr .libs/libexpr_C.lax creating libexpr_C.la (cd .libs && rm -f libexpr_C.la && ln -s ../libexpr_C.la libexpr_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr' Making all in common make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/common' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT arrows.lo -MD -MP -MF .deps/arrows.Tpo -c -o arrows.lo arrows.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT arrows.lo -MD -MP -MF .deps/arrows.Tpo -c arrows.c -fPIC -DPIC -o .libs/arrows.o mv -f .deps/arrows.Tpo .deps/arrows.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT colxlate.lo -MD -MP -MF .deps/colxlate.Tpo -c -o colxlate.lo colxlate.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT colxlate.lo -MD -MP -MF .deps/colxlate.Tpo -c colxlate.c -fPIC -DPIC -o .libs/colxlate.o mv -f .deps/colxlate.Tpo .deps/colxlate.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fontmetrics.lo -MD -MP -MF .deps/fontmetrics.Tpo -c -o fontmetrics.lo fontmetrics.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fontmetrics.lo -MD -MP -MF .deps/fontmetrics.Tpo -c fontmetrics.c -fPIC -DPIC -o .libs/fontmetrics.o mv -f .deps/fontmetrics.Tpo .deps/fontmetrics.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT args.lo -MD -MP -MF .deps/args.Tpo -c -o args.lo args.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT args.lo -MD -MP -MF .deps/args.Tpo -c args.c -fPIC -DPIC -o .libs/args.o mv -f .deps/args.Tpo .deps/args.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c -fPIC -DPIC -o .libs/memory.o mv -f .deps/memory.Tpo .deps/memory.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c -o globals.lo globals.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.c -fPIC -DPIC -o .libs/globals.o mv -f .deps/globals.Tpo .deps/globals.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT htmllex.lo -MD -MP -MF .deps/htmllex.Tpo -c -o htmllex.lo htmllex.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT htmllex.lo -MD -MP -MF .deps/htmllex.Tpo -c htmllex.c -fPIC -DPIC -o .libs/htmllex.o mv -f .deps/htmllex.Tpo .deps/htmllex.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT htmlparse.lo -MD -MP -MF .deps/htmlparse.Tpo -c -o htmlparse.lo htmlparse.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT htmlparse.lo -MD -MP -MF .deps/htmlparse.Tpo -c htmlparse.c -fPIC -DPIC -o .libs/htmlparse.o mv -f .deps/htmlparse.Tpo .deps/htmlparse.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT htmltable.lo -MD -MP -MF .deps/htmltable.Tpo -c -o htmltable.lo htmltable.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT htmltable.lo -MD -MP -MF .deps/htmltable.Tpo -c htmltable.c -fPIC -DPIC -o .libs/htmltable.o mv -f .deps/htmltable.Tpo .deps/htmltable.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -fPIC -DPIC -o .libs/input.o mv -f .deps/input.Tpo .deps/input.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pointset.lo -MD -MP -MF .deps/pointset.Tpo -c -o pointset.lo pointset.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pointset.lo -MD -MP -MF .deps/pointset.Tpo -c pointset.c -fPIC -DPIC -o .libs/pointset.o mv -f .deps/pointset.Tpo .deps/pointset.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT postproc.lo -MD -MP -MF .deps/postproc.Tpo -c -o postproc.lo postproc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT postproc.lo -MD -MP -MF .deps/postproc.Tpo -c postproc.c -fPIC -DPIC -o .libs/postproc.o mv -f .deps/postproc.Tpo .deps/postproc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT routespl.lo -MD -MP -MF .deps/routespl.Tpo -c -o routespl.lo routespl.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT routespl.lo -MD -MP -MF .deps/routespl.Tpo -c routespl.c -fPIC -DPIC -o .libs/routespl.o mv -f .deps/routespl.Tpo .deps/routespl.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT splines.lo -MD -MP -MF .deps/splines.Tpo -c -o splines.lo splines.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT splines.lo -MD -MP -MF .deps/splines.Tpo -c splines.c -fPIC -DPIC -o .libs/splines.o mv -f .deps/splines.Tpo .deps/splines.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT psusershape.lo -MD -MP -MF .deps/psusershape.Tpo -c -o psusershape.lo psusershape.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT psusershape.lo -MD -MP -MF .deps/psusershape.Tpo -c psusershape.c -fPIC -DPIC -o .libs/psusershape.o mv -f .deps/psusershape.Tpo .deps/psusershape.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT timing.lo -MD -MP -MF .deps/timing.Tpo -c -o timing.lo timing.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT timing.lo -MD -MP -MF .deps/timing.Tpo -c timing.c -fPIC -DPIC -o .libs/timing.o mv -f .deps/timing.Tpo .deps/timing.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT labels.lo -MD -MP -MF .deps/labels.Tpo -c -o labels.lo labels.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT labels.lo -MD -MP -MF .deps/labels.Tpo -c labels.c -fPIC -DPIC -o .libs/labels.o mv -f .deps/labels.Tpo .deps/labels.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT ns.lo -MD -MP -MF .deps/ns.Tpo -c -o ns.lo ns.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT ns.lo -MD -MP -MF .deps/ns.Tpo -c ns.c -fPIC -DPIC -o .libs/ns.o mv -f .deps/ns.Tpo .deps/ns.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT shapes.lo -MD -MP -MF .deps/shapes.Tpo -c -o shapes.lo shapes.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT shapes.lo -MD -MP -MF .deps/shapes.Tpo -c shapes.c -fPIC -DPIC -o .libs/shapes.o mv -f .deps/shapes.Tpo .deps/shapes.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -fPIC -DPIC -o .libs/utils.o mv -f .deps/utils.Tpo .deps/utils.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT geom.lo -MD -MP -MF .deps/geom.Tpo -c -o geom.lo geom.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT geom.lo -MD -MP -MF .deps/geom.Tpo -c geom.c -fPIC -DPIC -o .libs/geom.o mv -f .deps/geom.Tpo .deps/geom.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT output.lo -MD -MP -MF .deps/output.Tpo -c -o output.lo output.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -fPIC -DPIC -o .libs/output.o mv -f .deps/output.Tpo .deps/output.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT emit.lo -MD -MP -MF .deps/emit.Tpo -c -o emit.lo emit.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/pack -I../../lib/fdpgen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT emit.lo -MD -MP -MF .deps/emit.Tpo -c emit.c -fPIC -DPIC -o .libs/emit.o mv -f .deps/emit.Tpo .deps/emit.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libcommon_C.la arrows.lo colxlate.lo fontmetrics.lo args.lo memory.lo globals.lo htmllex.lo htmlparse.lo htmltable.lo input.lo pointset.lo postproc.lo routespl.lo splines.lo psusershape.lo timing.lo labels.lo ns.lo shapes.lo utils.lo geom.lo output.lo emit.lo ar cru .libs/libcommon_C.a .libs/arrows.o .libs/colxlate.o .libs/fontmetrics.o .libs/args.o .libs/memory.o .libs/globals.o .libs/htmllex.o .libs/htmlparse.o .libs/htmltable.o .libs/input.o .libs/pointset.o .libs/postproc.o .libs/routespl.o .libs/splines.o .libs/psusershape.o .libs/timing.o .libs/labels.o .libs/ns.o .libs/shapes.o .libs/utils.o .libs/geom.o .libs/output.o .libs/emit.o ranlib .libs/libcommon_C.a creating libcommon_C.la (cd .libs && rm -f libcommon_C.la && ln -s ../libcommon_C.la libcommon_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/common' Making all in pack make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pack' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT ccomps.lo -MD -MP -MF .deps/ccomps.Tpo -c -o ccomps.lo ccomps.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT ccomps.lo -MD -MP -MF .deps/ccomps.Tpo -c ccomps.c -fPIC -DPIC -o .libs/ccomps.o mv -f .deps/ccomps.Tpo .deps/ccomps.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pack.lo -MD -MP -MF .deps/pack.Tpo -c -o pack.lo pack.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pack.lo -MD -MP -MF .deps/pack.Tpo -c pack.c -fPIC -DPIC -o .libs/pack.o mv -f .deps/pack.Tpo .deps/pack.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libpack_C.la ccomps.lo pack.lo ar cru .libs/libpack_C.a .libs/ccomps.o .libs/pack.o ranlib .libs/libpack_C.a creating libpack_C.la (cd .libs && rm -f libpack_C.la && ln -s ../libpack_C.la libpack_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pack' Making all in gvc make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender.lo -MD -MP -MF .deps/gvrender.Tpo -c -o gvrender.lo gvrender.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender.lo -MD -MP -MF .deps/gvrender.Tpo -c gvrender.c -fPIC -DPIC -o .libs/gvrender.o mv -f .deps/gvrender.Tpo .deps/gvrender.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvlayout.lo -MD -MP -MF .deps/gvlayout.Tpo -c -o gvlayout.lo gvlayout.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvlayout.lo -MD -MP -MF .deps/gvlayout.Tpo -c gvlayout.c -fPIC -DPIC -o .libs/gvlayout.o mv -f .deps/gvlayout.Tpo .deps/gvlayout.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice.lo -MD -MP -MF .deps/gvdevice.Tpo -c -o gvdevice.lo gvdevice.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice.lo -MD -MP -MF .deps/gvdevice.Tpo -c gvdevice.c -fPIC -DPIC -o .libs/gvdevice.o mv -f .deps/gvdevice.Tpo .deps/gvdevice.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage.lo -MD -MP -MF .deps/gvloadimage.Tpo -c -o gvloadimage.lo gvloadimage.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage.lo -MD -MP -MF .deps/gvloadimage.Tpo -c gvloadimage.c -fPIC -DPIC -o .libs/gvloadimage.o mv -f .deps/gvloadimage.Tpo .deps/gvloadimage.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvcontext.lo -MD -MP -MF .deps/gvcontext.Tpo -c -o gvcontext.lo gvcontext.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvcontext.lo -MD -MP -MF .deps/gvcontext.Tpo -c gvcontext.c -fPIC -DPIC -o .libs/gvcontext.o mv -f .deps/gvcontext.Tpo .deps/gvcontext.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvjobs.lo -MD -MP -MF .deps/gvjobs.Tpo -c -o gvjobs.lo gvjobs.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvjobs.lo -MD -MP -MF .deps/gvjobs.Tpo -c gvjobs.c -fPIC -DPIC -o .libs/gvjobs.o mv -f .deps/gvjobs.Tpo .deps/gvjobs.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvevent.lo -MD -MP -MF .deps/gvevent.Tpo -c -o gvevent.lo gvevent.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvevent.lo -MD -MP -MF .deps/gvevent.Tpo -c gvevent.c -fPIC -DPIC -o .libs/gvevent.o mv -f .deps/gvevent.Tpo .deps/gvevent.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin.lo -MD -MP -MF .deps/gvplugin.Tpo -c -o gvplugin.lo gvplugin.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin.lo -MD -MP -MF .deps/gvplugin.Tpo -c gvplugin.c -fPIC -DPIC -o .libs/gvplugin.o mv -f .deps/gvplugin.Tpo .deps/gvplugin.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvconfig.lo -MD -MP -MF .deps/gvconfig.Tpo -c -o gvconfig.lo gvconfig.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvconfig.lo -MD -MP -MF .deps/gvconfig.Tpo -c gvconfig.c -fPIC -DPIC -o .libs/gvconfig.o mv -f .deps/gvconfig.Tpo .deps/gvconfig.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvtextlayout.lo -MD -MP -MF .deps/gvtextlayout.Tpo -c -o gvtextlayout.lo gvtextlayout.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvtextlayout.lo -MD -MP -MF .deps/gvtextlayout.Tpo -c gvtextlayout.c -fPIC -DPIC -o .libs/gvtextlayout.o mv -f .deps/gvtextlayout.Tpo .deps/gvtextlayout.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvusershape.lo -MD -MP -MF .deps/gvusershape.Tpo -c -o gvusershape.lo gvusershape.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvusershape.lo -MD -MP -MF .deps/gvusershape.Tpo -c gvusershape.c -fPIC -DPIC -o .libs/gvusershape.o mv -f .deps/gvusershape.Tpo .deps/gvusershape.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvc.lo -MD -MP -MF .deps/gvc.Tpo -c -o gvc.lo gvc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -I../../libltdl -I../../libltdl -DGVLIBDIR=\"/usr/lib/graphviz\" -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvc.lo -MD -MP -MF .deps/gvc.Tpo -c gvc.c -fPIC -DPIC -o .libs/gvc.o mv -f .deps/gvc.Tpo .deps/gvc.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info "5:0:0" -no-undefined -Wl,--as-needed -o libgvc.la -rpath /usr/lib gvrender.lo gvlayout.lo gvdevice.lo gvloadimage.lo gvcontext.lo gvjobs.lo gvevent.lo gvplugin.lo gvconfig.lo gvtextlayout.lo gvusershape.lo gvc.lo ../../lib/pack/libpack_C.la ../../lib/common/libcommon_C.la ../../libltdl/libltdlc.la ../../lib/cdt/libcdt.la ../../lib/graph/libgraph.la ../../lib/pathplan/libpathplan.la -lexpat -lz -lm -lz -lm i486-linux-gnu-gcc -shared .libs/gvrender.o .libs/gvlayout.o .libs/gvdevice.o .libs/gvloadimage.o .libs/gvcontext.o .libs/gvjobs.o .libs/gvevent.o .libs/gvplugin.o .libs/gvconfig.o .libs/gvtextlayout.o .libs/gvusershape.o .libs/gvc.o -Wl,--whole-archive ../../lib/pack/.libs/libpack_C.a ../../lib/common/.libs/libcommon_C.a ../../libltdl/.libs/libltdlc.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -ldl ../../lib/cdt/.libs/libcdt.so ../../lib/graph/.libs/libgraph.so ../../lib/pathplan/.libs/libpathplan.so /usr/lib/libexpat.so -lz -lm -Wl,--as-needed -Wl,-soname -Wl,libgvc.so.5 -o .libs/libgvc.so.5.0.0 (cd .libs && rm -f libgvc.so.5 && ln -s libgvc.so.5.0.0 libgvc.so.5) (cd .libs && rm -f libgvc.so && ln -s libgvc.so.5.0.0 libgvc.so) creating libgvc.la (cd .libs && rm -f libgvc.la && ln -s ../libgvc.la libgvc.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvc_C.la gvrender.lo gvlayout.lo gvdevice.lo gvloadimage.lo gvcontext.lo gvjobs.lo gvevent.lo gvplugin.lo gvconfig.lo gvtextlayout.lo gvusershape.lo gvc.lo ../../lib/pack/libpack_C.la ../../lib/common/libcommon_C.la ../../libltdl/libltdlc.la -lz -lm rm -fr .libs/libgvc_C.lax mkdir .libs/libgvc_C.lax rm -fr .libs/libgvc_C.lax/libpack_C.a mkdir .libs/libgvc_C.lax/libpack_C.a (cd .libs/libgvc_C.lax/libpack_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/../../lib/pack/.libs/libpack_C.a) rm -fr .libs/libgvc_C.lax/libcommon_C.a mkdir .libs/libgvc_C.lax/libcommon_C.a (cd .libs/libgvc_C.lax/libcommon_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/../../lib/common/.libs/libcommon_C.a) rm -fr .libs/libgvc_C.lax/libltdlc.a mkdir .libs/libgvc_C.lax/libltdlc.a (cd .libs/libgvc_C.lax/libltdlc.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/../../libltdl/.libs/libltdlc.a) ar cru .libs/libgvc_C.a .libs/gvrender.o .libs/gvlayout.o .libs/gvdevice.o .libs/gvloadimage.o .libs/gvcontext.o .libs/gvjobs.o .libs/gvevent.o .libs/gvplugin.o .libs/gvconfig.o .libs/gvtextlayout.o .libs/gvusershape.o .libs/gvc.o .libs/libgvc_C.lax/libpack_C.a/ccomps.o .libs/libgvc_C.lax/libpack_C.a/pack.o .libs/libgvc_C.lax/libcommon_C.a/arrows.o .libs/libgvc_C.lax/libcommon_C.a/colxlate.o .libs/libgvc_C.lax/libcommon_C.a/fontmetrics.o .libs/libgvc_C.lax/libcommon_C.a/args.o .libs/libgvc_C.lax/libcommon_C.a/memory.o .libs/libgvc_C.lax/libcommon_C.a/globals.o .libs/libgvc_C.lax/libcommon_C.a/htmllex.o .libs/libgvc_C.lax/libcommon_C.a/htmlparse.o .libs/libgvc_C.lax/libcommon_C.a/htmltable.o .libs/libgvc_C.lax/libcommon_C.a/input.o .libs/libgvc_C.lax/libcommon_C.a/pointset.o .libs/libgvc_C.lax/libcommon_C.a/postproc.o .libs/libgvc_C.lax/libcommon_C.a/routespl.o .libs/libgvc_C.lax/libcommon_C.a/splines.o .libs/libgvc_C.lax/libcommon_C.a/psusershape.o .libs/libgvc_C.lax/libcommon_C.a/timing.o .libs/libgvc_C.lax/libcommon_C.a/labels.o .libs/libgvc_C.lax/libcommon_C.a/ns.o .libs/libgvc_C.lax/libcommon_C.a/shapes.o .libs/libgvc_C.lax/libcommon_C.a/utils.o .libs/libgvc_C.lax/libcommon_C.a/geom.o .libs/libgvc_C.lax/libcommon_C.a/output.o .libs/libgvc_C.lax/libcommon_C.a/emit.o .libs/libgvc_C.lax/libltdlc.a/ltdl.o ranlib .libs/libgvc_C.a rm -fr .libs/libgvc_C.lax creating libgvc_C.la (cd .libs && rm -f libgvc_C.la && ln -s ../libgvc_C.la libgvc_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc' Making all in xdot make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/xdot' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/xdot' Making all in ingraphs make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ingraphs' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT ingraphs.lo -MD -MP -MF .deps/ingraphs.Tpo -c -o ingraphs.lo ingraphs.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT ingraphs.lo -MD -MP -MF .deps/ingraphs.Tpo -c ingraphs.c -fPIC -DPIC -o .libs/ingraphs.o mv -f .deps/ingraphs.Tpo .deps/ingraphs.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libingraphs_C.la ingraphs.lo ar cru .libs/libingraphs_C.a .libs/ingraphs.o ranlib .libs/libingraphs_C.a creating libingraphs_C.la (cd .libs && rm -f libingraphs_C.la && ln -s ../libingraphs_C.la libingraphs_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ingraphs' Making all in topfish make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/topfish' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/topfish' Making all in glcomp make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/glcomp' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/glcomp' Making all in circogen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/circogen' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circularinit.lo -MD -MP -MF .deps/circularinit.Tpo -c -o circularinit.lo circularinit.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circularinit.lo -MD -MP -MF .deps/circularinit.Tpo -c circularinit.c -fPIC -DPIC -o .libs/circularinit.o mv -f .deps/circularinit.Tpo .deps/circularinit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT nodelist.lo -MD -MP -MF .deps/nodelist.Tpo -c -o nodelist.lo nodelist.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT nodelist.lo -MD -MP -MF .deps/nodelist.Tpo -c nodelist.c -fPIC -DPIC -o .libs/nodelist.o mv -f .deps/nodelist.Tpo .deps/nodelist.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -fPIC -DPIC -o .libs/block.o mv -f .deps/block.Tpo .deps/block.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT edgelist.lo -MD -MP -MF .deps/edgelist.Tpo -c -o edgelist.lo edgelist.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT edgelist.lo -MD -MP -MF .deps/edgelist.Tpo -c edgelist.c -fPIC -DPIC -o .libs/edgelist.o mv -f .deps/edgelist.Tpo .deps/edgelist.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo stack.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.c -fPIC -DPIC -o .libs/stack.o mv -f .deps/stack.Tpo .deps/stack.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circular.lo -MD -MP -MF .deps/circular.Tpo -c -o circular.lo circular.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circular.lo -MD -MP -MF .deps/circular.Tpo -c circular.c -fPIC -DPIC -o .libs/circular.o mv -f .deps/circular.Tpo .deps/circular.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT deglist.lo -MD -MP -MF .deps/deglist.Tpo -c -o deglist.lo deglist.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT deglist.lo -MD -MP -MF .deps/deglist.Tpo -c deglist.c -fPIC -DPIC -o .libs/deglist.o mv -f .deps/deglist.Tpo .deps/deglist.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT blocktree.lo -MD -MP -MF .deps/blocktree.Tpo -c -o blocktree.lo blocktree.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT blocktree.lo -MD -MP -MF .deps/blocktree.Tpo -c blocktree.c -fPIC -DPIC -o .libs/blocktree.o mv -f .deps/blocktree.Tpo .deps/blocktree.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT blockpath.lo -MD -MP -MF .deps/blockpath.Tpo -c -o blockpath.lo blockpath.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT blockpath.lo -MD -MP -MF .deps/blockpath.Tpo -c blockpath.c -fPIC -DPIC -o .libs/blockpath.o mv -f .deps/blockpath.Tpo .deps/blockpath.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circpos.lo -MD -MP -MF .deps/circpos.Tpo -c -o circpos.lo circpos.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circpos.lo -MD -MP -MF .deps/circpos.Tpo -c circpos.c -fPIC -DPIC -o .libs/circpos.o mv -f .deps/circpos.Tpo .deps/circpos.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT nodeset.lo -MD -MP -MF .deps/nodeset.Tpo -c -o nodeset.lo nodeset.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT nodeset.lo -MD -MP -MF .deps/nodeset.Tpo -c nodeset.c -fPIC -DPIC -o .libs/nodeset.o mv -f .deps/nodeset.Tpo .deps/nodeset.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libcircogen_C.la circularinit.lo nodelist.lo block.lo edgelist.lo stack.lo circular.lo deglist.lo blocktree.lo blockpath.lo circpos.lo nodeset.lo ar cru .libs/libcircogen_C.a .libs/circularinit.o .libs/nodelist.o .libs/block.o .libs/edgelist.o .libs/stack.o .libs/circular.o .libs/deglist.o .libs/blocktree.o .libs/blockpath.o .libs/circpos.o .libs/nodeset.o ranlib .libs/libcircogen_C.a creating libcircogen_C.la (cd .libs && rm -f libcircogen_C.la && ln -s ../libcircogen_C.la libcircogen_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/circogen' Making all in dotgen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/dotgen' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT acyclic.lo -MD -MP -MF .deps/acyclic.Tpo -c -o acyclic.lo acyclic.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT acyclic.lo -MD -MP -MF .deps/acyclic.Tpo -c acyclic.c -fPIC -DPIC -o .libs/acyclic.o mv -f .deps/acyclic.Tpo .deps/acyclic.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT class1.lo -MD -MP -MF .deps/class1.Tpo -c -o class1.lo class1.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT class1.lo -MD -MP -MF .deps/class1.Tpo -c class1.c -fPIC -DPIC -o .libs/class1.o mv -f .deps/class1.Tpo .deps/class1.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT class2.lo -MD -MP -MF .deps/class2.Tpo -c -o class2.lo class2.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT class2.lo -MD -MP -MF .deps/class2.Tpo -c class2.c -fPIC -DPIC -o .libs/class2.o mv -f .deps/class2.Tpo .deps/class2.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT cluster.lo -MD -MP -MF .deps/cluster.Tpo -c -o cluster.lo cluster.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT cluster.lo -MD -MP -MF .deps/cluster.Tpo -c cluster.c -fPIC -DPIC -o .libs/cluster.o mv -f .deps/cluster.Tpo .deps/cluster.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT compound.lo -MD -MP -MF .deps/compound.Tpo -c -o compound.lo compound.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT compound.lo -MD -MP -MF .deps/compound.Tpo -c compound.c -fPIC -DPIC -o .libs/compound.o mv -f .deps/compound.Tpo .deps/compound.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT conc.lo -MD -MP -MF .deps/conc.Tpo -c -o conc.lo conc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT conc.lo -MD -MP -MF .deps/conc.Tpo -c conc.c -fPIC -DPIC -o .libs/conc.o mv -f .deps/conc.Tpo .deps/conc.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT decomp.lo -MD -MP -MF .deps/decomp.Tpo -c -o decomp.lo decomp.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT decomp.lo -MD -MP -MF .deps/decomp.Tpo -c decomp.c -fPIC -DPIC -o .libs/decomp.o mv -f .deps/decomp.Tpo .deps/decomp.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fastgr.lo -MD -MP -MF .deps/fastgr.Tpo -c -o fastgr.lo fastgr.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fastgr.lo -MD -MP -MF .deps/fastgr.Tpo -c fastgr.c -fPIC -DPIC -o .libs/fastgr.o mv -f .deps/fastgr.Tpo .deps/fastgr.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT flat.lo -MD -MP -MF .deps/flat.Tpo -c -o flat.lo flat.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT flat.lo -MD -MP -MF .deps/flat.Tpo -c flat.c -fPIC -DPIC -o .libs/flat.o mv -f .deps/flat.Tpo .deps/flat.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dotinit.lo -MD -MP -MF .deps/dotinit.Tpo -c -o dotinit.lo dotinit.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dotinit.lo -MD -MP -MF .deps/dotinit.Tpo -c dotinit.c -fPIC -DPIC -o .libs/dotinit.o mv -f .deps/dotinit.Tpo .deps/dotinit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mincross.lo -MD -MP -MF .deps/mincross.Tpo -c -o mincross.lo mincross.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mincross.lo -MD -MP -MF .deps/mincross.Tpo -c mincross.c -fPIC -DPIC -o .libs/mincross.o mv -f .deps/mincross.Tpo .deps/mincross.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT position.lo -MD -MP -MF .deps/position.Tpo -c -o position.lo position.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT position.lo -MD -MP -MF .deps/position.Tpo -c position.c -fPIC -DPIC -o .libs/position.o mv -f .deps/position.Tpo .deps/position.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT rank.lo -MD -MP -MF .deps/rank.Tpo -c -o rank.lo rank.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT rank.lo -MD -MP -MF .deps/rank.Tpo -c rank.c -fPIC -DPIC -o .libs/rank.o mv -f .deps/rank.Tpo .deps/rank.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sameport.lo -MD -MP -MF .deps/sameport.Tpo -c -o sameport.lo sameport.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sameport.lo -MD -MP -MF .deps/sameport.Tpo -c sameport.c -fPIC -DPIC -o .libs/sameport.o mv -f .deps/sameport.Tpo .deps/sameport.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dotsplines.lo -MD -MP -MF .deps/dotsplines.Tpo -c -o dotsplines.lo dotsplines.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dotsplines.lo -MD -MP -MF .deps/dotsplines.Tpo -c dotsplines.c -fPIC -DPIC -o .libs/dotsplines.o mv -f .deps/dotsplines.Tpo .deps/dotsplines.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT aspect.lo -MD -MP -MF .deps/aspect.Tpo -c -o aspect.lo aspect.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/ortho -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT aspect.lo -MD -MP -MF .deps/aspect.Tpo -c aspect.c -fPIC -DPIC -o .libs/aspect.o mv -f .deps/aspect.Tpo .deps/aspect.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -no-undefined -Wl,--as-needed -o libdotgen_C.la acyclic.lo class1.lo class2.lo cluster.lo compound.lo conc.lo decomp.lo fastgr.lo flat.lo dotinit.lo mincross.lo position.lo rank.lo sameport.lo dotsplines.lo aspect.lo ar cru .libs/libdotgen_C.a .libs/acyclic.o .libs/class1.o .libs/class2.o .libs/cluster.o .libs/compound.o .libs/conc.o .libs/decomp.o .libs/fastgr.o .libs/flat.o .libs/dotinit.o .libs/mincross.o .libs/position.o .libs/rank.o .libs/sameport.o .libs/dotsplines.o .libs/aspect.o ranlib .libs/libdotgen_C.a creating libdotgen_C.la (cd .libs && rm -f libdotgen_C.la && ln -s ../libdotgen_C.la libdotgen_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/dotgen' Making all in fdpgen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/fdpgen' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT comp.lo -MD -MP -MF .deps/comp.Tpo -c -o comp.lo comp.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT comp.lo -MD -MP -MF .deps/comp.Tpo -c comp.c -fPIC -DPIC -o .libs/comp.o mv -f .deps/comp.Tpo .deps/comp.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dbg.lo -MD -MP -MF .deps/dbg.Tpo -c -o dbg.lo dbg.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dbg.lo -MD -MP -MF .deps/dbg.Tpo -c dbg.c -fPIC -DPIC -o .libs/dbg.o mv -f .deps/dbg.Tpo .deps/dbg.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT grid.lo -MD -MP -MF .deps/grid.Tpo -c -o grid.lo grid.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT grid.lo -MD -MP -MF .deps/grid.Tpo -c grid.c -fPIC -DPIC -o .libs/grid.o mv -f .deps/grid.Tpo .deps/grid.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fdpinit.lo -MD -MP -MF .deps/fdpinit.Tpo -c -o fdpinit.lo fdpinit.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT fdpinit.lo -MD -MP -MF .deps/fdpinit.Tpo -c fdpinit.c -fPIC -DPIC -o .libs/fdpinit.o mv -f .deps/fdpinit.Tpo .deps/fdpinit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT layout.lo -MD -MP -MF .deps/layout.Tpo -c -o layout.lo layout.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT layout.lo -MD -MP -MF .deps/layout.Tpo -c layout.c -fPIC -DPIC -o .libs/layout.o mv -f .deps/layout.Tpo .deps/layout.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tlayout.lo -MD -MP -MF .deps/tlayout.Tpo -c -o tlayout.lo tlayout.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tlayout.lo -MD -MP -MF .deps/tlayout.Tpo -c tlayout.c -fPIC -DPIC -o .libs/tlayout.o mv -f .deps/tlayout.Tpo .deps/tlayout.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT xlayout.lo -MD -MP -MF .deps/xlayout.Tpo -c -o xlayout.lo xlayout.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT xlayout.lo -MD -MP -MF .deps/xlayout.Tpo -c xlayout.c -fPIC -DPIC -o .libs/xlayout.o mv -f .deps/xlayout.Tpo .deps/xlayout.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT clusteredges.lo -MD -MP -MF .deps/clusteredges.Tpo -c -o clusteredges.lo clusteredges.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT clusteredges.lo -MD -MP -MF .deps/clusteredges.Tpo -c clusteredges.c -fPIC -DPIC -o .libs/clusteredges.o mv -f .deps/clusteredges.Tpo .deps/clusteredges.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libfdpgen_C.la comp.lo dbg.lo grid.lo fdpinit.lo layout.lo tlayout.lo xlayout.lo clusteredges.lo ar cru .libs/libfdpgen_C.a .libs/comp.o .libs/dbg.o .libs/grid.o .libs/fdpinit.o .libs/layout.o .libs/tlayout.o .libs/xlayout.o .libs/clusteredges.o ranlib .libs/libfdpgen_C.a creating libfdpgen_C.la (cd .libs && rm -f libfdpgen_C.la && ln -s ../libfdpgen_C.la libfdpgen_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/fdpgen' Making all in neatogen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/neatogen' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT adjust.lo -MD -MP -MF .deps/adjust.Tpo -c -o adjust.lo adjust.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT adjust.lo -MD -MP -MF .deps/adjust.Tpo -c adjust.c -fPIC -DPIC -o .libs/adjust.o mv -f .deps/adjust.Tpo .deps/adjust.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circuit.lo -MD -MP -MF .deps/circuit.Tpo -c -o circuit.lo circuit.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circuit.lo -MD -MP -MF .deps/circuit.Tpo -c circuit.c -fPIC -DPIC -o .libs/circuit.o mv -f .deps/circuit.Tpo .deps/circuit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT edges.lo -MD -MP -MF .deps/edges.Tpo -c -o edges.lo edges.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT edges.lo -MD -MP -MF .deps/edges.Tpo -c edges.c -fPIC -DPIC -o .libs/edges.o mv -f .deps/edges.Tpo .deps/edges.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT geometry.lo -MD -MP -MF .deps/geometry.Tpo -c -o geometry.lo geometry.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT geometry.lo -MD -MP -MF .deps/geometry.Tpo -c geometry.c -fPIC -DPIC -o .libs/geometry.o mv -f .deps/geometry.Tpo .deps/geometry.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c -o heap.lo heap.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c heap.c -fPIC -DPIC -o .libs/heap.o mv -f .deps/heap.Tpo .deps/heap.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT hedges.lo -MD -MP -MF .deps/hedges.Tpo -c -o hedges.lo hedges.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT hedges.lo -MD -MP -MF .deps/hedges.Tpo -c hedges.c -fPIC -DPIC -o .libs/hedges.o mv -f .deps/hedges.Tpo .deps/hedges.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fPIC -DPIC -o .libs/info.o mv -f .deps/info.Tpo .deps/info.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT neatoinit.lo -MD -MP -MF .deps/neatoinit.Tpo -c -o neatoinit.lo neatoinit.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT neatoinit.lo -MD -MP -MF .deps/neatoinit.Tpo -c neatoinit.c -fPIC -DPIC -o .libs/neatoinit.o mv -f .deps/neatoinit.Tpo .deps/neatoinit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT legal.lo -MD -MP -MF .deps/legal.Tpo -c -o legal.lo legal.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT legal.lo -MD -MP -MF .deps/legal.Tpo -c legal.c -fPIC -DPIC -o .libs/legal.o mv -f .deps/legal.Tpo .deps/legal.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT lu.lo -MD -MP -MF .deps/lu.Tpo -c -o lu.lo lu.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT lu.lo -MD -MP -MF .deps/lu.Tpo -c lu.c -fPIC -DPIC -o .libs/lu.o mv -f .deps/lu.Tpo .deps/lu.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT matinv.lo -MD -MP -MF .deps/matinv.Tpo -c -o matinv.lo matinv.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT matinv.lo -MD -MP -MF .deps/matinv.Tpo -c matinv.c -fPIC -DPIC -o .libs/matinv.o mv -f .deps/matinv.Tpo .deps/matinv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c -fPIC -DPIC -o .libs/memory.o mv -f .deps/memory.Tpo .deps/memory.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT poly.lo -MD -MP -MF .deps/poly.Tpo -c -o poly.lo poly.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT poly.lo -MD -MP -MF .deps/poly.Tpo -c poly.c -fPIC -DPIC -o .libs/poly.o mv -f .deps/poly.Tpo .deps/poly.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT printvis.lo -MD -MP -MF .deps/printvis.Tpo -c -o printvis.lo printvis.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT printvis.lo -MD -MP -MF .deps/printvis.Tpo -c printvis.c -fPIC -DPIC -o .libs/printvis.o mv -f .deps/printvis.Tpo .deps/printvis.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT site.lo -MD -MP -MF .deps/site.Tpo -c -o site.lo site.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT site.lo -MD -MP -MF .deps/site.Tpo -c site.c -fPIC -DPIC -o .libs/site.o mv -f .deps/site.Tpo .deps/site.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -fPIC -DPIC -o .libs/solve.o mv -f .deps/solve.Tpo .deps/solve.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT neatosplines.lo -MD -MP -MF .deps/neatosplines.Tpo -c -o neatosplines.lo neatosplines.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT neatosplines.lo -MD -MP -MF .deps/neatosplines.Tpo -c neatosplines.c -fPIC -DPIC -o .libs/neatosplines.o mv -f .deps/neatosplines.Tpo .deps/neatosplines.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stuff.lo -MD -MP -MF .deps/stuff.Tpo -c -o stuff.lo stuff.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stuff.lo -MD -MP -MF .deps/stuff.Tpo -c stuff.c -fPIC -DPIC -o .libs/stuff.o mv -f .deps/stuff.Tpo .deps/stuff.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT voronoi.lo -MD -MP -MF .deps/voronoi.Tpo -c -o voronoi.lo voronoi.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT voronoi.lo -MD -MP -MF .deps/voronoi.Tpo -c voronoi.c -fPIC -DPIC -o .libs/voronoi.o mv -f .deps/voronoi.Tpo .deps/voronoi.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stress.lo -MD -MP -MF .deps/stress.Tpo -c -o stress.lo stress.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT stress.lo -MD -MP -MF .deps/stress.Tpo -c stress.c -fPIC -DPIC -o .libs/stress.o mv -f .deps/stress.Tpo .deps/stress.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT kkutils.lo -MD -MP -MF .deps/kkutils.Tpo -c -o kkutils.lo kkutils.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT kkutils.lo -MD -MP -MF .deps/kkutils.Tpo -c kkutils.c -fPIC -DPIC -o .libs/kkutils.o mv -f .deps/kkutils.Tpo .deps/kkutils.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT matrix_ops.lo -MD -MP -MF .deps/matrix_ops.Tpo -c -o matrix_ops.lo matrix_ops.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT matrix_ops.lo -MD -MP -MF .deps/matrix_ops.Tpo -c matrix_ops.c -fPIC -DPIC -o .libs/matrix_ops.o mv -f .deps/matrix_ops.Tpo .deps/matrix_ops.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT embed_graph.lo -MD -MP -MF .deps/embed_graph.Tpo -c -o embed_graph.lo embed_graph.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT embed_graph.lo -MD -MP -MF .deps/embed_graph.Tpo -c embed_graph.c -fPIC -DPIC -o .libs/embed_graph.o mv -f .deps/embed_graph.Tpo .deps/embed_graph.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dijkstra.lo -MD -MP -MF .deps/dijkstra.Tpo -c -o dijkstra.lo dijkstra.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dijkstra.lo -MD -MP -MF .deps/dijkstra.Tpo -c dijkstra.c -fPIC -DPIC -o .libs/dijkstra.o mv -f .deps/dijkstra.Tpo .deps/dijkstra.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT conjgrad.lo -MD -MP -MF .deps/conjgrad.Tpo -c -o conjgrad.lo conjgrad.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT conjgrad.lo -MD -MP -MF .deps/conjgrad.Tpo -c conjgrad.c -fPIC -DPIC -o .libs/conjgrad.o mv -f .deps/conjgrad.Tpo .deps/conjgrad.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pca.lo -MD -MP -MF .deps/pca.Tpo -c -o pca.lo pca.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT pca.lo -MD -MP -MF .deps/pca.Tpo -c pca.c -fPIC -DPIC -o .libs/pca.o mv -f .deps/pca.Tpo .deps/pca.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT closest.lo -MD -MP -MF .deps/closest.Tpo -c -o closest.lo closest.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT closest.lo -MD -MP -MF .deps/closest.Tpo -c closest.c -fPIC -DPIC -o .libs/closest.o mv -f .deps/closest.Tpo .deps/closest.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT bfs.lo -MD -MP -MF .deps/bfs.Tpo -c -o bfs.lo bfs.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT bfs.lo -MD -MP -MF .deps/bfs.Tpo -c bfs.c -fPIC -DPIC -o .libs/bfs.o mv -f .deps/bfs.Tpo .deps/bfs.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT constraint.lo -MD -MP -MF .deps/constraint.Tpo -c -o constraint.lo constraint.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT constraint.lo -MD -MP -MF .deps/constraint.Tpo -c constraint.c -fPIC -DPIC -o .libs/constraint.o mv -f .deps/constraint.Tpo .deps/constraint.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT quad_prog_solve.lo -MD -MP -MF .deps/quad_prog_solve.Tpo -c -o quad_prog_solve.lo quad_prog_solve.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT quad_prog_solve.lo -MD -MP -MF .deps/quad_prog_solve.Tpo -c quad_prog_solve.c -fPIC -DPIC -o .libs/quad_prog_solve.o mv -f .deps/quad_prog_solve.Tpo .deps/quad_prog_solve.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT smart_ini_x.lo -MD -MP -MF .deps/smart_ini_x.Tpo -c -o smart_ini_x.lo smart_ini_x.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT smart_ini_x.lo -MD -MP -MF .deps/smart_ini_x.Tpo -c smart_ini_x.c -fPIC -DPIC -o .libs/smart_ini_x.o mv -f .deps/smart_ini_x.Tpo .deps/smart_ini_x.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT constrained_majorization.lo -MD -MP -MF .deps/constrained_majorization.Tpo -c -o constrained_majorization.lo constrained_majorization.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT constrained_majorization.lo -MD -MP -MF .deps/constrained_majorization.Tpo -c constrained_majorization.c -fPIC -DPIC -o .libs/constrained_majorization.o mv -f .deps/constrained_majorization.Tpo .deps/constrained_majorization.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT opt_arrangement.lo -MD -MP -MF .deps/opt_arrangement.Tpo -c -o opt_arrangement.lo opt_arrangement.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT opt_arrangement.lo -MD -MP -MF .deps/opt_arrangement.Tpo -c opt_arrangement.c -fPIC -DPIC -o .libs/opt_arrangement.o mv -f .deps/opt_arrangement.Tpo .deps/opt_arrangement.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT overlap.lo -MD -MP -MF .deps/overlap.Tpo -c -o overlap.lo overlap.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT overlap.lo -MD -MP -MF .deps/overlap.Tpo -c overlap.c -fPIC -DPIC -o .libs/overlap.o mv -f .deps/overlap.Tpo .deps/overlap.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT call_tri.lo -MD -MP -MF .deps/call_tri.Tpo -c -o call_tri.lo call_tri.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT call_tri.lo -MD -MP -MF .deps/call_tri.Tpo -c call_tri.c -fPIC -DPIC -o .libs/call_tri.o mv -f .deps/call_tri.Tpo .deps/call_tri.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT compute_hierarchy.lo -MD -MP -MF .deps/compute_hierarchy.Tpo -c -o compute_hierarchy.lo compute_hierarchy.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT compute_hierarchy.lo -MD -MP -MF .deps/compute_hierarchy.Tpo -c compute_hierarchy.c -fPIC -DPIC -o .libs/compute_hierarchy.o mv -f .deps/compute_hierarchy.Tpo .deps/compute_hierarchy.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT delaunay.lo -MD -MP -MF .deps/delaunay.Tpo -c -o delaunay.lo delaunay.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT delaunay.lo -MD -MP -MF .deps/delaunay.Tpo -c delaunay.c -fPIC -DPIC -o .libs/delaunay.o mv -f .deps/delaunay.Tpo .deps/delaunay.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT multispline.lo -MD -MP -MF .deps/multispline.Tpo -c -o multispline.lo multispline.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT multispline.lo -MD -MP -MF .deps/multispline.Tpo -c multispline.c -fPIC -DPIC -o .libs/multispline.o mv -f .deps/multispline.Tpo .deps/multispline.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT constrained_majorization_ipsep.lo -MD -MP -MF .deps/constrained_majorization_ipsep.Tpo -c -o constrained_majorization_ipsep.lo constrained_majorization_ipsep.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT constrained_majorization_ipsep.lo -MD -MP -MF .deps/constrained_majorization_ipsep.Tpo -c constrained_majorization_ipsep.c -fPIC -DPIC -o .libs/constrained_majorization_ipsep.o mv -f .deps/constrained_majorization_ipsep.Tpo .deps/constrained_majorization_ipsep.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mosek_quad_solve.lo -MD -MP -MF .deps/mosek_quad_solve.Tpo -c -o mosek_quad_solve.lo mosek_quad_solve.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mosek_quad_solve.lo -MD -MP -MF .deps/mosek_quad_solve.Tpo -c mosek_quad_solve.c -fPIC -DPIC -o .libs/mosek_quad_solve.o mv -f .deps/mosek_quad_solve.Tpo .deps/mosek_quad_solve.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT quad_prog_vpsc.lo -MD -MP -MF .deps/quad_prog_vpsc.Tpo -c -o quad_prog_vpsc.lo quad_prog_vpsc.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho -I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree -I../../lib/sfdpgen -I../../lib/cdt -I../../lib/vpsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT quad_prog_vpsc.lo -MD -MP -MF .deps/quad_prog_vpsc.Tpo -c quad_prog_vpsc.c -fPIC -DPIC -o .libs/quad_prog_vpsc.o mv -f .deps/quad_prog_vpsc.Tpo .deps/quad_prog_vpsc.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libneatogen_C.la adjust.lo circuit.lo edges.lo geometry.lo heap.lo hedges.lo info.lo neatoinit.lo legal.lo lu.lo matinv.lo memory.lo poly.lo printvis.lo site.lo solve.lo neatosplines.lo stuff.lo voronoi.lo stress.lo kkutils.lo matrix_ops.lo embed_graph.lo dijkstra.lo conjgrad.lo pca.lo closest.lo bfs.lo constraint.lo quad_prog_solve.lo smart_ini_x.lo constrained_majorization.lo opt_arrangement.lo overlap.lo call_tri.lo compute_hierarchy.lo delaunay.lo multispline.lo constrained_majorization_ipsep.lo mosek_quad_solve.lo quad_prog_vpsc.lo ar cru .libs/libneatogen_C.a .libs/adjust.o .libs/circuit.o .libs/edges.o .libs/geometry.o .libs/heap.o .libs/hedges.o .libs/info.o .libs/neatoinit.o .libs/legal.o .libs/lu.o .libs/matinv.o .libs/memory.o .libs/poly.o .libs/printvis.o .libs/site.o .libs/solve.o .libs/neatosplines.o .libs/stuff.o .libs/voronoi.o .libs/stress.o .libs/kkutils.o .libs/matrix_ops.o .libs/embed_graph.o .libs/dijkstra.o .libs/conjgrad.o .libs/pca.o .libs/closest.o .libs/bfs.o .libs/constraint.o .libs/quad_prog_solve.o .libs/smart_ini_x.o .libs/constrained_majorization.o .libs/opt_arrangement.o .libs/overlap.o .libs/call_tri.o .libs/compute_hierarchy.o .libs/delaunay.o .libs/multispline.o .libs/constrained_majorization_ipsep.o .libs/mosek_quad_solve.o .libs/quad_prog_vpsc.o ranlib .libs/libneatogen_C.a creating libneatogen_C.la (cd .libs && rm -f libneatogen_C.la && ln -s ../libneatogen_C.la libneatogen_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/neatogen' Making all in twopigen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/twopigen' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT twopiinit.lo -MD -MP -MF .deps/twopiinit.Tpo -c -o twopiinit.lo twopiinit.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT twopiinit.lo -MD -MP -MF .deps/twopiinit.Tpo -c twopiinit.c -fPIC -DPIC -o .libs/twopiinit.o mv -f .deps/twopiinit.Tpo .deps/twopiinit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circle.lo -MD -MP -MF .deps/circle.Tpo -c -o circle.lo circle.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT circle.lo -MD -MP -MF .deps/circle.Tpo -c circle.c -fPIC -DPIC -o .libs/circle.o mv -f .deps/circle.Tpo .deps/circle.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libtwopigen_C.la twopiinit.lo circle.lo ar cru .libs/libtwopigen_C.a .libs/twopiinit.o .libs/circle.o ranlib .libs/libtwopigen_C.a creating libtwopigen_C.la (cd .libs && rm -f libtwopigen_C.la && ln -s ../libtwopigen_C.la libtwopigen_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/twopigen' Making all in sfdpgen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfdpgen' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfdpinit.lo -MD -MP -MF .deps/sfdpinit.Tpo -c -o sfdpinit.lo sfdpinit.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sfdpinit.lo -MD -MP -MF .deps/sfdpinit.Tpo -c sfdpinit.c -fPIC -DPIC -o .libs/sfdpinit.o mv -f .deps/sfdpinit.Tpo .deps/sfdpinit.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT spring_electrical.lo -MD -MP -MF .deps/spring_electrical.Tpo -c -o spring_electrical.lo spring_electrical.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT spring_electrical.lo -MD -MP -MF .deps/spring_electrical.Tpo -c spring_electrical.c -fPIC -DPIC -o .libs/spring_electrical.o mv -f .deps/spring_electrical.Tpo .deps/spring_electrical.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT LinkedList.lo -MD -MP -MF .deps/LinkedList.Tpo -c -o LinkedList.lo LinkedList.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT LinkedList.lo -MD -MP -MF .deps/LinkedList.Tpo -c LinkedList.c -fPIC -DPIC -o .libs/LinkedList.o mv -f .deps/LinkedList.Tpo .deps/LinkedList.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sparse_solve.lo -MD -MP -MF .deps/sparse_solve.Tpo -c -o sparse_solve.lo sparse_solve.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sparse_solve.lo -MD -MP -MF .deps/sparse_solve.Tpo -c sparse_solve.c -fPIC -DPIC -o .libs/sparse_solve.o mv -f .deps/sparse_solve.Tpo .deps/sparse_solve.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT post_process.lo -MD -MP -MF .deps/post_process.Tpo -c -o post_process.lo post_process.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT post_process.lo -MD -MP -MF .deps/post_process.Tpo -c post_process.c -fPIC -DPIC -o .libs/post_process.o mv -f .deps/post_process.Tpo .deps/post_process.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT QuadTree.lo -MD -MP -MF .deps/QuadTree.Tpo -c -o QuadTree.lo QuadTree.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT QuadTree.lo -MD -MP -MF .deps/QuadTree.Tpo -c QuadTree.c -fPIC -DPIC -o .libs/QuadTree.o mv -f .deps/QuadTree.Tpo .deps/QuadTree.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT Multilevel.lo -MD -MP -MF .deps/Multilevel.Tpo -c -o Multilevel.lo Multilevel.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT Multilevel.lo -MD -MP -MF .deps/Multilevel.Tpo -c Multilevel.c -fPIC -DPIC -o .libs/Multilevel.o mv -f .deps/Multilevel.Tpo .deps/Multilevel.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT PriorityQueue.lo -MD -MP -MF .deps/PriorityQueue.Tpo -c -o PriorityQueue.lo PriorityQueue.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/sparse -I../../lib/rbtree -I../../lib/pack -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT PriorityQueue.lo -MD -MP -MF .deps/PriorityQueue.Tpo -c PriorityQueue.c -fPIC -DPIC -o .libs/PriorityQueue.o mv -f .deps/PriorityQueue.Tpo .deps/PriorityQueue.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libsfdpgen_C.la sfdpinit.lo spring_electrical.lo LinkedList.lo sparse_solve.lo post_process.lo QuadTree.lo Multilevel.lo PriorityQueue.lo ar cru .libs/libsfdpgen_C.a .libs/sfdpinit.o .libs/spring_electrical.o .libs/LinkedList.o .libs/sparse_solve.o .libs/post_process.o .libs/QuadTree.o .libs/Multilevel.o .libs/PriorityQueue.o ranlib .libs/libsfdpgen_C.a creating libsfdpgen_C.la (cd .libs && rm -f libsfdpgen_C.la && ln -s ../libsfdpgen_C.la libsfdpgen_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfdpgen' Making all in osage make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/osage' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/fdpgen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT osageinit.lo -MD -MP -MF .deps/osageinit.Tpo -c -o osageinit.lo osageinit.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/neatogen -I../../lib/fdpgen -I../../lib/pack -I../../lib/pathplan -I../../lib/sparse -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT osageinit.lo -MD -MP -MF .deps/osageinit.Tpo -c osageinit.c -fPIC -DPIC -o .libs/osageinit.o mv -f .deps/osageinit.Tpo .deps/osageinit.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libosage_C.la osageinit.lo ar cru .libs/libosage_C.a .libs/osageinit.o ranlib .libs/libosage_C.a creating libosage_C.la (cd .libs && rm -f libosage_C.la && ln -s ../libosage_C.la libosage_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/osage' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' Making all in plugin make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' Making all in core make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/core' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_core.lo -MD -MP -MF .deps/gvplugin_core.Tpo -c -o gvplugin_core.lo gvplugin_core.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_core.lo -MD -MP -MF .deps/gvplugin_core.Tpo -c gvplugin_core.c -fPIC -DPIC -o .libs/gvplugin_core.o mv -f .deps/gvplugin_core.Tpo .deps/gvplugin_core.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_dot.lo -MD -MP -MF .deps/gvrender_core_dot.Tpo -c -o gvrender_core_dot.lo gvrender_core_dot.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_dot.lo -MD -MP -MF .deps/gvrender_core_dot.Tpo -c gvrender_core_dot.c -fPIC -DPIC -o .libs/gvrender_core_dot.o mv -f .deps/gvrender_core_dot.Tpo .deps/gvrender_core_dot.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_fig.lo -MD -MP -MF .deps/gvrender_core_fig.Tpo -c -o gvrender_core_fig.lo gvrender_core_fig.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_fig.lo -MD -MP -MF .deps/gvrender_core_fig.Tpo -c gvrender_core_fig.c -fPIC -DPIC -o .libs/gvrender_core_fig.o mv -f .deps/gvrender_core_fig.Tpo .deps/gvrender_core_fig.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_map.lo -MD -MP -MF .deps/gvrender_core_map.Tpo -c -o gvrender_core_map.lo gvrender_core_map.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_map.lo -MD -MP -MF .deps/gvrender_core_map.Tpo -c gvrender_core_map.c -fPIC -DPIC -o .libs/gvrender_core_map.o mv -f .deps/gvrender_core_map.Tpo .deps/gvrender_core_map.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_ps.lo -MD -MP -MF .deps/gvrender_core_ps.Tpo -c -o gvrender_core_ps.lo gvrender_core_ps.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_ps.lo -MD -MP -MF .deps/gvrender_core_ps.Tpo -c gvrender_core_ps.c -fPIC -DPIC -o .libs/gvrender_core_ps.o mv -f .deps/gvrender_core_ps.Tpo .deps/gvrender_core_ps.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_svg.lo -MD -MP -MF .deps/gvrender_core_svg.Tpo -c -o gvrender_core_svg.lo gvrender_core_svg.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_svg.lo -MD -MP -MF .deps/gvrender_core_svg.Tpo -c gvrender_core_svg.c -fPIC -DPIC -o .libs/gvrender_core_svg.o mv -f .deps/gvrender_core_svg.Tpo .deps/gvrender_core_svg.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_tk.lo -MD -MP -MF .deps/gvrender_core_tk.Tpo -c -o gvrender_core_tk.lo gvrender_core_tk.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_tk.lo -MD -MP -MF .deps/gvrender_core_tk.Tpo -c gvrender_core_tk.c -fPIC -DPIC -o .libs/gvrender_core_tk.o mv -f .deps/gvrender_core_tk.Tpo .deps/gvrender_core_tk.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_vml.lo -MD -MP -MF .deps/gvrender_core_vml.Tpo -c -o gvrender_core_vml.lo gvrender_core_vml.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_core_vml.lo -MD -MP -MF .deps/gvrender_core_vml.Tpo -c gvrender_core_vml.c -fPIC -DPIC -o .libs/gvrender_core_vml.o mv -f .deps/gvrender_core_vml.Tpo .deps/gvrender_core_vml.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_core.lo -MD -MP -MF .deps/gvloadimage_core.Tpo -c -o gvloadimage_core.lo gvloadimage_core.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_core.lo -MD -MP -MF .deps/gvloadimage_core.Tpo -c gvloadimage_core.c -fPIC -DPIC -o .libs/gvloadimage_core.o mv -f .deps/gvloadimage_core.Tpo .deps/gvloadimage_core.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_core_C.la gvplugin_core.lo gvrender_core_dot.lo gvrender_core_fig.lo gvrender_core_map.lo gvrender_core_ps.lo gvrender_core_svg.lo gvrender_core_tk.lo gvrender_core_vml.lo gvloadimage_core.lo ar cru .libs/libgvplugin_core_C.a .libs/gvplugin_core.o .libs/gvrender_core_dot.o .libs/gvrender_core_fig.o .libs/gvrender_core_map.o .libs/gvrender_core_ps.o .libs/gvrender_core_svg.o .libs/gvrender_core_tk.o .libs/gvrender_core_vml.o .libs/gvloadimage_core.o ranlib .libs/libgvplugin_core_C.a creating libgvplugin_core_C.la (cd .libs && rm -f libgvplugin_core_C.la && ln -s ../libgvplugin_core_C.la libgvplugin_core_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_core.la -rpath /usr/lib/graphviz gvplugin_core.lo gvrender_core_dot.lo gvrender_core_fig.lo gvrender_core_map.lo gvrender_core_ps.lo gvrender_core_svg.lo gvrender_core_tk.lo gvrender_core_vml.lo gvloadimage_core.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la i486-linux-gnu-gcc -shared .libs/gvplugin_core.o .libs/gvrender_core_dot.o .libs/gvrender_core_fig.o .libs/gvrender_core_map.o .libs/gvrender_core_ps.o .libs/gvrender_core_svg.o .libs/gvrender_core_tk.o .libs/gvrender_core_vml.o .libs/gvloadimage_core.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_core.so.6 -o .libs/libgvplugin_core.so.6.0.0 (cd .libs && rm -f libgvplugin_core.so.6 && ln -s libgvplugin_core.so.6.0.0 libgvplugin_core.so.6) (cd .libs && rm -f libgvplugin_core.so && ln -s libgvplugin_core.so.6.0.0 libgvplugin_core.so) creating libgvplugin_core.la (cd .libs && rm -f libgvplugin_core.la && ln -s ../libgvplugin_core.la libgvplugin_core.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/core' Making all in devil make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/devil' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_devil.lo -MD -MP -MF .deps/gvplugin_devil.Tpo -c -o gvplugin_devil.lo gvplugin_devil.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_devil.lo -MD -MP -MF .deps/gvplugin_devil.Tpo -c gvplugin_devil.c -fPIC -DPIC -o .libs/gvplugin_devil.o mv -f .deps/gvplugin_devil.Tpo .deps/gvplugin_devil.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice_devil.lo -MD -MP -MF .deps/gvdevice_devil.Tpo -c -o gvdevice_devil.lo gvdevice_devil.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice_devil.lo -MD -MP -MF .deps/gvdevice_devil.Tpo -c gvdevice_devil.c -fPIC -DPIC -o .libs/gvdevice_devil.o mv -f .deps/gvdevice_devil.Tpo .deps/gvdevice_devil.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_devil_C.la gvplugin_devil.lo gvdevice_devil.lo ar cru .libs/libgvplugin_devil_C.a .libs/gvplugin_devil.o .libs/gvdevice_devil.o ranlib .libs/libgvplugin_devil_C.a creating libgvplugin_devil_C.la (cd .libs && rm -f libgvplugin_devil_C.la && ln -s ../libgvplugin_devil_C.la libgvplugin_devil_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_devil.la -rpath /usr/lib/graphviz gvplugin_devil.lo gvdevice_devil.lo -lIL -lILU i486-linux-gnu-gcc -shared .libs/gvplugin_devil.o .libs/gvdevice_devil.o /usr/lib/libIL.so -L/usr/lib /usr/lib/libILU.so -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_devil.so.6 -o .libs/libgvplugin_devil.so.6.0.0 (cd .libs && rm -f libgvplugin_devil.so.6 && ln -s libgvplugin_devil.so.6.0.0 libgvplugin_devil.so.6) (cd .libs && rm -f libgvplugin_devil.so && ln -s libgvplugin_devil.so.6.0.0 libgvplugin_devil.so) creating libgvplugin_devil.la (cd .libs && rm -f libgvplugin_devil.la && ln -s ../libgvplugin_devil.la libgvplugin_devil.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/devil' Making all in gd make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gd' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_gd.lo -MD -MP -MF .deps/gvplugin_gd.Tpo -c -o gvplugin_gd.lo gvplugin_gd.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_gd.lo -MD -MP -MF .deps/gvplugin_gd.Tpo -c gvplugin_gd.c -fPIC -DPIC -o .libs/gvplugin_gd.o mv -f .deps/gvplugin_gd.Tpo .deps/gvplugin_gd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_gd.lo -MD -MP -MF .deps/gvrender_gd.Tpo -c -o gvrender_gd.lo gvrender_gd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_gd.lo -MD -MP -MF .deps/gvrender_gd.Tpo -c gvrender_gd.c -fPIC -DPIC -o .libs/gvrender_gd.o mv -f .deps/gvrender_gd.Tpo .deps/gvrender_gd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_gd_vrml.lo -MD -MP -MF .deps/gvrender_gd_vrml.Tpo -c -o gvrender_gd_vrml.lo gvrender_gd_vrml.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_gd_vrml.lo -MD -MP -MF .deps/gvrender_gd_vrml.Tpo -c gvrender_gd_vrml.c -fPIC -DPIC -o .libs/gvrender_gd_vrml.o mv -f .deps/gvrender_gd_vrml.Tpo .deps/gvrender_gd_vrml.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvtextlayout_gd.lo -MD -MP -MF .deps/gvtextlayout_gd.Tpo -c -o gvtextlayout_gd.lo gvtextlayout_gd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvtextlayout_gd.lo -MD -MP -MF .deps/gvtextlayout_gd.Tpo -c gvtextlayout_gd.c -fPIC -DPIC -o .libs/gvtextlayout_gd.o mv -f .deps/gvtextlayout_gd.Tpo .deps/gvtextlayout_gd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_gd.lo -MD -MP -MF .deps/gvloadimage_gd.Tpo -c -o gvloadimage_gd.lo gvloadimage_gd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_gd.lo -MD -MP -MF .deps/gvloadimage_gd.Tpo -c gvloadimage_gd.c -fPIC -DPIC -o .libs/gvloadimage_gd.o mv -f .deps/gvloadimage_gd.Tpo .deps/gvloadimage_gd.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice_gd.lo -MD -MP -MF .deps/gvdevice_gd.Tpo -c -o gvdevice_gd.lo gvdevice_gd.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice_gd.lo -MD -MP -MF .deps/gvdevice_gd.Tpo -c gvdevice_gd.c -fPIC -DPIC -o .libs/gvdevice_gd.o mv -f .deps/gvdevice_gd.Tpo .deps/gvdevice_gd.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_gd_C.la gvplugin_gd.lo gvrender_gd.lo gvrender_gd_vrml.lo gvtextlayout_gd.lo gvloadimage_gd.lo gvdevice_gd.lo ar cru .libs/libgvplugin_gd_C.a .libs/gvplugin_gd.o .libs/gvrender_gd.o .libs/gvrender_gd_vrml.o .libs/gvtextlayout_gd.o .libs/gvloadimage_gd.o .libs/gvdevice_gd.o ranlib .libs/libgvplugin_gd_C.a creating libgvplugin_gd_C.la (cd .libs && rm -f libgvplugin_gd_C.la && ln -s ../libgvplugin_gd_C.la libgvplugin_gd_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_gd.la -rpath /usr/lib/graphviz gvplugin_gd.lo gvrender_gd.lo gvrender_gd_vrml.lo gvtextlayout_gd.lo gvloadimage_gd.lo gvdevice_gd.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -L/usr/lib -Wl,-Bsymbolic-functions -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lm i486-linux-gnu-gcc -shared .libs/gvplugin_gd.o .libs/gvrender_gd.o .libs/gvrender_gd_vrml.o .libs/gvtextlayout_gd.o .libs/gvloadimage_gd.o .libs/gvdevice_gd.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so /usr/lib/libgd.so -lXpm -lX11 /usr/lib/libjpeg.so -lfontconfig /usr/lib/libfreetype.so -lpng12 -lz -lm -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libgvplugin_gd.so.6 -o .libs/libgvplugin_gd.so.6.0.0 (cd .libs && rm -f libgvplugin_gd.so.6 && ln -s libgvplugin_gd.so.6.0.0 libgvplugin_gd.so.6) (cd .libs && rm -f libgvplugin_gd.so && ln -s libgvplugin_gd.so.6.0.0 libgvplugin_gd.so) creating libgvplugin_gd.la (cd .libs && rm -f libgvplugin_gd.la && ln -s ../libgvplugin_gd.la libgvplugin_gd.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gd' Making all in gdk_pixbuf make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdk_pixbuf' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_gdk_pixbuf.lo -MD -MP -MF .deps/gvplugin_gdk_pixbuf.Tpo -c -o gvplugin_gdk_pixbuf.lo gvplugin_gdk_pixbuf.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_gdk_pixbuf.lo -MD -MP -MF .deps/gvplugin_gdk_pixbuf.Tpo -c gvplugin_gdk_pixbuf.c -fPIC -DPIC -o .libs/gvplugin_gdk_pixbuf.o mv -f .deps/gvplugin_gdk_pixbuf.Tpo .deps/gvplugin_gdk_pixbuf.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice_gdk_pixbuf.lo -MD -MP -MF .deps/gvdevice_gdk_pixbuf.Tpo -c -o gvdevice_gdk_pixbuf.lo gvdevice_gdk_pixbuf.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice_gdk_pixbuf.lo -MD -MP -MF .deps/gvdevice_gdk_pixbuf.Tpo -c gvdevice_gdk_pixbuf.c -fPIC -DPIC -o .libs/gvdevice_gdk_pixbuf.o mv -f .deps/gvdevice_gdk_pixbuf.Tpo .deps/gvdevice_gdk_pixbuf.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_gdk_pixbuf_C.la gvplugin_gdk_pixbuf.lo gvdevice_gdk_pixbuf.lo ar cru .libs/libgvplugin_gdk_pixbuf_C.a .libs/gvplugin_gdk_pixbuf.o .libs/gvdevice_gdk_pixbuf.o ranlib .libs/libgvplugin_gdk_pixbuf_C.a creating libgvplugin_gdk_pixbuf_C.la (cd .libs && rm -f libgvplugin_gdk_pixbuf_C.la && ln -s ../libgvplugin_gdk_pixbuf_C.la libgvplugin_gdk_pixbuf_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_gdk_pixbuf.la -rpath /usr/lib/graphviz gvplugin_gdk_pixbuf.lo gvdevice_gdk_pixbuf.lo ../../lib/gvc/libgvc.la -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 i486-linux-gnu-gcc -shared .libs/gvplugin_gdk_pixbuf.o .libs/gvdevice_gdk_pixbuf.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_gdk_pixbuf.so.6 -o .libs/libgvplugin_gdk_pixbuf.so.6.0.0 (cd .libs && rm -f libgvplugin_gdk_pixbuf.so.6 && ln -s libgvplugin_gdk_pixbuf.so.6.0.0 libgvplugin_gdk_pixbuf.so.6) (cd .libs && rm -f libgvplugin_gdk_pixbuf.so && ln -s libgvplugin_gdk_pixbuf.so.6.0.0 libgvplugin_gdk_pixbuf.so) creating libgvplugin_gdk_pixbuf.la (cd .libs && rm -f libgvplugin_gdk_pixbuf.la && ln -s ../libgvplugin_gdk_pixbuf.la libgvplugin_gdk_pixbuf.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdk_pixbuf' Making all in gdiplus make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdiplus' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdiplus' Making all in glitz make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/glitz' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/glitz' Making all in gs make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gs' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gs' Making all in gtk make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gtk' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gtk' Making all in lasi make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/lasi' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_lasi.lo -MD -MP -MF .deps/gvplugin_lasi.Tpo -c -o gvplugin_lasi.lo gvplugin_lasi.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_lasi.lo -MD -MP -MF .deps/gvplugin_lasi.Tpo -c gvplugin_lasi.c -fPIC -DPIC -o .libs/gvplugin_lasi.o mv -f .deps/gvplugin_lasi.Tpo .deps/gvplugin_lasi.Plo /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -MT gvrender_lasi.lo -MD -MP -MF .deps/gvrender_lasi.Tpo -c -o gvrender_lasi.lo gvrender_lasi.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -MT gvrender_lasi.lo -MD -MP -MF .deps/gvrender_lasi.Tpo -c gvrender_lasi.cpp -fPIC -DPIC -o .libs/gvrender_lasi.o mv -f .deps/gvrender_lasi.Tpo .deps/gvrender_lasi.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -Wl,--as-needed -o libgvplugin_lasi_C.la gvplugin_lasi.lo gvrender_lasi.lo ar cru .libs/libgvplugin_lasi_C.a .libs/gvplugin_lasi.o .libs/gvrender_lasi.o ranlib .libs/libgvplugin_lasi_C.a creating libgvplugin_lasi_C.la (cd .libs && rm -f libgvplugin_lasi_C.la && ln -s ../libgvplugin_lasi_C.la libgvplugin_lasi_C.la) /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_lasi.la -rpath /usr/lib/graphviz gvplugin_lasi.lo gvrender_lasi.lo ../../lib/gvc/libgvc.la -lLASi -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/gvplugin_lasi.o .libs/gvrender_lasi.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib -lLASi /usr/lib/libpangoft2-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_lasi.so.6 -o .libs/libgvplugin_lasi.so.6.0.0 (cd .libs && rm -f libgvplugin_lasi.so.6 && ln -s libgvplugin_lasi.so.6.0.0 libgvplugin_lasi.so.6) (cd .libs && rm -f libgvplugin_lasi.so && ln -s libgvplugin_lasi.so.6.0.0 libgvplugin_lasi.so) creating libgvplugin_lasi.la (cd .libs && rm -f libgvplugin_lasi.la && ln -s ../libgvplugin_lasi.la libgvplugin_lasi.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/lasi' Making all in ming make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/ming' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/ming' Making all in pango make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/pango' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_pango.lo -MD -MP -MF .deps/gvplugin_pango.Tpo -c -o gvplugin_pango.lo gvplugin_pango.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_pango.lo -MD -MP -MF .deps/gvplugin_pango.Tpo -c gvplugin_pango.c -fPIC -DPIC -o .libs/gvplugin_pango.o mv -f .deps/gvplugin_pango.Tpo .deps/gvplugin_pango.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_pango.lo -MD -MP -MF .deps/gvrender_pango.Tpo -c -o gvrender_pango.lo gvrender_pango.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_pango.lo -MD -MP -MF .deps/gvrender_pango.Tpo -c gvrender_pango.c -fPIC -DPIC -o .libs/gvrender_pango.o mv -f .deps/gvrender_pango.Tpo .deps/gvrender_pango.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvtextlayout_pango.lo -MD -MP -MF .deps/gvtextlayout_pango.Tpo -c -o gvtextlayout_pango.lo gvtextlayout_pango.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvtextlayout_pango.lo -MD -MP -MF .deps/gvtextlayout_pango.Tpo -c gvtextlayout_pango.c -fPIC -DPIC -o .libs/gvtextlayout_pango.o mv -f .deps/gvtextlayout_pango.Tpo .deps/gvtextlayout_pango.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_pango.lo -MD -MP -MF .deps/gvloadimage_pango.Tpo -c -o gvloadimage_pango.lo gvloadimage_pango.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_pango.lo -MD -MP -MF .deps/gvloadimage_pango.Tpo -c gvloadimage_pango.c -fPIC -DPIC -o .libs/gvloadimage_pango.o mv -f .deps/gvloadimage_pango.Tpo .deps/gvloadimage_pango.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_pango_C.la gvplugin_pango.lo gvrender_pango.lo gvtextlayout_pango.lo gvloadimage_pango.lo ar cru .libs/libgvplugin_pango_C.a .libs/gvplugin_pango.o .libs/gvrender_pango.o .libs/gvtextlayout_pango.o .libs/gvloadimage_pango.o ranlib .libs/libgvplugin_pango_C.a creating libgvplugin_pango_C.la (cd .libs && rm -f libgvplugin_pango_C.la && ln -s ../libgvplugin_pango_C.la libgvplugin_pango_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_pango.la -rpath /usr/lib/graphviz gvplugin_pango.lo gvrender_pango.lo gvtextlayout_pango.lo gvloadimage_pango.lo ../../lib/gvc/libgvc.la -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm i486-linux-gnu-gcc -shared .libs/gvplugin_pango.o .libs/gvrender_pango.o .libs/gvtextlayout_pango.o .libs/gvloadimage_pango.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -lm -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_pango.so.6 -o .libs/libgvplugin_pango.so.6.0.0 (cd .libs && rm -f libgvplugin_pango.so.6 && ln -s libgvplugin_pango.so.6.0.0 libgvplugin_pango.so.6) (cd .libs && rm -f libgvplugin_pango.so && ln -s libgvplugin_pango.so.6.0.0 libgvplugin_pango.so) creating libgvplugin_pango.la (cd .libs && rm -f libgvplugin_pango.la && ln -s ../libgvplugin_pango.la libgvplugin_pango.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/pango' Making all in quartz make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/quartz' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/quartz' Making all in rsvg make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/rsvg' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_rsvg.lo -MD -MP -MF .deps/gvplugin_rsvg.Tpo -c -o gvplugin_rsvg.lo gvplugin_rsvg.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_rsvg.lo -MD -MP -MF .deps/gvplugin_rsvg.Tpo -c gvplugin_rsvg.c -fPIC -DPIC -o .libs/gvplugin_rsvg.o mv -f .deps/gvplugin_rsvg.Tpo .deps/gvplugin_rsvg.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_rsvg.lo -MD -MP -MF .deps/gvloadimage_rsvg.Tpo -c -o gvloadimage_rsvg.lo gvloadimage_rsvg.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_rsvg.lo -MD -MP -MF .deps/gvloadimage_rsvg.Tpo -c gvloadimage_rsvg.c -fPIC -DPIC -o .libs/gvloadimage_rsvg.o mv -f .deps/gvloadimage_rsvg.Tpo .deps/gvloadimage_rsvg.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_rsvg_C.la gvplugin_rsvg.lo gvloadimage_rsvg.lo ar cru .libs/libgvplugin_rsvg_C.a .libs/gvplugin_rsvg.o .libs/gvloadimage_rsvg.o ranlib .libs/libgvplugin_rsvg_C.a creating libgvplugin_rsvg_C.la (cd .libs && rm -f libgvplugin_rsvg_C.la && ln -s ../libgvplugin_rsvg_C.la libgvplugin_rsvg_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_rsvg.la -rpath /usr/lib/graphviz gvplugin_rsvg.lo gvloadimage_rsvg.lo ../../lib/gvc/libgvc.la -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 i486-linux-gnu-gcc -shared .libs/gvplugin_rsvg.o .libs/gvloadimage_rsvg.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib -lrsvg-2 /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_rsvg.so.6 -o .libs/libgvplugin_rsvg.so.6.0.0 (cd .libs && rm -f libgvplugin_rsvg.so.6 && ln -s libgvplugin_rsvg.so.6.0.0 libgvplugin_rsvg.so.6) (cd .libs && rm -f libgvplugin_rsvg.so && ln -s libgvplugin_rsvg.so.6.0.0 libgvplugin_rsvg.so) creating libgvplugin_rsvg.la (cd .libs && rm -f libgvplugin_rsvg.la && ln -s ../libgvplugin_rsvg.la libgvplugin_rsvg.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/rsvg' Making all in visio make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/visio' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/visio' Making all in xlib make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/xlib' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_xlib.lo -MD -MP -MF .deps/gvplugin_xlib.Tpo -c -o gvplugin_xlib.lo gvplugin_xlib.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_xlib.lo -MD -MP -MF .deps/gvplugin_xlib.Tpo -c gvplugin_xlib.c -fPIC -DPIC -o .libs/gvplugin_xlib.o mv -f .deps/gvplugin_xlib.Tpo .deps/gvplugin_xlib.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice_xlib.lo -MD -MP -MF .deps/gvdevice_xlib.Tpo -c -o gvdevice_xlib.lo gvdevice_xlib.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -D_REENTRANT -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvdevice_xlib.lo -MD -MP -MF .deps/gvdevice_xlib.Tpo -c gvdevice_xlib.c -fPIC -DPIC -o .libs/gvdevice_xlib.o mv -f .deps/gvdevice_xlib.Tpo .deps/gvdevice_xlib.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_xlib_C.la gvplugin_xlib.lo gvdevice_xlib.lo ar cru .libs/libgvplugin_xlib_C.a .libs/gvplugin_xlib.o .libs/gvdevice_xlib.o ranlib .libs/libgvplugin_xlib_C.a creating libgvplugin_xlib_C.la (cd .libs && rm -f libgvplugin_xlib_C.la && ln -s ../libgvplugin_xlib_C.la libgvplugin_xlib_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_xlib.la -rpath /usr/lib/graphviz gvplugin_xlib.lo gvdevice_xlib.lo -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lX11 -lm i486-linux-gnu-gcc -shared .libs/gvplugin_xlib.o .libs/gvdevice_xlib.o /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -lX11 -lm -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_xlib.so.6 -o .libs/libgvplugin_xlib.so.6.0.0 (cd .libs && rm -f libgvplugin_xlib.so.6 && ln -s libgvplugin_xlib.so.6.0.0 libgvplugin_xlib.so.6) (cd .libs && rm -f libgvplugin_xlib.so && ln -s libgvplugin_xlib.so.6.0.0 libgvplugin_xlib.so) creating libgvplugin_xlib.la (cd .libs && rm -f libgvplugin_xlib.la && ln -s ../libgvplugin_xlib.la libgvplugin_xlib.la) cp ../../plugin/xlib/vimdot.sh vimdot chmod +x vimdot make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/xlib' Making all in dot_layout make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/dot_layout' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_dot_layout.lo -MD -MP -MF .deps/gvplugin_dot_layout.Tpo -c -o gvplugin_dot_layout.lo gvplugin_dot_layout.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_dot_layout.lo -MD -MP -MF .deps/gvplugin_dot_layout.Tpo -c gvplugin_dot_layout.c -fPIC -DPIC -o .libs/gvplugin_dot_layout.o mv -f .deps/gvplugin_dot_layout.Tpo .deps/gvplugin_dot_layout.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvlayout_dot_layout.lo -MD -MP -MF .deps/gvlayout_dot_layout.Tpo -c -o gvlayout_dot_layout.lo gvlayout_dot_layout.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvlayout_dot_layout.lo -MD -MP -MF .deps/gvlayout_dot_layout.Tpo -c gvlayout_dot_layout.c -fPIC -DPIC -o .libs/gvlayout_dot_layout.o mv -f .deps/gvlayout_dot_layout.Tpo .deps/gvlayout_dot_layout.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_dot_layout_C.la gvplugin_dot_layout.lo gvlayout_dot_layout.lo ../../lib/dotgen/libdotgen_C.la rm -fr .libs/libgvplugin_dot_layout_C.lax mkdir .libs/libgvplugin_dot_layout_C.lax rm -fr .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a mkdir .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a (cd .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/dot_layout/../../lib/dotgen/.libs/libdotgen_C.a) ar cru .libs/libgvplugin_dot_layout_C.a .libs/gvplugin_dot_layout.o .libs/gvlayout_dot_layout.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/acyclic.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/class1.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/class2.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/cluster.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/compound.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/conc.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/decomp.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/fastgr.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/flat.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/dotinit.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/mincross.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/position.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/rank.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/sameport.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/dotsplines.o .libs/libgvplugin_dot_layout_C.lax/libdotgen_C.a/aspect.o ranlib .libs/libgvplugin_dot_layout_C.a rm -fr .libs/libgvplugin_dot_layout_C.lax creating libgvplugin_dot_layout_C.la (cd .libs && rm -f libgvplugin_dot_layout_C.la && ln -s ../libgvplugin_dot_layout_C.la libgvplugin_dot_layout_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_dot_layout.la -rpath /usr/lib/graphviz gvplugin_dot_layout.lo gvlayout_dot_layout.lo ../../lib/dotgen/libdotgen_C.la ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la ../../lib/pathplan/libpathplan.la -lm i486-linux-gnu-gcc -shared .libs/gvplugin_dot_layout.o .libs/gvlayout_dot_layout.o -Wl,--whole-archive ../../lib/dotgen/.libs/libdotgen_C.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs ../../lib/gvc/.libs/libgvc.so -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so ../../lib/pathplan/.libs/libpathplan.so -lm -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_dot_layout.so.6 -o .libs/libgvplugin_dot_layout.so.6.0.0 (cd .libs && rm -f libgvplugin_dot_layout.so.6 && ln -s libgvplugin_dot_layout.so.6.0.0 libgvplugin_dot_layout.so.6) (cd .libs && rm -f libgvplugin_dot_layout.so && ln -s libgvplugin_dot_layout.so.6.0.0 libgvplugin_dot_layout.so) creating libgvplugin_dot_layout.la (cd .libs && rm -f libgvplugin_dot_layout.la && ln -s ../libgvplugin_dot_layout.la libgvplugin_dot_layout.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/dot_layout' Making all in neato_layout make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_neato_layout.lo -MD -MP -MF .deps/gvplugin_neato_layout.Tpo -c -o gvplugin_neato_layout.lo gvplugin_neato_layout.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_neato_layout.lo -MD -MP -MF .deps/gvplugin_neato_layout.Tpo -c gvplugin_neato_layout.c -fPIC -DPIC -o .libs/gvplugin_neato_layout.o mv -f .deps/gvplugin_neato_layout.Tpo .deps/gvplugin_neato_layout.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvlayout_neato_layout.lo -MD -MP -MF .deps/gvlayout_neato_layout.Tpo -c -o gvlayout_neato_layout.lo gvlayout_neato_layout.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvlayout_neato_layout.lo -MD -MP -MF .deps/gvlayout_neato_layout.Tpo -c gvlayout_neato_layout.c -fPIC -DPIC -o .libs/gvlayout_neato_layout.o mv -f .deps/gvlayout_neato_layout.Tpo .deps/gvlayout_neato_layout.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libgvplugin_neato_layout_C.la gvplugin_neato_layout.lo gvlayout_neato_layout.lo ../../lib/neatogen/libneatogen_C.la ../../lib/twopigen/libtwopigen_C.la ../../lib/patchwork/libpatchwork_C.la ../../lib/osage/libosage_C.la ../../lib/fdpgen/libfdpgen_C.la ../../lib/sparse/libsparse_C.la ../../lib/rbtree/librbtree_C.la ../../lib/circogen/libcircogen_C.la ../../lib/sfdpgen/libsfdpgen_C.la rm -fr .libs/libgvplugin_neato_layout_C.lax mkdir .libs/libgvplugin_neato_layout_C.lax rm -fr .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a (cd .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/neatogen/.libs/libneatogen_C.a) rm -fr .libs/libgvplugin_neato_layout_C.lax/libtwopigen_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/libtwopigen_C.a (cd .libs/libgvplugin_neato_layout_C.lax/libtwopigen_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/twopigen/.libs/libtwopigen_C.a) rm -fr .libs/libgvplugin_neato_layout_C.lax/libpatchwork_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/libpatchwork_C.a (cd .libs/libgvplugin_neato_layout_C.lax/libpatchwork_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/patchwork/.libs/libpatchwork_C.a) rm -fr .libs/libgvplugin_neato_layout_C.lax/libosage_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/libosage_C.a (cd .libs/libgvplugin_neato_layout_C.lax/libosage_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/osage/.libs/libosage_C.a) rm -fr .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a (cd .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/fdpgen/.libs/libfdpgen_C.a) rm -fr .libs/libgvplugin_neato_layout_C.lax/libsparse_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/libsparse_C.a (cd .libs/libgvplugin_neato_layout_C.lax/libsparse_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/sparse/.libs/libsparse_C.a) rm -fr .libs/libgvplugin_neato_layout_C.lax/librbtree_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/librbtree_C.a (cd .libs/libgvplugin_neato_layout_C.lax/librbtree_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/rbtree/.libs/librbtree_C.a) rm -fr .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a (cd .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/circogen/.libs/libcircogen_C.a) rm -fr .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a mkdir .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a (cd .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a && ar x /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout/../../lib/sfdpgen/.libs/libsfdpgen_C.a) copying selected object files to avoid basename conflicts... ln .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/stack.o .libs/libgvplugin_neato_layout_C.lax/lt1-stack.o || cp .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/stack.o .libs/libgvplugin_neato_layout_C.lax/lt1-stack.o ar cru .libs/libgvplugin_neato_layout_C.a .libs/gvplugin_neato_layout.o .libs/gvlayout_neato_layout.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/adjust.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/circuit.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/edges.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/geometry.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/heap.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/hedges.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/info.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/neatoinit.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/legal.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/lu.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/matinv.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/memory.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/poly.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/printvis.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/site.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/solve.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/neatosplines.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/stuff.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/voronoi.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/stress.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/kkutils.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/matrix_ops.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/embed_graph.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/dijkstra.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/conjgrad.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/pca.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/closest.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/bfs.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/constraint.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/quad_prog_solve.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/smart_ini_x.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/constrained_majorization.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/opt_arrangement.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/overlap.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/call_tri.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/compute_hierarchy.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/delaunay.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/multispline.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/constrained_majorization_ipsep.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/mosek_quad_solve.o .libs/libgvplugin_neato_layout_C.lax/libneatogen_C.a/quad_prog_vpsc.o .libs/libgvplugin_neato_layout_C.lax/libtwopigen_C.a/twopiinit.o .libs/libgvplugin_neato_layout_C.lax/libtwopigen_C.a/circle.o .libs/libgvplugin_neato_layout_C.lax/libpatchwork_C.a/patchwork.o .libs/libgvplugin_neato_layout_C.lax/libpatchwork_C.a/patchworkinit.o .libs/libgvplugin_neato_layout_C.lax/libosage_C.a/osageinit.o .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a/comp.o .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a/dbg.o .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a/grid.o .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a/fdpinit.o .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a/layout.o .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a/tlayout.o .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a/xlayout.o .libs/libgvplugin_neato_layout_C.lax/libfdpgen_C.a/clusteredges.o .libs/libgvplugin_neato_layout_C.lax/libsparse_C.a/SparseMatrix.o .libs/libgvplugin_neato_layout_C.lax/librbtree_C.a/misc.o .libs/libgvplugin_neato_layout_C.lax/librbtree_C.a/red_black_tree.o .libs/libgvplugin_neato_layout_C.lax/librbtree_C.a/stack.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/circularinit.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/nodelist.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/block.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/edgelist.o .libs/libgvplugin_neato_layout_C.lax/lt1-stack.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/circular.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/deglist.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/blocktree.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/blockpath.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/circpos.o .libs/libgvplugin_neato_layout_C.lax/libcircogen_C.a/nodeset.o .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a/sfdpinit.o .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a/spring_electrical.o .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a/LinkedList.o .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a/sparse_solve.o .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a/post_process.o .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a/QuadTree.o .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a/Multilevel.o .libs/libgvplugin_neato_layout_C.lax/libsfdpgen_C.a/PriorityQueue.o ranlib .libs/libgvplugin_neato_layout_C.a rm -fr .libs/libgvplugin_neato_layout_C.lax creating libgvplugin_neato_layout_C.la (cd .libs && rm -f libgvplugin_neato_layout_C.la && ln -s ../libgvplugin_neato_layout_C.la libgvplugin_neato_layout_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_neato_layout.la -rpath /usr/lib/graphviz gvplugin_neato_layout.lo gvlayout_neato_layout.lo ../../lib/neatogen/libneatogen_C.la ../../lib/twopigen/libtwopigen_C.la ../../lib/patchwork/libpatchwork_C.la ../../lib/osage/libosage_C.la ../../lib/fdpgen/libfdpgen_C.la ../../lib/sparse/libsparse_C.la ../../lib/rbtree/librbtree_C.la ../../lib/circogen/libcircogen_C.la ../../lib/sfdpgen/libsfdpgen_C.la ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la ../../lib/pathplan/libpathplan.la -pthread -Wl,--export-dynamic -lgts -lm -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 ../../lib/vpsc/libvpsc_C.la -lstdc++ -lm i486-linux-gnu-gcc -shared .libs/gvplugin_neato_layout.o .libs/gvlayout_neato_layout.o -Wl,--whole-archive ../../lib/neatogen/.libs/libneatogen_C.a ../../lib/twopigen/.libs/libtwopigen_C.a ../../lib/patchwork/.libs/libpatchwork_C.a ../../lib/osage/.libs/libosage_C.a ../../lib/fdpgen/.libs/libfdpgen_C.a ../../lib/sparse/.libs/libsparse_C.a ../../lib/rbtree/.libs/librbtree_C.a ../../lib/circogen/.libs/libcircogen_C.a ../../lib/sfdpgen/.libs/libsfdpgen_C.a ../../lib/vpsc/.libs/libvpsc_C.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs ../../lib/gvc/.libs/libgvc.so -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so ../../lib/pathplan/.libs/libpathplan.so /usr/lib/libgts.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -lstdc++ -lm -Wl,--as-needed -pthread -Wl,--export-dynamic -Wl,-soname -Wl,libgvplugin_neato_layout.so.6 -o .libs/libgvplugin_neato_layout.so.6.0.0 (cd .libs && rm -f libgvplugin_neato_layout.so.6 && ln -s libgvplugin_neato_layout.so.6.0.0 libgvplugin_neato_layout.so.6) (cd .libs && rm -f libgvplugin_neato_layout.so && ln -s libgvplugin_neato_layout.so.6.0.0 libgvplugin_neato_layout.so) creating libgvplugin_neato_layout.la (cd .libs && rm -f libgvplugin_neato_layout.la && ln -s ../libgvplugin_neato_layout.la libgvplugin_neato_layout.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' Making all in cmd make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' Making all in dot make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -DDEMAND_LOADING=1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dot-dot.o -MD -MP -MF .deps/dot-dot.Tpo -c -o dot-dot.o `test -f 'dot.c' || echo './'`dot.c mv -f .deps/dot-dot.Tpo .deps/dot-dot.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -DDEMAND_LOADING=1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dot-no_builtins.o -MD -MP -MF .deps/dot-no_builtins.Tpo -c -o dot-no_builtins.o `test -f 'no_builtins.c' || echo './'`no_builtins.c mv -f .deps/dot-no_builtins.Tpo .deps/dot-no_builtins.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o dot dot-dot.o dot-no_builtins.o ../../lib/gvc/libgvc.la mkdir .libs i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/dot dot-dot.o dot-no_builtins.o ../../lib/gvc/.libs/libgvc.so -ldl /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs/libgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs/libpathplan.so /usr/lib/libexpat.so -lz -lm creating dot i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -DDEMAND_LOADING=1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dot_builtins-dot.o -MD -MP -MF .deps/dot_builtins-dot.Tpo -c -o dot_builtins-dot.o `test -f 'dot.c' || echo './'`dot.c mv -f .deps/dot_builtins-dot.Tpo .deps/dot_builtins-dot.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../../lib/gvc -I../../lib/pathplan -I../../lib/graph -I../../lib/cdt -DDEMAND_LOADING=1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dot_builtins-dot_builtins.o -MD -MP -MF .deps/dot_builtins-dot_builtins.Tpo -c -o dot_builtins-dot_builtins.o `test -f 'dot_builtins.c' || echo './'`dot_builtins.c mv -f .deps/dot_builtins-dot_builtins.Tpo .deps/dot_builtins-dot_builtins.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o dot_builtins dot_builtins-dot.o dot_builtins-dot_builtins.o ../../plugin/dot_layout/libgvplugin_dot_layout.la ../../plugin/neato_layout/libgvplugin_neato_layout.la ../../plugin/core/libgvplugin_core.la ../../lib/gvc/libgvc.la ../../lib/pathplan/libpathplan.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -pthread -Wl,--export-dynamic -lgts -lm -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 -lexpat -lz ../../lib/vpsc/libvpsc_C.la -lstdc++ -lm ../../plugin/gd/libgvplugin_gd.la -L/usr/lib -Wl,-Bsymbolic-functions -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lpng -lz ../../plugin/pango/libgvplugin_pango.la -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/dot_builtins dot_builtins-dot.o dot_builtins-dot_builtins.o -pthread -Wl,--export-dynamic -Wl,-Bsymbolic-functions ../../plugin/dot_layout/.libs/libgvplugin_dot_layout.so ../../plugin/neato_layout/.libs/libgvplugin_neato_layout.so ../../plugin/core/.libs/libgvplugin_core.so ../../lib/gvc/.libs/libgvc.so ../../lib/pathplan/.libs/libpathplan.so ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so /usr/lib/libgts.so /usr/lib/libgthread-2.0.so -lrt ../../lib/vpsc/.libs/libvpsc_C.a -lstdc++ ../../plugin/gd/.libs/libgvplugin_gd.so -L/usr/lib /usr/lib/libgd.so -lXpm -lX11 /usr/lib/libjpeg.so -lpng12 -lfontconfig /usr/lib/libfreetype.so -lpng ../../plugin/pango/.libs/libgvplugin_pango.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs/libgvc.so -ldl /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs/libgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs/libpathplan.so /usr/lib/libexpat.so -lz -lm /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -Wl,--rpath -Wl,/usr/lib/graphviz creating dot_builtins make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' Making all in tools make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gc.o -MD -MP -MF .deps/gc.Tpo -c -o gc.o gc.c mv -f .deps/gc.Tpo .deps/gc.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o gc gc.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la mkdir .libs i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/gc gc.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating gc i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvcolor.o -MD -MP -MF .deps/gvcolor.Tpo -c -o gvcolor.o gvcolor.c mv -f .deps/gvcolor.Tpo .deps/gvcolor.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT colxlate.o -MD -MP -MF .deps/colxlate.Tpo -c -o colxlate.o colxlate.c mv -f .deps/colxlate.Tpo .deps/colxlate.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o gvcolor gvcolor.o colxlate.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/gvcolor gvcolor.o colxlate.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating gvcolor i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT cvtgxl.o -MD -MP -MF .deps/cvtgxl.Tpo -c -o cvtgxl.o cvtgxl.c mv -f .deps/cvtgxl.Tpo .deps/cvtgxl.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gv2gxl.o -MD -MP -MF .deps/gv2gxl.Tpo -c -o gv2gxl.o gv2gxl.c mv -f .deps/gv2gxl.Tpo .deps/gv2gxl.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gxl2gv.o -MD -MP -MF .deps/gxl2gv.Tpo -c -o gxl2gv.o gxl2gv.c mv -f .deps/gxl2gv.Tpo .deps/gxl2gv.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o gxl2gv cvtgxl.o gv2gxl.o gxl2gv.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la -lexpat i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/gxl2gv cvtgxl.o gv2gxl.o gxl2gv.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so /usr/lib/libexpat.so creating gxl2gv i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT acyclic.o -MD -MP -MF .deps/acyclic.Tpo -c -o acyclic.o acyclic.c mv -f .deps/acyclic.Tpo .deps/acyclic.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o acyclic acyclic.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/acyclic acyclic.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating acyclic i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT nop.o -MD -MP -MF .deps/nop.Tpo -c -o nop.o nop.c mv -f .deps/nop.Tpo .deps/nop.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o nop nop.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/nop nop.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating nop i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT ccomps.o -MD -MP -MF .deps/ccomps.Tpo -c -o ccomps.o ccomps.c mv -f .deps/ccomps.Tpo .deps/ccomps.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o ccomps ccomps.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/ccomps ccomps.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating ccomps i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT sccmap.o -MD -MP -MF .deps/sccmap.Tpo -c -o sccmap.o sccmap.c mv -f .deps/sccmap.Tpo .deps/sccmap.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o sccmap sccmap.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la -lexpat i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/sccmap sccmap.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so /usr/lib/libexpat.so creating sccmap i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tred.o -MD -MP -MF .deps/tred.Tpo -c -o tred.o tred.c mv -f .deps/tred.Tpo .deps/tred.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o tred tred.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/tred tred.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating tred i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT unflatten.o -MD -MP -MF .deps/unflatten.Tpo -c -o unflatten.o unflatten.c mv -f .deps/unflatten.Tpo .deps/unflatten.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o unflatten unflatten.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/unflatten unflatten.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating unflatten i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -DDEMAND_LOADING=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvpack-gvpack.o -MD -MP -MF .deps/gvpack-gvpack.Tpo -c -o gvpack-gvpack.o `test -f 'gvpack.c' || echo './'`gvpack.c mv -f .deps/gvpack-gvpack.Tpo .deps/gvpack-gvpack.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -DDEMAND_LOADING=0 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvpack-gvpack_builtins.o -MD -MP -MF .deps/gvpack-gvpack_builtins.Tpo -c -o gvpack-gvpack_builtins.o `test -f 'gvpack_builtins.c' || echo './'`gvpack_builtins.c mv -f .deps/gvpack-gvpack_builtins.Tpo .deps/gvpack-gvpack_builtins.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o gvpack gvpack-gvpack.o gvpack-gvpack_builtins.o ../../lib/gvc/libgvc.la ../../lib/ingraphs/libingraphs_C.la ../../plugin/neato_layout/libgvplugin_neato_layout.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/gvpack gvpack-gvpack.o gvpack-gvpack_builtins.o ../../lib/gvc/.libs/libgvc.so ../../lib/ingraphs/.libs/libingraphs_C.a ../../plugin/neato_layout/.libs/libgvplugin_neato_layout.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs/libgvc.so -ldl /usr/lib/libexpat.so -lz /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs/libgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs/libpathplan.so /usr/lib/libgts.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -lstdc++ -lm -Wl,--rpath -Wl,/usr/lib/graphviz creating gvpack i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dijkstra.o -MD -MP -MF .deps/dijkstra.Tpo -c -o dijkstra.o dijkstra.c mv -f .deps/dijkstra.Tpo .deps/dijkstra.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o dijkstra dijkstra.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/dijkstra dijkstra.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating dijkstra i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT bcomps.o -MD -MP -MF .deps/bcomps.Tpo -c -o bcomps.o bcomps.c mv -f .deps/bcomps.Tpo .deps/bcomps.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o bcomps bcomps.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/bcomps bcomps.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so creating bcomps i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mm2gv.o -MD -MP -MF .deps/mm2gv.Tpo -c -o mm2gv.o mm2gv.c mv -f .deps/mm2gv.Tpo .deps/mm2gv.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT matrix_market.o -MD -MP -MF .deps/matrix_market.Tpo -c -o matrix_market.o matrix_market.c mv -f .deps/matrix_market.Tpo .deps/matrix_market.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mmio.o -MD -MP -MF .deps/mmio.Tpo -c -o mmio.o mmio.c mv -f .deps/mmio.Tpo .deps/mmio.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o mm2gv mm2gv.o matrix_market.o mmio.o ../../lib/common/libcommon_C.la ../../lib/sparse/libsparse_C.la ../../lib/cgraph/libcgraph.la -lm i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/mm2gv mm2gv.o matrix_market.o mmio.o ../../lib/common/.libs/libcommon_C.a ../../lib/sparse/.libs/libsparse_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so -lm creating mm2gv i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvgen.o -MD -MP -MF .deps/gvgen.Tpo -c -o gvgen.o gvgen.c mv -f .deps/gvgen.Tpo .deps/gvgen.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/cgraph -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../lib/pack -I../../lib/neatogen -I../../lib/sparse -I../../lib/gvc -I../../lib/common -I../../lib/ingraphs -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT graph_generator.o -MD -MP -MF .deps/graph_generator.Tpo -c -o graph_generator.o graph_generator.c mv -f .deps/graph_generator.Tpo .deps/graph_generator.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o gvgen gvgen.o graph_generator.o ../../lib/cgraph/libcgraph.la -lm i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/gvgen gvgen.o graph_generator.o ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so -lm creating gvgen make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' Making all in gvpr make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/gvpr' i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/expr -I../../lib/expr -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mkdefs.o -MD -MP -MF .deps/mkdefs.Tpo -c -o mkdefs.o mkdefs.c mv -f .deps/mkdefs.Tpo .deps/mkdefs.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o mkdefs mkdefs.o mkdir .libs i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o mkdefs mkdefs.o ./mkdefs gdefs.h < ../../cmd/gvpr/gprdata i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/expr -I../../lib/expr -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.c mv -f .deps/actions.Tpo .deps/actions.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/expr -I../../lib/expr -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT compile.o -MD -MP -MF .deps/compile.Tpo -c -o compile.o compile.c mv -f .deps/compile.Tpo .deps/compile.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/expr -I../../lib/expr -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvpr.o -MD -MP -MF .deps/gvpr.Tpo -c -o gvpr.o gvpr.c mv -f .deps/gvpr.Tpo .deps/gvpr.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/expr -I../../lib/expr -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gprstate.o -MD -MP -MF .deps/gprstate.Tpo -c -o gprstate.o gprstate.c mv -f .deps/gprstate.Tpo .deps/gprstate.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/expr -I../../lib/expr -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c mv -f .deps/parse.Tpo .deps/parse.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/expr -I../../lib/expr -I../../lib/vmalloc -I../../lib/sfio -I../../lib/ast -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT queue.o -MD -MP -MF .deps/queue.Tpo -c -o queue.o queue.c mv -f .deps/queue.Tpo .deps/queue.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o gvpr actions.o compile.o gvpr.o gprstate.o parse.o queue.o ../../lib/vmalloc/libvmalloc_C.la ../../lib/sfio/libsfio_C.la ../../lib/ingraphs/libingraphs_C.la ../../lib/expr/libexpr_C.la ../../lib/cgraph/libcgraph.la -lm i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/gvpr actions.o compile.o gvpr.o gprstate.o parse.o queue.o ../../lib/vmalloc/.libs/libvmalloc_C.a ../../lib/sfio/.libs/libsfio_C.a ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/expr/.libs/libexpr_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so -lm creating gvpr make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/gvpr' Making all in lefty make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' Making all in ws make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' Making all in x11 make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' Making all in libfilereq make[7]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11/libfilereq' /bin/bash ../../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT Dir.lo -MD -MP -MF .deps/Dir.Tpo -c -o Dir.lo Dir.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT Dir.lo -MD -MP -MF .deps/Dir.Tpo -c Dir.c -fPIC -DPIC -o .libs/Dir.o mv -f .deps/Dir.Tpo .deps/Dir.Plo /bin/bash ../../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT Draw.lo -MD -MP -MF .deps/Draw.Tpo -c -o Draw.lo Draw.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT Draw.lo -MD -MP -MF .deps/Draw.Tpo -c Draw.c -fPIC -DPIC -o .libs/Draw.o mv -f .deps/Draw.Tpo .deps/Draw.Plo /bin/bash ../../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT Path.lo -MD -MP -MF .deps/Path.Tpo -c -o Path.lo Path.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT Path.lo -MD -MP -MF .deps/Path.Tpo -c Path.c -fPIC -DPIC -o .libs/Path.o mv -f .deps/Path.Tpo .deps/Path.Plo /bin/bash ../../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT SelFile.lo -MD -MP -MF .deps/SelFile.Tpo -c -o SelFile.lo SelFile.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT SelFile.lo -MD -MP -MF .deps/SelFile.Tpo -c SelFile.c -fPIC -DPIC -o .libs/SelFile.o mv -f .deps/SelFile.Tpo .deps/SelFile.Plo /bin/bash ../../../../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libfilereq.la Dir.lo Draw.lo Path.lo SelFile.lo -lXaw ar cru .libs/libfilereq.a .libs/Dir.o .libs/Draw.o .libs/Path.o .libs/SelFile.o ranlib .libs/libfilereq.a creating libfilereq.la (cd .libs && rm -f libfilereq.la && ln -s ../libfilereq.la libfilereq.la) make[7]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11/libfilereq' make[7]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT garray.lo -MD -MP -MF .deps/garray.Tpo -c -o garray.lo garray.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT garray.lo -MD -MP -MF .deps/garray.Tpo -c garray.c -fPIC -DPIC -o .libs/garray.o mv -f .deps/garray.Tpo .deps/garray.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gbutton.lo -MD -MP -MF .deps/gbutton.Tpo -c -o gbutton.lo gbutton.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gbutton.lo -MD -MP -MF .deps/gbutton.Tpo -c gbutton.c -fPIC -DPIC -o .libs/gbutton.o mv -f .deps/gbutton.Tpo .deps/gbutton.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gcanvas.lo -MD -MP -MF .deps/gcanvas.Tpo -c -o gcanvas.lo gcanvas.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gcanvas.lo -MD -MP -MF .deps/gcanvas.Tpo -c gcanvas.c -fPIC -DPIC -o .libs/gcanvas.o mv -f .deps/gcanvas.Tpo .deps/gcanvas.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gcommon.lo -MD -MP -MF .deps/gcommon.Tpo -c -o gcommon.lo gcommon.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gcommon.lo -MD -MP -MF .deps/gcommon.Tpo -c gcommon.c -fPIC -DPIC -o .libs/gcommon.o mv -f .deps/gcommon.Tpo .deps/gcommon.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT glabel.lo -MD -MP -MF .deps/glabel.Tpo -c -o glabel.lo glabel.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT glabel.lo -MD -MP -MF .deps/glabel.Tpo -c glabel.c -fPIC -DPIC -o .libs/glabel.o mv -f .deps/glabel.Tpo .deps/glabel.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gmenu.lo -MD -MP -MF .deps/gmenu.Tpo -c -o gmenu.lo gmenu.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gmenu.lo -MD -MP -MF .deps/gmenu.Tpo -c gmenu.c -fPIC -DPIC -o .libs/gmenu.o mv -f .deps/gmenu.Tpo .deps/gmenu.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gpcanvas.lo -MD -MP -MF .deps/gpcanvas.Tpo -c -o gpcanvas.lo gpcanvas.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gpcanvas.lo -MD -MP -MF .deps/gpcanvas.Tpo -c gpcanvas.c -fPIC -DPIC -o .libs/gpcanvas.o mv -f .deps/gpcanvas.Tpo .deps/gpcanvas.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gquery.lo -MD -MP -MF .deps/gquery.Tpo -c -o gquery.lo gquery.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gquery.lo -MD -MP -MF .deps/gquery.Tpo -c gquery.c -fPIC -DPIC -o .libs/gquery.o mv -f .deps/gquery.Tpo .deps/gquery.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gscroll.lo -MD -MP -MF .deps/gscroll.Tpo -c -o gscroll.lo gscroll.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gscroll.lo -MD -MP -MF .deps/gscroll.Tpo -c gscroll.c -fPIC -DPIC -o .libs/gscroll.o mv -f .deps/gscroll.Tpo .deps/gscroll.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gtext.lo -MD -MP -MF .deps/gtext.Tpo -c -o gtext.lo gtext.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gtext.lo -MD -MP -MF .deps/gtext.Tpo -c gtext.c -fPIC -DPIC -o .libs/gtext.o mv -f .deps/gtext.Tpo .deps/gtext.Plo /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gview.lo -MD -MP -MF .deps/gview.Tpo -c -o gview.lo gview.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -I../../../../cmd/lefty/ws/x11/libfilereq -DFEATURE_X11 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gview.lo -MD -MP -MF .deps/gview.Tpo -c gview.c -fPIC -DPIC -o .libs/gview.o mv -f .deps/gview.Tpo .deps/gview.Plo /bin/bash ../../../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libws.la garray.lo gbutton.lo gcanvas.lo gcommon.lo glabel.lo gmenu.lo gpcanvas.lo gquery.lo gscroll.lo gtext.lo gview.lo ar cru .libs/libws.a .libs/garray.o .libs/gbutton.o .libs/gcanvas.o .libs/gcommon.o .libs/glabel.o .libs/gmenu.o .libs/gpcanvas.o .libs/gquery.o .libs/gscroll.o .libs/gtext.o .libs/gview.o ranlib .libs/libws.a creating libws.la (cd .libs && rm -f libws.la && ln -s ../libws.la libws.la) make[7]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' Making all in mswin32 make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/mswin32' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/mswin32' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' Making all in os make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' Making all in unix make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/unix' /bin/bash ../../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT io.lo -MD -MP -MF .deps/io.Tpo -c -o io.lo io.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -fPIC -DPIC -o .libs/io.o mv -f .deps/io.Tpo .deps/io.Plo /bin/bash ../../../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libos.la io.lo ar cru .libs/libos.a .libs/io.o ranlib .libs/libos.a creating libos.la (cd .libs && rm -f libos.la && ln -s ../libos.la libos.la) make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/unix' Making all in mswin32 make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/mswin32' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/mswin32' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' Making all in dot2l make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/dot2l' /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dot2l.lo -MD -MP -MF .deps/dot2l.Tpo -c -o dot2l.lo dot2l.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dot2l.lo -MD -MP -MF .deps/dot2l.Tpo -c dot2l.c -fPIC -DPIC -o .libs/dot2l.o mv -f .deps/dot2l.Tpo .deps/dot2l.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dotlex.lo -MD -MP -MF .deps/dotlex.Tpo -c -o dotlex.lo dotlex.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dotlex.lo -MD -MP -MF .deps/dotlex.Tpo -c dotlex.c -fPIC -DPIC -o .libs/dotlex.o mv -f .deps/dotlex.Tpo .deps/dotlex.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dotparse.lo -MD -MP -MF .deps/dotparse.Tpo -c -o dotparse.lo dotparse.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dotparse.lo -MD -MP -MF .deps/dotparse.Tpo -c dotparse.c -fPIC -DPIC -o .libs/dotparse.o mv -f .deps/dotparse.Tpo .deps/dotparse.Plo /bin/bash ../../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dottrie.lo -MD -MP -MF .deps/dottrie.Tpo -c -o dottrie.lo dottrie.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../cmd/lefty -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT dottrie.lo -MD -MP -MF .deps/dottrie.Tpo -c dottrie.c -fPIC -DPIC -o .libs/dottrie.o mv -f .deps/dottrie.Tpo .deps/dottrie.Plo /bin/bash ../../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libdot2l.la dot2l.lo dotlex.lo dotparse.lo dottrie.lo ar cru .libs/libdot2l.a .libs/dot2l.o .libs/dotlex.o .libs/dotparse.o .libs/dottrie.o ranlib .libs/libdot2l.a creating libdot2l.la (cd .libs && rm -f libdot2l.la && ln -s ../libdot2l.la libdot2l.la) make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/dot2l' Making all in examples make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/examples' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/examples' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT code.o -MD -MP -MF .deps/code.Tpo -c -o code.o code.c mv -f .deps/code.Tpo .deps/code.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c mv -f .deps/common.Tpo .deps/common.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT display.o -MD -MP -MF .deps/display.Tpo -c -o display.o display.c mv -f .deps/display.Tpo .deps/display.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT exec.o -MD -MP -MF .deps/exec.Tpo -c -o exec.o exec.c mv -f .deps/exec.Tpo .deps/exec.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT g.o -MD -MP -MF .deps/g.Tpo -c -o g.o g.c mv -f .deps/g.Tpo .deps/g.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gfxview.o -MD -MP -MF .deps/gfxview.Tpo -c -o gfxview.o gfxview.c mv -f .deps/gfxview.Tpo .deps/gfxview.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT internal.o -MD -MP -MF .deps/internal.Tpo -c -o internal.o internal.c mv -f .deps/internal.Tpo .deps/internal.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT lefty.o -MD -MP -MF .deps/lefty.Tpo -c -o lefty.o lefty.c mv -f .deps/lefty.Tpo .deps/lefty.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT lex.o -MD -MP -MF .deps/lex.Tpo -c -o lex.o lex.c mv -f .deps/lex.Tpo .deps/lex.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT mem.o -MD -MP -MF .deps/mem.Tpo -c -o mem.o mem.c mv -f .deps/mem.Tpo .deps/mem.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c mv -f .deps/parse.Tpo .deps/parse.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT str.o -MD -MP -MF .deps/str.Tpo -c -o str.o str.c mv -f .deps/str.Tpo .deps/str.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tbl.o -MD -MP -MF .deps/tbl.Tpo -c -o tbl.o tbl.c mv -f .deps/tbl.Tpo .deps/tbl.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../cmd/lefty/ws/x11 -I../../cmd/lefty/os/unix -I../../cmd/lefty/dot2l -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT txtview.o -MD -MP -MF .deps/txtview.Tpo -c -o txtview.o txtview.c mv -f .deps/txtview.Tpo .deps/txtview.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o lefty code.o common.o display.o exec.o g.o gfxview.o internal.o lefty.o lex.o mem.o parse.o str.o tbl.o txtview.o ../../cmd/lefty/dot2l/libdot2l.la ../../cmd/lefty/ws/x11/libws.la ../../cmd/lefty/ws/x11/libfilereq/libfilereq.la ../../cmd/lefty/os/unix/libos.la -lXaw -lSM -lICE -lXpm -lXt -lXmu -lXext -lX11 -lm mkdir .libs i486-linux-gnu-gcc -DLEFTYDATADIR=\"/usr/share/graphviz/lefty\" -DHAVE_CONFIG_H -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o lefty code.o common.o display.o exec.o g.o gfxview.o internal.o lefty.o lex.o mem.o parse.o str.o tbl.o txtview.o ../../cmd/lefty/dot2l/.libs/libdot2l.a ../../cmd/lefty/ws/x11/.libs/libws.a ../../cmd/lefty/ws/x11/libfilereq/.libs/libfilereq.a ../../cmd/lefty/os/unix/.libs/libos.a -lXaw -lSM -lICE -lXpm -lXt -lXmu -lXext -lX11 -lm make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' Making all in lneato make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lneato' cp ../../cmd/lneato/lneato.sh lneato chmod +x lneato make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lneato' Making all in dotty make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dotty' cp ../../cmd/dotty/dotty.sh dotty chmod +x dotty make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dotty' Making all in smyrna make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/smyrna' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/smyrna' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' Making all in tclpkg make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' Making all in tclstubs make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclstubs' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tclStubLib.lo -MD -MP -MF .deps/tclStubLib.Tpo -c -o tclStubLib.lo tclStubLib.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tclStubLib.lo -MD -MP -MF .deps/tclStubLib.Tpo -c tclStubLib.c -fPIC -DPIC -o .libs/tclStubLib.o mv -f .deps/tclStubLib.Tpo .deps/tclStubLib.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libtclstubs_C.la tclStubLib.lo -L/usr/lib -ltclstub8.5 ar cru .libs/libtclstubs_C.a .libs/tclStubLib.o ranlib .libs/libtclstubs_C.a creating libtclstubs_C.la (cd .libs && rm -f libtclstubs_C.la && ln -s ../libtclstubs_C.la libtclstubs_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclstubs' Making all in tkstubs make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkstubs' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tkStubLib.lo -MD -MP -MF .deps/tkStubLib.Tpo -c -o tkStubLib.lo tkStubLib.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tkStubLib.lo -MD -MP -MF .deps/tkStubLib.Tpo -c tkStubLib.c -fPIC -DPIC -o .libs/tkStubLib.o mv -f .deps/tkStubLib.Tpo .deps/tkStubLib.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tkStubImg.lo -MD -MP -MF .deps/tkStubImg.Tpo -c -o tkStubImg.lo tkStubImg.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tkStubImg.lo -MD -MP -MF .deps/tkStubImg.Tpo -c tkStubImg.c -fPIC -DPIC -o .libs/tkStubImg.o mv -f .deps/tkStubImg.Tpo .deps/tkStubImg.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libtkstubs_C.la tkStubLib.lo tkStubImg.lo -L/usr/lib -ltkstub8.5 ar cru .libs/libtkstubs_C.a .libs/tkStubLib.o .libs/tkStubImg.o ranlib .libs/libtkstubs_C.a creating libtkstubs_C.la (cd .libs && rm -f libtkstubs_C.la && ln -s ../libtkstubs_C.la libtkstubs_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkstubs' Making all in tclhandle make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclhandle' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tclhandle.lo -MD -MP -MF .deps/tclhandle.Tpo -c -o tclhandle.lo tclhandle.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tclhandle.lo -MD -MP -MF .deps/tclhandle.Tpo -c tclhandle.c -fPIC -DPIC -o .libs/tclhandle.o mv -f .deps/tclhandle.Tpo .deps/tclhandle.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libtclhandle_C.la tclhandle.lo ar cru .libs/libtclhandle_C.a .libs/tclhandle.o ranlib .libs/libtclhandle_C.a creating libtclhandle_C.la (cd .libs && rm -f libtclhandle_C.la && ln -s ../libtclhandle_C.la libtclhandle_C.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclhandle' Making all in gdtclft make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft/demo' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gdtclft.lo -MD -MP -MF .deps/gdtclft.Tpo -c -o gdtclft.lo gdtclft.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gdtclft.lo -MD -MP -MF .deps/gdtclft.Tpo -c gdtclft.c -fPIC -DPIC -o .libs/gdtclft.o mv -f .deps/gdtclft.Tpo .deps/gdtclft.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -no-undefined -Wl,--as-needed -o libgdtclft.la -rpath /usr/lib/graphviz/tcl gdtclft.lo ../../tclpkg/tclhandle/libtclhandle_C.la ../../tclpkg/tclstubs/libtclstubs_C.la -L/usr/lib -Wl,-Bsymbolic-functions -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lpng -lz -lm -lc i486-linux-gnu-gcc -shared .libs/gdtclft.o -Wl,--whole-archive ../../tclpkg/tclhandle/.libs/libtclhandle_C.a ../../tclpkg/tclstubs/.libs/libtclstubs_C.a -Wl,--no-whole-archive -L/usr/lib -ltclstub8.5 /usr/lib/libgd.so -lXpm -lX11 /usr/lib/libjpeg.so -lpng12 -lfontconfig /usr/lib/libfreetype.so -lpng -lz -lm -lc -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libgdtclft.so.0 -o .libs/libgdtclft.so.0.0.0 (cd .libs && rm -f libgdtclft.so.0 && ln -s libgdtclft.so.0.0.0 libgdtclft.so.0) (cd .libs && rm -f libgdtclft.so && ln -s libgdtclft.so.0.0.0 libgdtclft.so) creating libgdtclft.la (cd .libs && rm -f libgdtclft.la && ln -s ../libgdtclft.la libgdtclft.la) sh ../../tclpkg/mkpkgindex.sh libgdtclft.la Gdtclft 2.24.0 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' Making all in tcldot make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot/demo' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_la-tcldot.lo -MD -MP -MF .deps/libtcldot_la-tcldot.Tpo -c -o libtcldot_la-tcldot.lo `test -f 'tcldot.c' || echo './'`tcldot.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_la-tcldot.lo -MD -MP -MF .deps/libtcldot_la-tcldot.Tpo -c tcldot.c -fPIC -DPIC -o .libs/libtcldot_la-tcldot.o mv -f .deps/libtcldot_la-tcldot.Tpo .deps/libtcldot_la-tcldot.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_la-no_builtins.lo -MD -MP -MF .deps/libtcldot_la-no_builtins.Tpo -c -o libtcldot_la-no_builtins.lo `test -f 'no_builtins.c' || echo './'`no_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_la-no_builtins.lo -MD -MP -MF .deps/libtcldot_la-no_builtins.Tpo -c no_builtins.c -fPIC -DPIC -o .libs/libtcldot_la-no_builtins.o mv -f .deps/libtcldot_la-no_builtins.Tpo .deps/libtcldot_la-no_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_la-gdtclft.lo -MD -MP -MF .deps/libtcldot_la-gdtclft.Tpo -c -o libtcldot_la-gdtclft.lo `test -f '../../tclpkg/gdtclft/gdtclft.c' || echo './'`../../tclpkg/gdtclft/gdtclft.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_la-gdtclft.lo -MD -MP -MF .deps/libtcldot_la-gdtclft.Tpo -c ../../tclpkg/gdtclft/gdtclft.c -fPIC -DPIC -o .libs/libtcldot_la-gdtclft.o mv -f .deps/libtcldot_la-gdtclft.Tpo .deps/libtcldot_la-gdtclft.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -no-undefined -Wl,--as-needed -o libtcldot.la -rpath /usr/lib/graphviz/tcl libtcldot_la-tcldot.lo libtcldot_la-no_builtins.lo libtcldot_la-gdtclft.lo ../../tclpkg/tclhandle/libtclhandle_C.la ../../tclpkg/tclstubs/libtclstubs_C.la ../../lib/gvc/libgvc.la -L/usr/lib -Wl,-Bsymbolic-functions -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lpng -lz -lm -lc i486-linux-gnu-gcc -shared .libs/libtcldot_la-tcldot.o .libs/libtcldot_la-no_builtins.o .libs/libtcldot_la-gdtclft.o -Wl,--whole-archive ../../tclpkg/tclhandle/.libs/libtclhandle_C.a ../../tclpkg/tclstubs/.libs/libtclstubs_C.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -L/usr/lib -ltclstub8.5 ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs /usr/lib/libgd.so -lXpm -lX11 /usr/lib/libjpeg.so -lpng12 -lfontconfig /usr/lib/libfreetype.so -lpng -lz -lm -lc -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libtcldot.so.0 -o .libs/libtcldot.so.0.0.0 (cd .libs && rm -f libtcldot.so.0 && ln -s libtcldot.so.0.0.0 libtcldot.so.0) (cd .libs && rm -f libtcldot.so && ln -s libtcldot.so.0.0.0 libtcldot.so) creating libtcldot.la (cd .libs && rm -f libtcldot.la && ln -s ../libtcldot.la libtcldot.la) /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_builtin_la-tcldot.lo -MD -MP -MF .deps/libtcldot_builtin_la-tcldot.Tpo -c -o libtcldot_builtin_la-tcldot.lo `test -f 'tcldot.c' || echo './'`tcldot.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_builtin_la-tcldot.lo -MD -MP -MF .deps/libtcldot_builtin_la-tcldot.Tpo -c tcldot.c -fPIC -DPIC -o .libs/libtcldot_builtin_la-tcldot.o mv -f .deps/libtcldot_builtin_la-tcldot.Tpo .deps/libtcldot_builtin_la-tcldot.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_builtin_la-tcldot_builtins.lo -MD -MP -MF .deps/libtcldot_builtin_la-tcldot_builtins.Tpo -c -o libtcldot_builtin_la-tcldot_builtins.lo `test -f 'tcldot_builtins.c' || echo './'`tcldot_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_builtin_la-tcldot_builtins.lo -MD -MP -MF .deps/libtcldot_builtin_la-tcldot_builtins.Tpo -c tcldot_builtins.c -fPIC -DPIC -o .libs/libtcldot_builtin_la-tcldot_builtins.o mv -f .deps/libtcldot_builtin_la-tcldot_builtins.Tpo .deps/libtcldot_builtin_la-tcldot_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_builtin_la-gdtclft.lo -MD -MP -MF .deps/libtcldot_builtin_la-gdtclft.Tpo -c -o libtcldot_builtin_la-gdtclft.lo `test -f '../../tclpkg/gdtclft/gdtclft.c' || echo './'`../../tclpkg/gdtclft/gdtclft.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I../../tclpkg/tclhandle -I/usr/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DDEMAND_LOADING=1 -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libtcldot_builtin_la-gdtclft.lo -MD -MP -MF .deps/libtcldot_builtin_la-gdtclft.Tpo -c ../../tclpkg/gdtclft/gdtclft.c -fPIC -DPIC -o .libs/libtcldot_builtin_la-gdtclft.o mv -f .deps/libtcldot_builtin_la-gdtclft.Tpo .deps/libtcldot_builtin_la-gdtclft.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libtcldot_builtin.la -rpath /usr/lib/graphviz/tcl libtcldot_builtin_la-tcldot.lo libtcldot_builtin_la-tcldot_builtins.lo libtcldot_builtin_la-gdtclft.lo ../../tclpkg/tclhandle/libtclhandle_C.la ../../plugin/dot_layout/libgvplugin_dot_layout_C.la ../../plugin/neato_layout/libgvplugin_neato_layout_C.la ../../plugin/core/libgvplugin_core_C.la ../../lib/gvc/libgvc_C.la ../../lib/graph/libgraph_C.la ../../lib/cdt/libcdt_C.la ../../lib/pathplan/libpathplan_C.la ../../tclpkg/tclstubs/libtclstubs_C.la -pthread -Wl,--export-dynamic -lgts -lm -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 ../../plugin/pango/libgvplugin_pango_C.la -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../../plugin/gd/libgvplugin_gd_C.la -L/usr/lib -Wl,-Bsymbolic-functions -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lpng -lz -lexpat ../../lib/vpsc/libvpsc_C.la -lstdc++ -lm -lc i486-linux-gnu-gcc -shared .libs/libtcldot_builtin_la-tcldot.o .libs/libtcldot_builtin_la-tcldot_builtins.o .libs/libtcldot_builtin_la-gdtclft.o -Wl,--whole-archive ../../tclpkg/tclhandle/.libs/libtclhandle_C.a ../../plugin/dot_layout/.libs/libgvplugin_dot_layout_C.a ../../plugin/neato_layout/.libs/libgvplugin_neato_layout_C.a ../../plugin/core/.libs/libgvplugin_core_C.a ../../lib/gvc/.libs/libgvc_C.a ../../lib/graph/.libs/libgraph_C.a ../../lib/cdt/.libs/libcdt_C.a ../../lib/pathplan/.libs/libpathplan_C.a ../../tclpkg/tclstubs/.libs/libtclstubs_C.a ../../plugin/pango/.libs/libgvplugin_pango_C.a ../../plugin/gd/.libs/libgvplugin_gd_C.a ../../lib/vpsc/.libs/libvpsc_C.a -Wl,--no-whole-archive -ldl -L/usr/lib -ltclstub8.5 /usr/lib/libgts.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libgd.so -lXpm -lX11 /usr/lib/libjpeg.so -lpng12 -lfontconfig /usr/lib/libfreetype.so -lpng -lz /usr/lib/libexpat.so -lstdc++ -lm -lc -Wl,--as-needed -pthread -Wl,--export-dynamic -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libtcldot_builtin.so.0 -o .libs/libtcldot_builtin.so.0.0.0 (cd .libs && rm -f libtcldot_builtin.so.0 && ln -s libtcldot_builtin.so.0.0.0 libtcldot_builtin.so.0) (cd .libs && rm -f libtcldot_builtin.so && ln -s libtcldot_builtin.so.0.0.0 libtcldot_builtin.so) creating libtcldot_builtin.la (cd .libs && rm -f libtcldot_builtin.la && ln -s ../libtcldot_builtin.la libtcldot_builtin.la) sh ../../tclpkg/mkpkgindex.sh libtcldot.la Tcldot 2.24.0 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' Making all in tclpathplan make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' Making all in pathplan_data make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo/pathplan_data' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo/pathplan_data' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT find_ints.lo -MD -MP -MF .deps/find_ints.Tpo -c -o find_ints.lo find_ints.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT find_ints.lo -MD -MP -MF .deps/find_ints.Tpo -c find_ints.c -fPIC -DPIC -o .libs/find_ints.o mv -f .deps/find_ints.Tpo .deps/find_ints.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT intersect.lo -MD -MP -MF .deps/intersect.Tpo -c -o intersect.lo intersect.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT intersect.lo -MD -MP -MF .deps/intersect.Tpo -c intersect.c -fPIC -DPIC -o .libs/intersect.o mv -f .deps/intersect.Tpo .deps/intersect.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT makecw.lo -MD -MP -MF .deps/makecw.Tpo -c -o makecw.lo makecw.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT makecw.lo -MD -MP -MF .deps/makecw.Tpo -c makecw.c -fPIC -DPIC -o .libs/makecw.o mv -f .deps/makecw.Tpo .deps/makecw.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tclpathplan.lo -MD -MP -MF .deps/tclpathplan.Tpo -c -o tclpathplan.lo tclpathplan.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tclpathplan.lo -MD -MP -MF .deps/tclpathplan.Tpo -c tclpathplan.c -fPIC -DPIC -o .libs/tclpathplan.o mv -f .deps/tclpathplan.Tpo .deps/tclpathplan.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT wrapper.lo -MD -MP -MF .deps/wrapper.Tpo -c -o wrapper.lo wrapper.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tclpkg/tclhandle -I../../lib/pathplan -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT wrapper.lo -MD -MP -MF .deps/wrapper.Tpo -c wrapper.c -fPIC -DPIC -o .libs/wrapper.o mv -f .deps/wrapper.Tpo .deps/wrapper.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -no-undefined -Wl,--as-needed -o libtclplan.la -rpath /usr/lib/graphviz/tcl find_ints.lo intersect.lo makecw.lo tclpathplan.lo wrapper.lo ../../tclpkg/tclhandle/libtclhandle_C.la ../../tclpkg/tclstubs/libtclstubs_C.la ../../lib/pathplan/libpathplan.la i486-linux-gnu-gcc -shared .libs/find_ints.o .libs/intersect.o .libs/makecw.o .libs/tclpathplan.o .libs/wrapper.o -Wl,--whole-archive ../../tclpkg/tclhandle/.libs/libtclhandle_C.a ../../tclpkg/tclstubs/.libs/libtclstubs_C.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib -ltclstub8.5 ../../lib/pathplan/.libs/libpathplan.so -Wl,--as-needed -Wl,-soname -Wl,libtclplan.so.0 -o .libs/libtclplan.so.0.0.0 (cd .libs && rm -f libtclplan.so.0 && ln -s libtclplan.so.0.0.0 libtclplan.so.0) (cd .libs && rm -f libtclplan.so && ln -s libtclplan.so.0.0.0 libtclplan.so) creating libtclplan.la (cd .libs && rm -f libtclplan.la && ln -s ../libtclplan.la libtclplan.la) sh ../../tclpkg/mkpkgindex.sh libtclplan.la Tclpathplan 2.24.0 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' Making all in tkspline make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline/demo' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/tcl8.5/tk-private/generic -I/usr/include/tcl8.5/tcl-private/generic -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -I/usr/include/tcl8.5/tcl-private/generic -I/usr/include/tcl8.5/tk-private/generic -I/usr/include/tcl8.5/tk-private/unix -I../../tclpkg/tkstubs -DUSE_TCL_STUBS -DUSE_TK_STUBS -DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tk\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_GETATTR_NP=1 -DGETATTRNP_NOT_DECLARED=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_PW_GECOS=1 -DHAVE_XSS=1 -DHAVE_LIBXFT=1 -DHAVE_XFT=1 -UPACKAGE_NAME -UPACKAGE_STRING -UPACKAGE_TARNAME -UPACKAGE_VERSION -UPACKAGE_BUGREPORT -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tkspline.lo -MD -MP -MF .deps/tkspline.Tpo -c -o tkspline.lo tkspline.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/tcl8.5/tk-private/generic -I/usr/include/tcl8.5/tcl-private/generic -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -I/usr/include/tcl8.5/tcl-private/generic -I/usr/include/tcl8.5/tk-private/generic -I/usr/include/tcl8.5/tk-private/unix -I../../tclpkg/tkstubs -DUSE_TCL_STUBS -DUSE_TK_STUBS -DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.5\" "-DPACKAGE_STRING=\"tk 8.5\"" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_GETATTR_NP=1 -DGETATTRNP_NOT_DECLARED=1 -DTCL_THREADS=1 "-DMODULE_SCOPE=extern __attribute__((__visibility__(\"hidden\")))" -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -D_LARGEFILE64_SOURCE=1 "-DTCL_WIDE_INT_TYPE=long long" -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_PW_GECOS=1 -DHAVE_XSS=1 -DHAVE_LIBXFT=1 -DHAVE_XFT=1 -UPACKAGE_NAME -UPACKAGE_STRING -UPACKAGE_TARNAME -UPACKAGE_VERSION -UPACKAGE_BUGREPORT -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT tkspline.lo -MD -MP -MF .deps/tkspline.Tpo -c tkspline.c -fPIC -DPIC -o .libs/tkspline.o mv -f .deps/tkspline.Tpo .deps/tkspline.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -DUSE_TCL_STUBS -DUSE_TK_STUBS -DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tk\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_GETATTR_NP=1 -DGETATTRNP_NOT_DECLARED=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_PW_GECOS=1 -DHAVE_XSS=1 -DHAVE_LIBXFT=1 -DHAVE_XFT=1 -UPACKAGE_NAME -UPACKAGE_STRING -UPACKAGE_TARNAME -UPACKAGE_VERSION -UPACKAGE_BUGREPORT -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -no-undefined -Wl,--as-needed -o libtkspline.la -rpath /usr/lib/graphviz/tcl tkspline.lo ../../tclpkg/tkstubs/libtkstubs_C.la ../../tclpkg/tclstubs/libtclstubs_C.la -L/usr/lib -ltk8.5 i486-linux-gnu-gcc -shared .libs/tkspline.o -Wl,--whole-archive ../../tclpkg/tkstubs/.libs/libtkstubs_C.a ../../tclpkg/tclstubs/.libs/libtclstubs_C.a -Wl,--no-whole-archive -L/usr/lib -ltkstub8.5 -ltclstub8.5 -ltk8.5 -Wl,--as-needed -Wl,-soname -Wl,libtkspline.so.0 -o .libs/libtkspline.so.0.0.0 (cd .libs && rm -f libtkspline.so.0 && ln -s libtkspline.so.0.0.0 libtkspline.so.0) (cd .libs && rm -f libtkspline.so && ln -s libtkspline.so.0.0.0 libtkspline.so) creating libtkspline.la (cd .libs && rm -f libtkspline.la && ln -s ../libtkspline.la libtkspline.la) sh ../../tclpkg/mkpkgindex.sh libtkspline.la Tkspline 2.24.0 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' Making all in gv make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv/demo' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -g -O2 -MT libgv_guile_la-gv.lo -MD -MP -MF .deps/libgv_guile_la-gv.Tpo -c -o libgv_guile_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp mkdir .libs i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -g -O2 -MT libgv_guile_la-gv.lo -MD -MP -MF .deps/libgv_guile_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_guile_la-gv.o mv -f .deps/libgv_guile_la-gv.Tpo .deps/libgv_guile_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_guile_la-gv_builtins.lo -MD -MP -MF .deps/libgv_guile_la-gv_builtins.Tpo -c -o libgv_guile_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_guile_la-gv_builtins.lo -MD -MP -MF .deps/libgv_guile_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_guile_la-gv_builtins.o mv -f .deps/libgv_guile_la-gv_builtins.Tpo .deps/libgv_guile_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_guile_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_guile_la-gv_dummy_init.Tpo -c -o libgv_guile_la-gv_dummy_init.lo `test -f 'gv_dummy_init.c' || echo './'`gv_dummy_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_guile_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_guile_la-gv_dummy_init.Tpo -c gv_dummy_init.c -fPIC -DPIC -o .libs/libgv_guile_la-gv_dummy_init.o mv -f .deps/libgv_guile_la-gv_dummy_init.Tpo .deps/libgv_guile_la-gv_dummy_init.Plo swig -c++ -guile -o gv_guile.cpp ./gv.i /bin/sed -e 's/SWIG_GUILE_INIT_STATIC void/void/' t$ mv -f t$ gv_guile.cpp /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -g -O2 -MT libgv_guile_la-gv_guile.lo -MD -MP -MF .deps/libgv_guile_la-gv_guile.Tpo -c -o libgv_guile_la-gv_guile.lo `test -f 'gv_guile.cpp' || echo './'`gv_guile.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -g -O2 -MT libgv_guile_la-gv_guile.lo -MD -MP -MF .deps/libgv_guile_la-gv_guile.Tpo -c gv_guile.cpp -fPIC -DPIC -o .libs/libgv_guile_la-gv_guile.o mv -f .deps/libgv_guile_la-gv_guile.Tpo .deps/libgv_guile_la-gv_guile.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_guile.la -rpath /usr/lib/graphviz/guile libgv_guile_la-gv.lo libgv_guile_la-gv_builtins.lo libgv_guile_la-gv_dummy_init.lo libgv_guile_la-gv_guile.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_guile_la-gv.o .libs/libgv_guile_la-gv_builtins.o .libs/libgv_guile_la-gv_dummy_init.o .libs/libgv_guile_la-gv_guile.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_guile.so -o .libs/libgv_guile.so creating libgv_guile.la (cd .libs && rm -f libgv_guile.la && ln -s ../libgv_guile.la libgv_guile.la) /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/lua5.1 -g -O2 -MT libgv_lua_la-gv.lo -MD -MP -MF .deps/libgv_lua_la-gv.Tpo -c -o libgv_lua_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/lua5.1 -g -O2 -MT libgv_lua_la-gv.lo -MD -MP -MF .deps/libgv_lua_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_lua_la-gv.o mv -f .deps/libgv_lua_la-gv.Tpo .deps/libgv_lua_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/lua5.1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_lua_la-gv_builtins.lo -MD -MP -MF .deps/libgv_lua_la-gv_builtins.Tpo -c -o libgv_lua_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/lua5.1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_lua_la-gv_builtins.lo -MD -MP -MF .deps/libgv_lua_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_lua_la-gv_builtins.o mv -f .deps/libgv_lua_la-gv_builtins.Tpo .deps/libgv_lua_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/lua5.1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_lua_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_lua_la-gv_dummy_init.Tpo -c -o libgv_lua_la-gv_dummy_init.lo `test -f 'gv_dummy_init.c' || echo './'`gv_dummy_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/lua5.1 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_lua_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_lua_la-gv_dummy_init.Tpo -c gv_dummy_init.c -fPIC -DPIC -o .libs/libgv_lua_la-gv_dummy_init.o mv -f .deps/libgv_lua_la-gv_dummy_init.Tpo .deps/libgv_lua_la-gv_dummy_init.Plo swig -c++ -lua -o gv_lua.cpp ./gv.i mv gv_lua.cpp gv_lua.cpp.orig sed '/include/s/malloc\.h/cstdlib/' gv_lua.cpp.orig > gv_lua.cpp /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/lua5.1 -g -O2 -MT libgv_lua_la-gv_lua.lo -MD -MP -MF .deps/libgv_lua_la-gv_lua.Tpo -c -o libgv_lua_la-gv_lua.lo `test -f 'gv_lua.cpp' || echo './'`gv_lua.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/lua5.1 -g -O2 -MT libgv_lua_la-gv_lua.lo -MD -MP -MF .deps/libgv_lua_la-gv_lua.Tpo -c gv_lua.cpp -fPIC -DPIC -o .libs/libgv_lua_la-gv_lua.o mv -f .deps/libgv_lua_la-gv_lua.Tpo .deps/libgv_lua_la-gv_lua.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_lua.la -rpath /usr/lib/graphviz/lua libgv_lua_la-gv.lo libgv_lua_la-gv_builtins.lo libgv_lua_la-gv_dummy_init.lo libgv_lua_la-gv_lua.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -llua5.1 -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_lua_la-gv.o .libs/libgv_lua_la-gv_builtins.o .libs/libgv_lua_la-gv_dummy_init.o .libs/libgv_lua_la-gv_lua.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so /usr/lib/liblua5.1.so -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_lua.so -o .libs/libgv_lua.so creating libgv_lua.la (cd .libs && rm -f libgv_lua.la && ln -s ../libgv_lua.la libgv_lua.la) /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ocaml -g -O2 -MT libgv_ocaml_la-gv.lo -MD -MP -MF .deps/libgv_ocaml_la-gv.Tpo -c -o libgv_ocaml_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ocaml -g -O2 -MT libgv_ocaml_la-gv.lo -MD -MP -MF .deps/libgv_ocaml_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_ocaml_la-gv.o mv -f .deps/libgv_ocaml_la-gv.Tpo .deps/libgv_ocaml_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ocaml -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_ocaml_la-gv_builtins.lo -MD -MP -MF .deps/libgv_ocaml_la-gv_builtins.Tpo -c -o libgv_ocaml_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ocaml -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_ocaml_la-gv_builtins.lo -MD -MP -MF .deps/libgv_ocaml_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_ocaml_la-gv_builtins.o mv -f .deps/libgv_ocaml_la-gv_builtins.Tpo .deps/libgv_ocaml_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ocaml -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_ocaml_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_ocaml_la-gv_dummy_init.Tpo -c -o libgv_ocaml_la-gv_dummy_init.lo `test -f 'gv_dummy_init.c' || echo './'`gv_dummy_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ocaml -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_ocaml_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_ocaml_la-gv_dummy_init.Tpo -c gv_dummy_init.c -fPIC -DPIC -o .libs/libgv_ocaml_la-gv_dummy_init.o mv -f .deps/libgv_ocaml_la-gv_dummy_init.Tpo .deps/libgv_ocaml_la-gv_dummy_init.Plo swig -c++ -ocaml -o gv_ocaml.cpp ./gv.i /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ocaml -g -O2 -MT libgv_ocaml_la-gv_ocaml.lo -MD -MP -MF .deps/libgv_ocaml_la-gv_ocaml.Tpo -c -o libgv_ocaml_la-gv_ocaml.lo `test -f 'gv_ocaml.cpp' || echo './'`gv_ocaml.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ocaml -g -O2 -MT libgv_ocaml_la-gv_ocaml.lo -MD -MP -MF .deps/libgv_ocaml_la-gv_ocaml.Tpo -c gv_ocaml.cpp -fPIC -DPIC -o .libs/libgv_ocaml_la-gv_ocaml.o mv -f .deps/libgv_ocaml_la-gv_ocaml.Tpo .deps/libgv_ocaml_la-gv_ocaml.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_ocaml.la -rpath /usr/lib/graphviz/ocaml libgv_ocaml_la-gv.lo libgv_ocaml_la-gv_builtins.lo libgv_ocaml_la-gv_dummy_init.lo libgv_ocaml_la-gv_ocaml.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -L/usr/lib/ocaml -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_ocaml_la-gv.o .libs/libgv_ocaml_la-gv_builtins.o .libs/libgv_ocaml_la-gv_dummy_init.o .libs/libgv_ocaml_la-gv_ocaml.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib/ocaml -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_ocaml.so -o .libs/libgv_ocaml.so creating libgv_ocaml.la (cd .libs && rm -f libgv_ocaml.la && ln -s ../libgv_ocaml.la libgv_ocaml.la) /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/perl/5.10/CORE -g -O2 -MT libgv_perl_la-gv.lo -MD -MP -MF .deps/libgv_perl_la-gv.Tpo -c -o libgv_perl_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/perl/5.10/CORE -g -O2 -MT libgv_perl_la-gv.lo -MD -MP -MF .deps/libgv_perl_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_perl_la-gv.o mv -f .deps/libgv_perl_la-gv.Tpo .deps/libgv_perl_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/perl/5.10/CORE -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_perl_la-gv_builtins.lo -MD -MP -MF .deps/libgv_perl_la-gv_builtins.Tpo -c -o libgv_perl_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/perl/5.10/CORE -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_perl_la-gv_builtins.lo -MD -MP -MF .deps/libgv_perl_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_perl_la-gv_builtins.o mv -f .deps/libgv_perl_la-gv_builtins.Tpo .deps/libgv_perl_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/perl/5.10/CORE -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_perl_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_perl_la-gv_dummy_init.Tpo -c -o libgv_perl_la-gv_dummy_init.lo `test -f 'gv_dummy_init.c' || echo './'`gv_dummy_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/perl/5.10/CORE -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_perl_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_perl_la-gv_dummy_init.Tpo -c gv_dummy_init.c -fPIC -DPIC -o .libs/libgv_perl_la-gv_dummy_init.o mv -f .deps/libgv_perl_la-gv_dummy_init.Tpo .deps/libgv_perl_la-gv_dummy_init.Plo swig -c++ -perl -o gv_perl.cpp ./gv.i /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/perl/5.10/CORE -g -O2 -MT libgv_perl_la-gv_perl.lo -MD -MP -MF .deps/libgv_perl_la-gv_perl.Tpo -c -o libgv_perl_la-gv_perl.lo `test -f 'gv_perl.cpp' || echo './'`gv_perl.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/perl/5.10/CORE -g -O2 -MT libgv_perl_la-gv_perl.lo -MD -MP -MF .deps/libgv_perl_la-gv_perl.Tpo -c gv_perl.cpp -fPIC -DPIC -o .libs/libgv_perl_la-gv_perl.o mv -f .deps/libgv_perl_la-gv_perl.Tpo .deps/libgv_perl_la-gv_perl.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_perl.la -rpath /usr/lib/graphviz/perl libgv_perl_la-gv.lo libgv_perl_la-gv_builtins.lo libgv_perl_la-gv_dummy_init.lo libgv_perl_la-gv_perl.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -L/usr/lib/perl/5.10/CORE -lperl -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_perl_la-gv.o .libs/libgv_perl_la-gv_builtins.o .libs/libgv_perl_la-gv_dummy_init.o .libs/libgv_perl_la-gv_perl.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib/perl/5.10/CORE -lperl -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_perl.so -o .libs/libgv_perl.so creating libgv_perl.la (cd .libs && rm -f libgv_perl.la && ln -s ../libgv_perl.la libgv_perl.la) /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -g -O2 -MT libgv_php_la-gv.lo -MD -MP -MF .deps/libgv_php_la-gv.Tpo -c -o libgv_php_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -g -O2 -MT libgv_php_la-gv.lo -MD -MP -MF .deps/libgv_php_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_php_la-gv.o mv -f .deps/libgv_php_la-gv.Tpo .deps/libgv_php_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_php_la-gv_builtins.lo -MD -MP -MF .deps/libgv_php_la-gv_builtins.Tpo -c -o libgv_php_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_php_la-gv_builtins.lo -MD -MP -MF .deps/libgv_php_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_php_la-gv_builtins.o mv -f .deps/libgv_php_la-gv_builtins.Tpo .deps/libgv_php_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_php_la-gv_php_init.lo -MD -MP -MF .deps/libgv_php_la-gv_php_init.Tpo -c -o libgv_php_la-gv_php_init.lo `test -f 'gv_php_init.c' || echo './'`gv_php_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_php_la-gv_php_init.lo -MD -MP -MF .deps/libgv_php_la-gv_php_init.Tpo -c gv_php_init.c -fPIC -DPIC -o .libs/libgv_php_la-gv_php_init.o mv -f .deps/libgv_php_la-gv_php_init.Tpo .deps/libgv_php_la-gv_php_init.Plo swig -c++ -php5 -o gv_php.cpp ./gv.i /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -g -O2 -MT libgv_php_la-gv_php.lo -MD -MP -MF .deps/libgv_php_la-gv_php.Tpo -c -o libgv_php_la-gv_php.lo `test -f 'gv_php.cpp' || echo './'`gv_php.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -g -O2 -MT libgv_php_la-gv_php.lo -MD -MP -MF .deps/libgv_php_la-gv_php.Tpo -c gv_php.cpp -fPIC -DPIC -o .libs/libgv_php_la-gv_php.o mv -f .deps/libgv_php_la-gv_php.Tpo .deps/libgv_php_la-gv_php.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_php.la -rpath /usr/lib/graphviz/php libgv_php_la-gv.lo libgv_php_la-gv_builtins.lo libgv_php_la-gv_php_init.lo libgv_php_la-gv_php.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_php_la-gv.o .libs/libgv_php_la-gv_builtins.o .libs/libgv_php_la-gv_php_init.o .libs/libgv_php_la-gv_php.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_php.so -o .libs/libgv_php.so creating libgv_php.la (cd .libs && rm -f libgv_php.la && ln -s ../libgv_php.la libgv_php.la) /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -MT libgv_python_la-gv.lo -MD -MP -MF .deps/libgv_python_la-gv.Tpo -c -o libgv_python_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -MT libgv_python_la-gv.lo -MD -MP -MF .deps/libgv_python_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_python_la-gv.o mv -f .deps/libgv_python_la-gv.Tpo .deps/libgv_python_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python_la-gv_builtins.lo -MD -MP -MF .deps/libgv_python_la-gv_builtins.Tpo -c -o libgv_python_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python_la-gv_builtins.lo -MD -MP -MF .deps/libgv_python_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_python_la-gv_builtins.o mv -f .deps/libgv_python_la-gv_builtins.Tpo .deps/libgv_python_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_python_la-gv_dummy_init.Tpo -c -o libgv_python_la-gv_dummy_init.lo `test -f 'gv_dummy_init.c' || echo './'`gv_dummy_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_python_la-gv_dummy_init.Tpo -c gv_dummy_init.c -fPIC -DPIC -o .libs/libgv_python_la-gv_dummy_init.o mv -f .deps/libgv_python_la-gv_dummy_init.Tpo .deps/libgv_python_la-gv_dummy_init.Plo swig -c++ -python -o gv_python.cpp ./gv.i /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -MT libgv_python_la-gv_python.lo -MD -MP -MF .deps/libgv_python_la-gv_python.Tpo -c -o libgv_python_la-gv_python.lo `test -f 'gv_python.cpp' || echo './'`gv_python.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -MT libgv_python_la-gv_python.lo -MD -MP -MF .deps/libgv_python_la-gv_python.Tpo -c gv_python.cpp -fPIC -DPIC -o .libs/libgv_python_la-gv_python.o mv -f .deps/libgv_python_la-gv_python.Tpo .deps/libgv_python_la-gv_python.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_python.la -rpath /usr/lib/graphviz/python libgv_python_la-gv.lo libgv_python_la-gv_builtins.lo libgv_python_la-gv_dummy_init.lo libgv_python_la-gv_python.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lpython2.6 -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_python_la-gv.o .libs/libgv_python_la-gv_builtins.o .libs/libgv_python_la-gv_dummy_init.o .libs/libgv_python_la-gv_python.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -lpython2.6 -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_python.so -o .libs/libgv_python.so creating libgv_python.la (cd .libs && rm -f libgv_python.la && ln -s ../libgv_python.la libgv_python.la) /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -MT libgv_python26_la-gv.lo -MD -MP -MF .deps/libgv_python26_la-gv.Tpo -c -o libgv_python26_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -MT libgv_python26_la-gv.lo -MD -MP -MF .deps/libgv_python26_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_python26_la-gv.o mv -f .deps/libgv_python26_la-gv.Tpo .deps/libgv_python26_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python26_la-gv_builtins.lo -MD -MP -MF .deps/libgv_python26_la-gv_builtins.Tpo -c -o libgv_python26_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python26_la-gv_builtins.lo -MD -MP -MF .deps/libgv_python26_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_python26_la-gv_builtins.o mv -f .deps/libgv_python26_la-gv_builtins.Tpo .deps/libgv_python26_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python26_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_python26_la-gv_dummy_init.Tpo -c -o libgv_python26_la-gv_dummy_init.lo `test -f 'gv_dummy_init.c' || echo './'`gv_dummy_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python26_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_python26_la-gv_dummy_init.Tpo -c gv_dummy_init.c -fPIC -DPIC -o .libs/libgv_python26_la-gv_dummy_init.o mv -f .deps/libgv_python26_la-gv_dummy_init.Tpo .deps/libgv_python26_la-gv_dummy_init.Plo swig -c++ -python -o gv_python26.cpp ./gv.i /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -MT libgv_python26_la-gv_python26.lo -MD -MP -MF .deps/libgv_python26_la-gv_python26.Tpo -c -o libgv_python26_la-gv_python26.lo `test -f 'gv_python26.cpp' || echo './'`gv_python26.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/python2.6 -g -O2 -MT libgv_python26_la-gv_python26.lo -MD -MP -MF .deps/libgv_python26_la-gv_python26.Tpo -c gv_python26.cpp -fPIC -DPIC -o .libs/libgv_python26_la-gv_python26.o mv -f .deps/libgv_python26_la-gv_python26.Tpo .deps/libgv_python26_la-gv_python26.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_python26.la -rpath /usr/lib/graphviz/python26 libgv_python26_la-gv.lo libgv_python26_la-gv_builtins.lo libgv_python26_la-gv_dummy_init.lo libgv_python26_la-gv_python26.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_python26_la-gv.o .libs/libgv_python26_la-gv_builtins.o .libs/libgv_python26_la-gv_dummy_init.o .libs/libgv_python26_la-gv_python26.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_python26.so -o .libs/libgv_python26.so creating libgv_python26.la (cd .libs && rm -f libgv_python26.la && ln -s ../libgv_python26.la libgv_python26.la) /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ruby/1.8/i486-linux -g -O2 -MT libgv_ruby_la-gv.lo -MD -MP -MF .deps/libgv_ruby_la-gv.Tpo -c -o libgv_ruby_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ruby/1.8/i486-linux -g -O2 -MT libgv_ruby_la-gv.lo -MD -MP -MF .deps/libgv_ruby_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_ruby_la-gv.o mv -f .deps/libgv_ruby_la-gv.Tpo .deps/libgv_ruby_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ruby/1.8/i486-linux -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_ruby_la-gv_builtins.lo -MD -MP -MF .deps/libgv_ruby_la-gv_builtins.Tpo -c -o libgv_ruby_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ruby/1.8/i486-linux -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_ruby_la-gv_builtins.lo -MD -MP -MF .deps/libgv_ruby_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_ruby_la-gv_builtins.o mv -f .deps/libgv_ruby_la-gv_builtins.Tpo .deps/libgv_ruby_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ruby/1.8/i486-linux -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_ruby_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_ruby_la-gv_dummy_init.Tpo -c -o libgv_ruby_la-gv_dummy_init.lo `test -f 'gv_dummy_init.c' || echo './'`gv_dummy_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ruby/1.8/i486-linux -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_ruby_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_ruby_la-gv_dummy_init.Tpo -c gv_dummy_init.c -fPIC -DPIC -o .libs/libgv_ruby_la-gv_dummy_init.o mv -f .deps/libgv_ruby_la-gv_dummy_init.Tpo .deps/libgv_ruby_la-gv_dummy_init.Plo swig -c++ -ruby -o gv_ruby.cpp ./gv.i /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ruby/1.8/i486-linux -g -O2 -MT libgv_ruby_la-gv_ruby.lo -MD -MP -MF .deps/libgv_ruby_la-gv_ruby.Tpo -c -o libgv_ruby_la-gv_ruby.lo `test -f 'gv_ruby.cpp' || echo './'`gv_ruby.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/lib/ruby/1.8/i486-linux -g -O2 -MT libgv_ruby_la-gv_ruby.lo -MD -MP -MF .deps/libgv_ruby_la-gv_ruby.Tpo -c gv_ruby.cpp -fPIC -DPIC -o .libs/libgv_ruby_la-gv_ruby.o mv -f .deps/libgv_ruby_la-gv_ruby.Tpo .deps/libgv_ruby_la-gv_ruby.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_ruby.la -rpath /usr/lib/graphviz/ruby libgv_ruby_la-gv.lo libgv_ruby_la-gv_builtins.lo libgv_ruby_la-gv_dummy_init.lo libgv_ruby_la-gv_ruby.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -L/usr/lib -lruby1.8 -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_ruby_la-gv.o .libs/libgv_ruby_la-gv_builtins.o .libs/libgv_ruby_la-gv_dummy_init.o .libs/libgv_ruby_la-gv_ruby.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/usr/lib ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -lruby1.8 -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_ruby.so -o .libs/libgv_ruby.so creating libgv_ruby.la (cd .libs && rm -f libgv_ruby.la && ln -s ../libgv_ruby.la libgv_ruby.la) /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -MT libgv_tcl_la-gv.lo -MD -MP -MF .deps/libgv_tcl_la-gv.Tpo -c -o libgv_tcl_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -MT libgv_tcl_la-gv.lo -MD -MP -MF .deps/libgv_tcl_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_tcl_la-gv.o mv -f .deps/libgv_tcl_la-gv.Tpo .deps/libgv_tcl_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_tcl_la-gv_builtins.lo -MD -MP -MF .deps/libgv_tcl_la-gv_builtins.Tpo -c -o libgv_tcl_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_tcl_la-gv_builtins.lo -MD -MP -MF .deps/libgv_tcl_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_tcl_la-gv_builtins.o mv -f .deps/libgv_tcl_la-gv_builtins.Tpo .deps/libgv_tcl_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_tcl_la-gv_tcl_init.lo -MD -MP -MF .deps/libgv_tcl_la-gv_tcl_init.Tpo -c -o libgv_tcl_la-gv_tcl_init.lo `test -f 'gv_tcl_init.c' || echo './'`gv_tcl_init.c i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_tcl_la-gv_tcl_init.lo -MD -MP -MF .deps/libgv_tcl_la-gv_tcl_init.Tpo -c gv_tcl_init.c -fPIC -DPIC -o .libs/libgv_tcl_la-gv_tcl_init.o mv -f .deps/libgv_tcl_la-gv_tcl_init.Tpo .deps/libgv_tcl_la-gv_tcl_init.Plo swig -c++ -tcl -namespace -o gv_tcl.cpp ./gv.i /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -MT libgv_tcl_la-gv_tcl.lo -MD -MP -MF .deps/libgv_tcl_la-gv_tcl.Tpo -c -o libgv_tcl_la-gv_tcl.lo `test -f 'gv_tcl.cpp' || echo './'`gv_tcl.cpp i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/include/tcl8.5 -I/usr/include/tcl8.5/generic -g -O2 -MT libgv_tcl_la-gv_tcl.lo -MD -MP -MF .deps/libgv_tcl_la-gv_tcl.Tpo -c gv_tcl.cpp -fPIC -DPIC -o .libs/libgv_tcl_la-gv_tcl.o mv -f .deps/libgv_tcl_la-gv_tcl.Tpo .deps/libgv_tcl_la-gv_tcl.Plo /bin/bash ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_tcl.la -rpath /usr/lib/graphviz/tcl libgv_tcl_la-gv.lo libgv_tcl_la-gv_builtins.lo libgv_tcl_la-gv_tcl_init.lo libgv_tcl_la-gv_tcl.lo ../../tclpkg/tclstubs/libtclstubs_C.la ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lc i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_tcl_la-gv.o .libs/libgv_tcl_la-gv_builtins.o .libs/libgv_tcl_la-gv_tcl_init.o .libs/libgv_tcl_la-gv_tcl.o -Wl,--whole-archive ../../tclpkg/tclstubs/.libs/libtclstubs_C.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/usr/lib -ltclstub8.5 ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_tcl.so -o .libs/libgv_tcl.so creating libgv_tcl.la (cd .libs && rm -f libgv_tcl.la && ln -s ../libgv_tcl.la libgv_tcl.la) swig -ocaml -co swig.mli ocamlc -c swig.mli ocamlc -c gv.mli ocamlc -c gv.ml swig -ocaml -co swig.ml ocamlc -c swig.ml ocamlc -a -dllib dllgv.so -custom -o gv.cma swig.cmo gv.cmo ocamlopt -c gv.ml ocamlopt -a -o gv.cmxa gv.cmx sh ../../tclpkg/mkpkgindex.sh libgv_tcl.la gv 0 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' echo "# end" >end cat tcldot/pkgIndex.tcl tclpathplan/pkgIndex.tcl gdtclft/pkgIndex.tcl gv/pkgIndex.tcl tkspline/pkgIndex.tcl end >pkgIndex.tcl rm -f end make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' Making all in doc make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' Making all in info make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/info' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/info' Making all in schema make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/schema' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/schema' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' Making all in contrib make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' Making all in prune make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/prune' i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT generic_list.o -MD -MP -MF .deps/generic_list.Tpo -c -o generic_list.o generic_list.c mv -f .deps/generic_list.Tpo .deps/generic_list.Po i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/ingraphs -I../../lib/cgraph -I../../lib/cdt -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT prune.o -MD -MP -MF .deps/prune.Tpo -c -o prune.o prune.c mv -f .deps/prune.Tpo .deps/prune.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o prune generic_list.o prune.o ../../lib/ingraphs/libingraphs_C.la ../../lib/cgraph/libcgraph.la ../../lib/cdt/libcdt.la mkdir .libs i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o .libs/prune generic_list.o prune.o ../../lib/ingraphs/.libs/libingraphs_C.a ../../lib/cgraph/.libs/libcgraph.so /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs/libcdt.so ../../lib/cdt/.libs/libcdt.so creating prune make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/prune' Making all in diffimg make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/diffimg' i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT diffimg.o -MD -MP -MF .deps/diffimg.Tpo -c -o diffimg.o diffimg.c mv -f .deps/diffimg.Tpo .deps/diffimg.Po /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o diffimg diffimg.o -L/usr/lib -Wl,-Bsymbolic-functions -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lm mkdir .libs i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o diffimg diffimg.o -Wl,-Bsymbolic-functions -L/usr/lib /usr/lib/libgd.so -lXpm -lX11 /usr/lib/libjpeg.so -lfontconfig /usr/lib/libfreetype.so -lpng12 -lz -lm make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/diffimg' Making all in xdot make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/xdot' /bin/bash ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../contrib/xdot -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT xdot.lo -MD -MP -MF .deps/xdot.Tpo -c -o xdot.lo xdot.c mkdir .libs i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../contrib/xdot -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT xdot.lo -MD -MP -MF .deps/xdot.Tpo -c xdot.c -fPIC -DPIC -o .libs/xdot.o mv -f .deps/xdot.Tpo .deps/xdot.Plo /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libxdot_C.la xdot.lo ar cru .libs/libxdot_C.a .libs/xdot.o ranlib .libs/libxdot_C.a creating libxdot_C.la (cd .libs && rm -f libxdot_C.la && ln -s ../libxdot_C.la libxdot_C.la) /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o libxdot.la xdot.lo ar cru .libs/libxdot.a .libs/xdot.o ranlib .libs/libxdot.a creating libxdot.la (cd .libs && rm -f libxdot.la && ln -s ../libxdot.la libxdot.la) make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/xdot' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' Making all in share make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' Making all in examples make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/examples' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/examples' Making all in gui make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/gui' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/gui' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' Making all in graphs make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' Making all in directed make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/directed' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/directed' Making all in undirected make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/undirected' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/undirected' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' Making all in rtest make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/rtest' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/rtest' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' make[1]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' touch build-stamp dh_testdir dh_testroot dh_clean -k dh_installdirs # Install the package into debian/tmp make install DESTDIR=/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp make[1]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' Making install in libltdl make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/include" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include" make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/libltdl' Making install in lib make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' Making install in cdt make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libcdt.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libcdt.la' /usr/bin/install -c .libs/libcdt.so.4.0.0 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libcdt.so.4.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libcdt.so.4.0.0 libcdt.so.4 || { rm -f libcdt.so.4 && ln -s libcdt.so.4.0.0 libcdt.so.4; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libcdt.so.4.0.0 libcdt.so || { rm -f libcdt.so && ln -s libcdt.so.4.0.0 libcdt.so; }; }) /usr/bin/install -c .libs/libcdt.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libcdt.la test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './cdt.3' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/cdt.3' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'cdt.3.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/cdt.3.pdf' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libcdt.pc' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig/libcdt.pc' test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'cdt.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/cdt.h' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt' Making install in graph make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgraph.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libgraph.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 4:0:0 -no-undefined -Wl,--as-needed -o libgraph.la -rpath /usr/lib attribs.lo agxbuf.lo edge.lo graph.lo graphio.lo lexer.lo node.lo parser.lo refstr.lo trie.lo ../../lib/cdt/libcdt.la -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/attribs.o .libs/agxbuf.o .libs/edge.o .libs/graph.o .libs/graphio.o .libs/lexer.o .libs/node.o .libs/parser.o .libs/refstr.o .libs/trie.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lcdt -Wl,--as-needed -Wl,-soname -Wl,libgraph.so.4 -o .libs/libgraph.so.4.0.0 /usr/bin/install -c .libs/libgraph.so.4.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libgraph.so.4.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libgraph.so.4.0.0 libgraph.so.4 || { rm -f libgraph.so.4 && ln -s libgraph.so.4.0.0 libgraph.so.4; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libgraph.so.4.0.0 libgraph.so || { rm -f libgraph.so && ln -s libgraph.so.4.0.0 libgraph.so; }; }) /usr/bin/install -c .libs/libgraph.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libgraph.la test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './graph.3' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/graph.3' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'graph.3.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/graph.3.pdf' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libgraph.pc' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig/libgraph.pc' test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'graph.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/graph.h' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph' Making install in cgraph make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cgraph' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cgraph' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libcgraph.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libcgraph.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cgraph; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 4:0:0 -no-undefined -Wl,--as-needed -o libcgraph.la -rpath /usr/lib agerror.lo agxbuf.lo apply.lo attr.lo edge.lo flatten.lo graph.lo grammar.lo id.lo imap.lo io.lo mem.lo node.lo obj.lo pend.lo rec.lo refstr.lo scan.lo subg.lo utils.lo write.lo ../../lib/cdt/libcdt.la -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/agerror.o .libs/agxbuf.o .libs/apply.o .libs/attr.o .libs/edge.o .libs/flatten.o .libs/graph.o .libs/grammar.o .libs/id.o .libs/imap.o .libs/io.o .libs/mem.o .libs/node.o .libs/obj.o .libs/pend.o .libs/rec.o .libs/refstr.o .libs/scan.o .libs/subg.o .libs/utils.o .libs/write.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lcdt -Wl,--as-needed -Wl,-soname -Wl,libcgraph.so.4 -o .libs/libcgraph.so.4.0.0 /usr/bin/install -c .libs/libcgraph.so.4.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libcgraph.so.4.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libcgraph.so.4.0.0 libcgraph.so.4 || { rm -f libcgraph.so.4 && ln -s libcgraph.so.4.0.0 libcgraph.so.4; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libcgraph.so.4.0.0 libcgraph.so || { rm -f libcgraph.so && ln -s libcgraph.so.4.0.0 libcgraph.so; }; }) /usr/bin/install -c .libs/libcgraph.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libcgraph.la test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './cgraph.3' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/cgraph.3' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'cgraph.3.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/cgraph.3.pdf' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libcgraph.pc' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig/libcgraph.pc' test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'cgraph.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/cgraph.h' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cgraph' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cgraph' Making install in gd make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gd' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gd' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/doc/html" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html" make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gd' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gd' Making install in pathplan make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libpathplan.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libpathplan.la' /usr/bin/install -c .libs/libpathplan.so.4.0.0 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libpathplan.so.4.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libpathplan.so.4.0.0 libpathplan.so.4 || { rm -f libpathplan.so.4 && ln -s libpathplan.so.4.0.0 libpathplan.so.4; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libpathplan.so.4.0.0 libpathplan.so || { rm -f libpathplan.so && ln -s libpathplan.so.4.0.0 libpathplan.so; }; }) /usr/bin/install -c .libs/libpathplan.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libpathplan.la test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './pathplan.3' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/pathplan.3' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'pathplan.3.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/pathplan.3.pdf' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libpathplan.pc' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig/libpathplan.pc' test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'pathgeom.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/pathgeom.h' /usr/bin/install -c -m 644 'pathplan.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/pathplan.h' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan' Making install in sfio make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' Making install in Sfio_f make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio/Sfio_f' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio/Sfio_f' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio/Sfio_f' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio/Sfio_f' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfio' Making install in vmalloc make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vmalloc' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vmalloc' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vmalloc' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vmalloc' Making install in ast make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ast' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ast' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ast' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ast' Making install in vpsc make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vpsc' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vpsc' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vpsc' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/vpsc' Making install in rbtree make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/rbtree' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/rbtree' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/rbtree' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/rbtree' Making install in ortho make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ortho' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ortho' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ortho' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ortho' Making install in sparse make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sparse' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sparse' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sparse' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sparse' Making install in patchwork make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/patchwork' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/patchwork' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/patchwork' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/patchwork' Making install in expr make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/expr' Making install in common make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/common' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/common' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'arith.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/arith.h' /usr/bin/install -c -m 644 'geom.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/geom.h' /usr/bin/install -c -m 644 'color.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/color.h' /usr/bin/install -c -m 644 'types.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/types.h' /usr/bin/install -c -m 644 'textpara.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/textpara.h' /usr/bin/install -c -m 644 'usershape.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/usershape.h' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/common' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/common' Making install in pack make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pack' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pack' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'pack.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/pack.h' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pack' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pack' Making install in gvc make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvc.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libgvc.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 5:0:0 -no-undefined -Wl,--as-needed -o libgvc.la -rpath /usr/lib gvrender.lo gvlayout.lo gvdevice.lo gvloadimage.lo gvcontext.lo gvjobs.lo gvevent.lo gvplugin.lo gvconfig.lo gvtextlayout.lo gvusershape.lo gvc.lo ../../lib/pack/libpack_C.la ../../lib/common/libcommon_C.la ../../libltdl/libltdlc.la ../../lib/cdt/libcdt.la ../../lib/graph/libgraph.la ../../lib/pathplan/libpathplan.la -lexpat -lz -lm -lz -lm -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/gvrender.o .libs/gvlayout.o .libs/gvdevice.o .libs/gvloadimage.o .libs/gvcontext.o .libs/gvjobs.o .libs/gvevent.o .libs/gvplugin.o .libs/gvconfig.o .libs/gvtextlayout.o .libs/gvusershape.o .libs/gvc.o -Wl,--whole-archive ../../lib/pack/.libs/libpack_C.a ../../lib/common/.libs/libcommon_C.a ../../libltdl/.libs/libltdlc.a -Wl,--no-whole-archive -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -ldl -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lcdt -lgraph -lpathplan -lexpat -lz -lm -Wl,--as-needed -Wl,-soname -Wl,libgvc.so.5 -o .libs/libgvc.so.5.0.0 /usr/bin/install -c .libs/libgvc.so.5.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libgvc.so.5.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libgvc.so.5.0.0 libgvc.so.5 || { rm -f libgvc.so.5 && ln -s libgvc.so.5.0.0 libgvc.so.5; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib && { ln -s -f libgvc.so.5.0.0 libgvc.so || { rm -f libgvc.so && ln -s libgvc.so.5.0.0 libgvc.so; }; }) /usr/bin/install -c .libs/libgvc.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/libgvc.la test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './gvc.3' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gvc.3' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'gvc.3.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gvc.3.pdf' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libgvc.pc' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/pkgconfig/libgvc.pc' test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'gvc.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvc.h' /usr/bin/install -c -m 644 'gvcext.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvcext.h' /usr/bin/install -c -m 644 'gvplugin.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvplugin.h' /usr/bin/install -c -m 644 'gvcjob.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvcjob.h' /usr/bin/install -c -m 644 'gvcommon.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvcommon.h' /usr/bin/install -c -m 644 'gvplugin_render.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvplugin_render.h' /usr/bin/install -c -m 644 'gvplugin_layout.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvplugin_layout.h' /usr/bin/install -c -m 644 'gvconfig.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvconfig.h' /usr/bin/install -c -m 644 'gvplugin_textlayout.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvplugin_textlayout.h' /usr/bin/install -c -m 644 'gvplugin_device.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvplugin_device.h' /usr/bin/install -c -m 644 'gvplugin_loadimage.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gvplugin_loadimage.h' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc' Making install in xdot make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/xdot' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/xdot' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/xdot' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/xdot' Making install in ingraphs make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ingraphs' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ingraphs' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ingraphs' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/ingraphs' Making install in topfish make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/topfish' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/topfish' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/topfish' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/topfish' Making install in glcomp make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/glcomp' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/glcomp' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/glcomp' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/glcomp' Making install in circogen make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/circogen' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/circogen' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/circogen' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/circogen' Making install in dotgen make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/dotgen' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/dotgen' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/dotgen' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/dotgen' Making install in fdpgen make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/fdpgen' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/fdpgen' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/fdpgen' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/fdpgen' Making install in neatogen make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/neatogen' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/neatogen' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/neatogen' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/neatogen' Making install in twopigen make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/twopigen' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/twopigen' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/twopigen' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/twopigen' Making install in sfdpgen make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfdpgen' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfdpgen' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfdpgen' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/sfdpgen' Making install in osage make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/osage' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/osage' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/osage' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/osage' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib' Making install in plugin make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' Making install in core make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/core' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/core' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_core.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_core.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/core; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_core.la -rpath /usr/lib/graphviz gvplugin_core.lo gvrender_core_dot.lo gvrender_core_fig.lo gvrender_core_map.lo gvrender_core_ps.lo gvrender_core_svg.lo gvrender_core_tk.lo gvrender_core_vml.lo gvloadimage_core.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/gvplugin_core.o .libs/gvrender_core_dot.o .libs/gvrender_core_fig.o .libs/gvrender_core_map.o .libs/gvrender_core_ps.o .libs/gvrender_core_svg.o .libs/gvrender_core_tk.o .libs/gvrender_core_vml.o .libs/gvloadimage_core.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_core.so.6 -o .libs/libgvplugin_core.so.6.0.0 /usr/bin/install -c .libs/libgvplugin_core.so.6.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_core.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_core.so.6.0.0 libgvplugin_core.so.6 || { rm -f libgvplugin_core.so.6 && ln -s libgvplugin_core.so.6.0.0 libgvplugin_core.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_core.so.6.0.0 libgvplugin_core.so || { rm -f libgvplugin_core.so && ln -s libgvplugin_core.so.6.0.0 libgvplugin_core.so; }; }) /usr/bin/install -c .libs/libgvplugin_core.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_core.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/core' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/core' Making install in devil make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/devil' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/devil' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_devil.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_devil.la' /usr/bin/install -c .libs/libgvplugin_devil.so.6.0.0 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_devil.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_devil.so.6.0.0 libgvplugin_devil.so.6 || { rm -f libgvplugin_devil.so.6 && ln -s libgvplugin_devil.so.6.0.0 libgvplugin_devil.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_devil.so.6.0.0 libgvplugin_devil.so || { rm -f libgvplugin_devil.so && ln -s libgvplugin_devil.so.6.0.0 libgvplugin_devil.so; }; }) /usr/bin/install -c .libs/libgvplugin_devil.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_devil.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/devil' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/devil' Making install in gd make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gd' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gd' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_gd.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_gd.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gd; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_gd.la -rpath /usr/lib/graphviz gvplugin_gd.lo gvrender_gd.lo gvrender_gd_vrml.lo gvtextlayout_gd.lo gvloadimage_gd.lo gvdevice_gd.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -L/usr/lib -Wl,-Bsymbolic-functions -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lm -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/gvplugin_gd.o .libs/gvrender_gd.o .libs/gvrender_gd_vrml.o .libs/gvtextlayout_gd.o .libs/gvloadimage_gd.o .libs/gvdevice_gd.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libgvplugin_gd.so.6 -o .libs/libgvplugin_gd.so.6.0.0 /usr/bin/install -c .libs/libgvplugin_gd.so.6.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_gd.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_gd.so.6.0.0 libgvplugin_gd.so.6 || { rm -f libgvplugin_gd.so.6 && ln -s libgvplugin_gd.so.6.0.0 libgvplugin_gd.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_gd.so.6.0.0 libgvplugin_gd.so || { rm -f libgvplugin_gd.so && ln -s libgvplugin_gd.so.6.0.0 libgvplugin_gd.so; }; }) /usr/bin/install -c .libs/libgvplugin_gd.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_gd.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gd' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gd' Making install in gdk_pixbuf make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdk_pixbuf' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdk_pixbuf' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_gdk_pixbuf.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_gdk_pixbuf.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdk_pixbuf; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_gdk_pixbuf.la -rpath /usr/lib/graphviz gvplugin_gdk_pixbuf.lo gvdevice_gdk_pixbuf.lo ../../lib/gvc/libgvc.la -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/gvplugin_gdk_pixbuf.o .libs/gvdevice_gdk_pixbuf.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_gdk_pixbuf.so.6 -o .libs/libgvplugin_gdk_pixbuf.so.6.0.0 /usr/bin/install -c .libs/libgvplugin_gdk_pixbuf.so.6.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_gdk_pixbuf.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_gdk_pixbuf.so.6.0.0 libgvplugin_gdk_pixbuf.so.6 || { rm -f libgvplugin_gdk_pixbuf.so.6 && ln -s libgvplugin_gdk_pixbuf.so.6.0.0 libgvplugin_gdk_pixbuf.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_gdk_pixbuf.so.6.0.0 libgvplugin_gdk_pixbuf.so || { rm -f libgvplugin_gdk_pixbuf.so && ln -s libgvplugin_gdk_pixbuf.so.6.0.0 libgvplugin_gdk_pixbuf.so; }; }) /usr/bin/install -c .libs/libgvplugin_gdk_pixbuf.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_gdk_pixbuf.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdk_pixbuf' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdk_pixbuf' Making install in gdiplus make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdiplus' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdiplus' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdiplus' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gdiplus' Making install in glitz make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/glitz' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/glitz' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/glitz' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/glitz' Making install in gs make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gs' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gs' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gs' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gs' Making install in gtk make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gtk' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gtk' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gtk' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/gtk' Making install in lasi make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/lasi' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/lasi' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_lasi.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_lasi.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/lasi; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_lasi.la -rpath /usr/lib/graphviz gvplugin_lasi.lo gvrender_lasi.lo ../../lib/gvc/libgvc.la -lLASi -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/gvplugin_lasi.o .libs/gvrender_lasi.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lLASi -lpangoft2-1.0 -lfreetype -lfontconfig -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_lasi.so.6 -o .libs/libgvplugin_lasi.so.6.0.0 /usr/bin/install -c .libs/libgvplugin_lasi.so.6.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_lasi.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_lasi.so.6.0.0 libgvplugin_lasi.so.6 || { rm -f libgvplugin_lasi.so.6 && ln -s libgvplugin_lasi.so.6.0.0 libgvplugin_lasi.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_lasi.so.6.0.0 libgvplugin_lasi.so || { rm -f libgvplugin_lasi.so && ln -s libgvplugin_lasi.so.6.0.0 libgvplugin_lasi.so; }; }) /usr/bin/install -c .libs/libgvplugin_lasi.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_lasi.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/lasi' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/lasi' Making install in ming make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/ming' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/ming' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/ming' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/ming' Making install in pango make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/pango' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/pango' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_pango.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_pango.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/pango; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_pango.la -rpath /usr/lib/graphviz gvplugin_pango.lo gvrender_pango.lo gvtextlayout_pango.lo gvloadimage_pango.lo ../../lib/gvc/libgvc.la -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/gvplugin_pango.o .libs/gvrender_pango.o .libs/gvtextlayout_pango.o .libs/gvloadimage_pango.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_pango.so.6 -o .libs/libgvplugin_pango.so.6.0.0 /usr/bin/install -c .libs/libgvplugin_pango.so.6.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_pango.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_pango.so.6.0.0 libgvplugin_pango.so.6 || { rm -f libgvplugin_pango.so.6 && ln -s libgvplugin_pango.so.6.0.0 libgvplugin_pango.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_pango.so.6.0.0 libgvplugin_pango.so || { rm -f libgvplugin_pango.so && ln -s libgvplugin_pango.so.6.0.0 libgvplugin_pango.so; }; }) /usr/bin/install -c .libs/libgvplugin_pango.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_pango.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/pango' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/pango' Making install in quartz make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/quartz' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/quartz' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/quartz' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/quartz' Making install in rsvg make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/rsvg' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/rsvg' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_rsvg.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_rsvg.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/rsvg; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_rsvg.la -rpath /usr/lib/graphviz gvplugin_rsvg.lo gvloadimage_rsvg.lo ../../lib/gvc/libgvc.la -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/gvplugin_rsvg.o .libs/gvloadimage_rsvg.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_rsvg.so.6 -o .libs/libgvplugin_rsvg.so.6.0.0 /usr/bin/install -c .libs/libgvplugin_rsvg.so.6.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_rsvg.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_rsvg.so.6.0.0 libgvplugin_rsvg.so.6 || { rm -f libgvplugin_rsvg.so.6 && ln -s libgvplugin_rsvg.so.6.0.0 libgvplugin_rsvg.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_rsvg.so.6.0.0 libgvplugin_rsvg.so || { rm -f libgvplugin_rsvg.so && ln -s libgvplugin_rsvg.so.6.0.0 libgvplugin_rsvg.so; }; }) /usr/bin/install -c .libs/libgvplugin_rsvg.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_rsvg.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/rsvg' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/rsvg' Making install in visio make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/visio' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/visio' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/visio' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/visio' Making install in xlib make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/xlib' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/xlib' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /usr/bin/install -c 'vimdot' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/vimdot' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_xlib.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_xlib.la' /usr/bin/install -c .libs/libgvplugin_xlib.so.6.0.0 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_xlib.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_xlib.so.6.0.0 libgvplugin_xlib.so.6 || { rm -f libgvplugin_xlib.so.6 && ln -s libgvplugin_xlib.so.6.0.0 libgvplugin_xlib.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_xlib.so.6.0.0 libgvplugin_xlib.so || { rm -f libgvplugin_xlib.so && ln -s libgvplugin_xlib.so.6.0.0 libgvplugin_xlib.so; }; }) /usr/bin/install -c .libs/libgvplugin_xlib.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_xlib.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/xlib' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/xlib' Making install in dot_layout make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/dot_layout' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/dot_layout' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_dot_layout.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_dot_layout.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/dot_layout; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_dot_layout.la -rpath /usr/lib/graphviz gvplugin_dot_layout.lo gvlayout_dot_layout.lo ../../lib/dotgen/libdotgen_C.la ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la ../../lib/pathplan/libpathplan.la -lm -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/gvplugin_dot_layout.o .libs/gvlayout_dot_layout.o -Wl,--whole-archive ../../lib/dotgen/.libs/libdotgen_C.a -Wl,--no-whole-archive -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -lgraph -lcdt -lpathplan -lm -Wl,--as-needed -Wl,-soname -Wl,libgvplugin_dot_layout.so.6 -o .libs/libgvplugin_dot_layout.so.6.0.0 /usr/bin/install -c .libs/libgvplugin_dot_layout.so.6.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_dot_layout.so.6.0.0 libgvplugin_dot_layout.so.6 || { rm -f libgvplugin_dot_layout.so.6 && ln -s libgvplugin_dot_layout.so.6.0.0 libgvplugin_dot_layout.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_dot_layout.so.6.0.0 libgvplugin_dot_layout.so || { rm -f libgvplugin_dot_layout.so && ln -s libgvplugin_dot_layout.so.6.0.0 libgvplugin_dot_layout.so; }; }) /usr/bin/install -c .libs/libgvplugin_dot_layout.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_dot_layout.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/dot_layout' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/dot_layout' Making install in neato_layout make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout' test -z "/usr/lib" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib" test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgvplugin_neato_layout.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_neato_layout.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -version-info 6:0:0 -Wl,--as-needed -o libgvplugin_neato_layout.la -rpath /usr/lib/graphviz gvplugin_neato_layout.lo gvlayout_neato_layout.lo ../../lib/neatogen/libneatogen_C.la ../../lib/twopigen/libtwopigen_C.la ../../lib/patchwork/libpatchwork_C.la ../../lib/osage/libosage_C.la ../../lib/fdpgen/libfdpgen_C.la ../../lib/sparse/libsparse_C.la ../../lib/rbtree/librbtree_C.la ../../lib/circogen/libcircogen_C.la ../../lib/sfdpgen/libsfdpgen_C.la ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la ../../lib/pathplan/libpathplan.la -pthread -Wl,--export-dynamic -lgts -lm -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 ../../lib/vpsc/libvpsc_C.la -lstdc++ -lm -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/gvplugin_neato_layout.o .libs/gvlayout_neato_layout.o -Wl,--whole-archive ../../lib/neatogen/.libs/libneatogen_C.a ../../lib/twopigen/.libs/libtwopigen_C.a ../../lib/patchwork/.libs/libpatchwork_C.a ../../lib/osage/.libs/libosage_C.a ../../lib/fdpgen/.libs/libfdpgen_C.a ../../lib/sparse/.libs/libsparse_C.a ../../lib/rbtree/.libs/librbtree_C.a ../../lib/circogen/.libs/libcircogen_C.a ../../lib/sfdpgen/.libs/libsfdpgen_C.a ../../lib/vpsc/.libs/libvpsc_C.a -Wl,--no-whole-archive -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -lgraph -lcdt -lpathplan -lgts -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 -lstdc++ -lm -Wl,--as-needed -pthread -Wl,--export-dynamic -Wl,-soname -Wl,libgvplugin_neato_layout.so.6 -o .libs/libgvplugin_neato_layout.so.6.0.0 /usr/bin/install -c .libs/libgvplugin_neato_layout.so.6.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_neato_layout.so.6.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_neato_layout.so.6.0.0 libgvplugin_neato_layout.so.6 || { rm -f libgvplugin_neato_layout.so.6 && ln -s libgvplugin_neato_layout.so.6.0.0 libgvplugin_neato_layout.so.6; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz && { ln -s -f libgvplugin_neato_layout.so.6.0.0 libgvplugin_neato_layout.so || { rm -f libgvplugin_neato_layout.so && ln -s libgvplugin_neato_layout.so.6.0.0 libgvplugin_neato_layout.so; }; }) /usr/bin/install -c .libs/libgvplugin_neato_layout.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/libgvplugin_neato_layout.la make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin/neato_layout' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/plugin' Making install in cmd make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' Making install in dot make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'dot' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/dot' /usr/bin/install -c .libs/dot /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/dot make install-exec-hook make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin; if test -x dot; then for i in neato twopi fdp circo osage sfdp; do rm -f $i; ln -s dot $i; done; fi;) if test "x/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp" = "x"; then if test -x /usr/bin/dot; then if test -x /sbin/ldconfig; then /sbin/ldconfig 2>/dev/null; fi; /usr/bin/dot -c; else /usr/bin/dot_static -c; fi; fi make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 './dot.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/dot.1' /usr/bin/install -c -m 644 './osage.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/osage.1' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'dot.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/dot.1.pdf' /usr/bin/install -c -m 644 'osage.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/osage.1.pdf' make install-data-hook make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1; for i in neato.1 twopi.1 fdp.1 circo.1 sfdp.1; do rm -f $i; ln -s dot.1 $i; done;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf; for i in neato.1.pdf twopi.1.pdf fdp.1.pdf circo.1.pdf sfdp.1.pdf; do rm -f $i; ln -s dot.1.pdf $i; done;) make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dot' Making install in tools make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'gc' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gc' /usr/bin/install -c .libs/gc /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gc /bin/bash ../../libtool --mode=install /usr/bin/install -c 'gvcolor' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gvcolor' /usr/bin/install -c .libs/gvcolor /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gvcolor /bin/bash ../../libtool --mode=install /usr/bin/install -c 'gxl2gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gxl2gv' /usr/bin/install -c .libs/gxl2gv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gxl2gv /bin/bash ../../libtool --mode=install /usr/bin/install -c 'acyclic' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/acyclic' /usr/bin/install -c .libs/acyclic /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/acyclic /bin/bash ../../libtool --mode=install /usr/bin/install -c 'nop' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/nop' /usr/bin/install -c .libs/nop /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/nop /bin/bash ../../libtool --mode=install /usr/bin/install -c 'ccomps' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/ccomps' /usr/bin/install -c .libs/ccomps /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/ccomps /bin/bash ../../libtool --mode=install /usr/bin/install -c 'sccmap' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/sccmap' /usr/bin/install -c .libs/sccmap /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/sccmap /bin/bash ../../libtool --mode=install /usr/bin/install -c 'tred' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/tred' /usr/bin/install -c .libs/tred /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/tred /bin/bash ../../libtool --mode=install /usr/bin/install -c 'unflatten' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/unflatten' /usr/bin/install -c .libs/unflatten /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/unflatten /bin/bash ../../libtool --mode=install /usr/bin/install -c 'gvpack' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gvpack' /usr/bin/install -c .libs/gvpack /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gvpack /bin/bash ../../libtool --mode=install /usr/bin/install -c 'dijkstra' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/dijkstra' /usr/bin/install -c .libs/dijkstra /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/dijkstra /bin/bash ../../libtool --mode=install /usr/bin/install -c 'bcomps' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/bcomps' /usr/bin/install -c .libs/bcomps /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/bcomps /bin/bash ../../libtool --mode=install /usr/bin/install -c 'mm2gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/mm2gv' /usr/bin/install -c .libs/mm2gv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/mm2gv /bin/bash ../../libtool --mode=install /usr/bin/install -c 'gvgen' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gvgen' /usr/bin/install -c .libs/gvgen /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gvgen make install-exec-hook make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin; rm -f gv2gxl; ln -s gxl2gv gv2gxl;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin; rm -f dot2gxl; ln -s gxl2gv dot2gxl;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin; rm -f gxl2dot; ln -s gxl2gv gxl2dot;) make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 './gc.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/gc.1' /usr/bin/install -c -m 644 './gvcolor.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/gvcolor.1' /usr/bin/install -c -m 644 './gxl2gv.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/gxl2gv.1' /usr/bin/install -c -m 644 './acyclic.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/acyclic.1' /usr/bin/install -c -m 644 './nop.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/nop.1' /usr/bin/install -c -m 644 './ccomps.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/ccomps.1' /usr/bin/install -c -m 644 './sccmap.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/sccmap.1' /usr/bin/install -c -m 644 './tred.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/tred.1' /usr/bin/install -c -m 644 './unflatten.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/unflatten.1' /usr/bin/install -c -m 644 './gvpack.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/gvpack.1' /usr/bin/install -c -m 644 './dijkstra.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/dijkstra.1' /usr/bin/install -c -m 644 './bcomps.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/bcomps.1' /usr/bin/install -c -m 644 './mm2gv.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/mm2gv.1' /usr/bin/install -c -m 644 './gvgen.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/gvgen.1' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'gc.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gc.1.pdf' /usr/bin/install -c -m 644 'gvcolor.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gvcolor.1.pdf' /usr/bin/install -c -m 644 'gxl2gv.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gxl2gv.1.pdf' /usr/bin/install -c -m 644 'acyclic.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/acyclic.1.pdf' /usr/bin/install -c -m 644 'nop.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/nop.1.pdf' /usr/bin/install -c -m 644 'ccomps.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/ccomps.1.pdf' /usr/bin/install -c -m 644 'sccmap.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/sccmap.1.pdf' /usr/bin/install -c -m 644 'tred.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/tred.1.pdf' /usr/bin/install -c -m 644 'unflatten.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/unflatten.1.pdf' /usr/bin/install -c -m 644 'gvpack.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gvpack.1.pdf' /usr/bin/install -c -m 644 'dijkstra.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/dijkstra.1.pdf' /usr/bin/install -c -m 644 'bcomps.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/bcomps.1.pdf' /usr/bin/install -c -m 644 'mm2gv.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/mm2gv.1.pdf' /usr/bin/install -c -m 644 'gvgen.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gvgen.1.pdf' make install-data-hook make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1; rm -f gv2gxl.1; ln -s gxl2gv.1 gv2gxl.1;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf; rm -f gv2gxl.1.pdf; ln -s gxl2gv.1.pdf gv2gxl.1.pdf;) make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/tools' Making install in gvpr make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/gvpr' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/gvpr' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'gvpr' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gvpr' /usr/bin/install -c .libs/gvpr /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/gvpr test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 './gvpr.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/gvpr.1' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'gvpr.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gvpr.1.pdf' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/gvpr' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/gvpr' Making install in lefty make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' Making install in ws make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' Making install in x11 make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' Making install in libfilereq make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11/libfilereq' make[7]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11/libfilereq' make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. make[7]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11/libfilereq' make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11/libfilereq' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' make[7]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. make[7]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/x11' Making install in mswin32 make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/mswin32' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/mswin32' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/mswin32' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws/mswin32' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/ws' Making install in os make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' Making install in unix make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/unix' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/unix' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/unix' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/unix' Making install in mswin32 make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/mswin32' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/mswin32' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/mswin32' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os/mswin32' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/os' Making install in dot2l make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/dot2l' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/dot2l' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/dot2l' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/dot2l' Making install in examples make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/examples' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/examples' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/lefty" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty" /usr/bin/install -c -m 644 'box.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/box.lefty' /usr/bin/install -c -m 644 'def.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/def.lefty' /usr/bin/install -c -m 644 'fractal.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/fractal.lefty' /usr/bin/install -c -m 644 'fractal2.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/fractal2.lefty' /usr/bin/install -c -m 644 'slides.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/slides.lefty' /usr/bin/install -c -m 644 'tree.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/tree.lefty' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/examples' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty/examples' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/lefty' /usr/bin/install -c lefty /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/lefty test -z "/usr/share/graphviz/lefty" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty" /usr/bin/install -c -m 644 'lefty.psp' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/lefty.psp' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 './lefty.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/lefty.1' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'lefty.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/lefty.1.pdf' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lefty' Making install in lneato make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lneato' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lneato' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /usr/bin/install -c 'lneato' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/lneato' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 './lneato.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/lneato.1' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'lneato.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/lneato.1.pdf' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lneato' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/lneato' Making install in dotty make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dotty' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dotty' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /usr/bin/install -c 'dotty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/dotty' test -z "/usr/share/graphviz/lefty" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty" /usr/bin/install -c -m 644 'dotty.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/dotty.lefty' /usr/bin/install -c -m 644 'dotty_draw.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/dotty_draw.lefty' /usr/bin/install -c -m 644 'dotty_edit.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/dotty_edit.lefty' /usr/bin/install -c -m 644 'dotty_layout.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/dotty_layout.lefty' /usr/bin/install -c -m 644 'dotty_ui.lefty' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/lefty/dotty_ui.lefty' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 './dotty.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/dotty.1' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'dotty.1.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/dotty.1.pdf' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dotty' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/dotty' Making install in smyrna make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/smyrna' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/smyrna' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/smyrna' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd/smyrna' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/cmd' Making install in tclpkg make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' Making install in tclstubs make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclstubs' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclstubs' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclstubs' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclstubs' Making install in tkstubs make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkstubs' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkstubs' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkstubs' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkstubs' Making install in tclhandle make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclhandle' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclhandle' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclhandle' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclhandle' Making install in gdtclft make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' Making install in demo make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft/demo' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c -m 644 'entities.tcl.README' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/entities.tcl.README' /usr/bin/install -c -m 644 'entities.tcl.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/entities.tcl.html' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'entities.tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/entities.tcl' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft/demo' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft/demo' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './gdtclft.3tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gdtclft.3tcl' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'gdtclft.3tcl.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gdtclft.3tcl.pdf' test -z "/usr/lib/graphviz/tcl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgdtclft.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libgdtclft.la' /usr/bin/install -c .libs/libgdtclft.so.0.0.0 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libgdtclft.so.0.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libgdtclft.so.0.0.0 libgdtclft.so.0 || { rm -f libgdtclft.so.0 && ln -s libgdtclft.so.0.0.0 libgdtclft.so.0; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libgdtclft.so.0.0.0 libgdtclft.so || { rm -f libgdtclft.so && ln -s libgdtclft.so.0.0.0 libgdtclft.so; }; }) /usr/bin/install -c .libs/libgdtclft.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libgdtclft.la make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gdtclft' Making install in tcldot make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' Making install in demo make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot/demo' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c -m 644 'doted.tcl.README' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/doted.tcl.README' /usr/bin/install -c -m 644 'gcat.tcl.README' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/gcat.tcl.README' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'doted.tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/doted.tcl' /usr/bin/install -c 'gcat.tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/gcat.tcl' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot/demo' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot/demo' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/doc/html" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html" /usr/bin/install -c -m 644 'tcldot.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/tcldot.html' test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './tcldot.3tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/tcldot.3tcl' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'tcldot.3tcl.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/tcldot.3tcl.pdf' test -z "/usr/lib/graphviz/tcl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libtcldot.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtcldot.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -no-undefined -Wl,--as-needed -o libtcldot.la -rpath /usr/lib/graphviz/tcl libtcldot_la-tcldot.lo libtcldot_la-no_builtins.lo libtcldot_la-gdtclft.lo ../../tclpkg/tclhandle/libtclhandle_C.la ../../tclpkg/tclstubs/libtclstubs_C.la ../../lib/gvc/libgvc.la -L/usr/lib -Wl,-Bsymbolic-functions -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lpng -lz -lm -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/libtcldot_la-tcldot.o .libs/libtcldot_la-no_builtins.o .libs/libtcldot_la-gdtclft.o -Wl,--whole-archive ../../tclpkg/tclhandle/.libs/libtclhandle_C.a ../../tclpkg/tclstubs/.libs/libtclstubs_C.a -Wl,--no-whole-archive -L/usr/lib -ltclstub8.5 -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgd -lXpm -lX11 -ljpeg -lpng12 -lfontconfig -lfreetype -lpng -lz -lm -lc -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libtcldot.so.0 -o .libs/libtcldot.so.0.0.0 /usr/bin/install -c .libs/libtcldot.so.0.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtcldot.so.0.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libtcldot.so.0.0.0 libtcldot.so.0 || { rm -f libtcldot.so.0 && ln -s libtcldot.so.0.0.0 libtcldot.so.0; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libtcldot.so.0.0.0 libtcldot.so || { rm -f libtcldot.so && ln -s libtcldot.so.0.0.0 libtcldot.so; }; }) /usr/bin/install -c .libs/libtcldot.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtcldot.la /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libtcldot_builtin.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtcldot_builtin.la' /usr/bin/install -c .libs/libtcldot_builtin.so.0.0.0 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtcldot_builtin.so.0.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libtcldot_builtin.so.0.0.0 libtcldot_builtin.so.0 || { rm -f libtcldot_builtin.so.0 && ln -s libtcldot_builtin.so.0.0.0 libtcldot_builtin.so.0; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libtcldot_builtin.so.0.0.0 libtcldot_builtin.so || { rm -f libtcldot_builtin.so && ln -s libtcldot_builtin.so.0.0.0 libtcldot_builtin.so; }; }) /usr/bin/install -c .libs/libtcldot_builtin.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtcldot_builtin.la make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tcldot' Making install in tclpathplan make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' Making install in demo make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' Making install in pathplan_data make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo/pathplan_data' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo/pathplan_data' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/demo/pathplan_data" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data" /usr/bin/install -c -m 644 'boxes.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/boxes.dat' /usr/bin/install -c -m 644 'dpd.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/dpd.dat' /usr/bin/install -c -m 644 'funny.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/funny.dat' /usr/bin/install -c -m 644 'maze.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/maze.dat' /usr/bin/install -c -m 644 'nested.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/nested.dat' /usr/bin/install -c -m 644 'northo.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/northo.dat' /usr/bin/install -c -m 644 'obs.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/obs.dat' /usr/bin/install -c -m 644 'other.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/other.dat' /usr/bin/install -c -m 644 'paths.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/paths.dat' /usr/bin/install -c -m 644 'rotor.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/rotor.dat' /usr/bin/install -c -m 644 'u.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/u.dat' /usr/bin/install -c -m 644 'unknown.dat' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan_data/unknown.dat' make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo/pathplan_data' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo/pathplan_data' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c -m 644 'pathplan.tcl.README' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan.tcl.README' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'pathplan.tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/pathplan.tcl' make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan/demo' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/graphviz/tcl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libtclplan.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtclplan.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan; /bin/bash ../../libtool --tag=CC --mode=relink i486-linux-gnu-gcc -DUSE_TCL_STUBS -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -no-undefined -Wl,--as-needed -o libtclplan.la -rpath /usr/lib/graphviz/tcl find_ints.lo intersect.lo makecw.lo tclpathplan.lo wrapper.lo ../../tclpkg/tclhandle/libtclhandle_C.la ../../tclpkg/tclstubs/libtclstubs_C.la ../../lib/pathplan/libpathplan.la -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-gcc -shared .libs/find_ints.o .libs/intersect.o .libs/makecw.o .libs/tclpathplan.o .libs/wrapper.o -Wl,--whole-archive ../../tclpkg/tclhandle/.libs/libtclhandle_C.a ../../tclpkg/tclstubs/.libs/libtclstubs_C.a -Wl,--no-whole-archive -L/usr/lib -ltclstub8.5 -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -lpathplan -Wl,--as-needed -Wl,-soname -Wl,libtclplan.so.0 -o .libs/libtclplan.so.0.0.0 /usr/bin/install -c .libs/libtclplan.so.0.0.0T /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtclplan.so.0.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libtclplan.so.0.0.0 libtclplan.so.0 || { rm -f libtclplan.so.0 && ln -s libtclplan.so.0.0.0 libtclplan.so.0; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libtclplan.so.0.0.0 libtclplan.so || { rm -f libtclplan.so && ln -s libtclplan.so.0.0.0 libtclplan.so; }; }) /usr/bin/install -c .libs/libtclplan.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtclplan.la make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tclpathplan' Making install in tkspline make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' Making install in demo make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline/demo' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c -m 644 'spline.tcl.README' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/spline.tcl.README' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'spline.tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/spline.tcl' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline/demo' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline/demo' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './tkspline.3tk' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/tkspline.3tk' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'tkspline.3tk.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/tkspline.3tk.pdf' test -z "/usr/lib/graphviz/tcl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libtkspline.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtkspline.la' /usr/bin/install -c .libs/libtkspline.so.0.0.0 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtkspline.so.0.0.0 (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libtkspline.so.0.0.0 libtkspline.so.0 || { rm -f libtkspline.so.0 && ln -s libtkspline.so.0.0.0 libtkspline.so.0; }; }) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl && { ln -s -f libtkspline.so.0.0.0 libtkspline.so || { rm -f libtkspline.so && ln -s libtkspline.so.0.0.0 libtkspline.so; }; }) /usr/bin/install -c .libs/libtkspline.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libtkspline.la make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/tkspline' Making install in gv make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' Making install in demo make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv/demo' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'modgraph.lua' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/modgraph.lua' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'modgraph.pl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/modgraph.pl' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'modgraph.php' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/modgraph.php' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'modgraph.py' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/modgraph.py' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'modgraph.rb' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/modgraph.rb' test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" test -z "/usr/share/graphviz/demo" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo" /usr/bin/install -c 'modgraph.tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/demo/modgraph.tcl' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv/demo' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv/demo' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' test -z "/usr/lib/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz" test -z "/usr/share/man/man3" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3" /usr/bin/install -c -m 644 './gv.3guile' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3guile' /usr/bin/install -c -m 644 './gv.3lua' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3lua' /usr/bin/install -c -m 644 './gv.3ocaml' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3ocaml' /usr/bin/install -c -m 644 './gv.3perl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3perl' /usr/bin/install -c -m 644 './gv.3php' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3php' /usr/bin/install -c -m 644 './gv.3python' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3python' /usr/bin/install -c -m 644 './gv.3python' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3python' /usr/bin/install -c -m 644 './gv.3ruby' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3ruby' /usr/bin/install -c -m 644 './gv.3tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man3/gv.3tcl' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'gv.3guile.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3guile.pdf' /usr/bin/install -c -m 644 'gv.3lua.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3lua.pdf' /usr/bin/install -c -m 644 'gv.3ocaml.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3ocaml.pdf' /usr/bin/install -c -m 644 'gv.3perl.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3perl.pdf' /usr/bin/install -c -m 644 'gv.3php.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3php.pdf' /usr/bin/install -c -m 644 'gv.3python.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3python.pdf' /usr/bin/install -c -m 644 'gv.3python.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3python.pdf' /usr/bin/install -c -m 644 'gv.3ruby.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3ruby.pdf' /usr/bin/install -c -m 644 'gv.3tcl.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/gv.3tcl.pdf' test -z "/usr/lib/graphviz/R" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/R" test -z "/usr/lib/graphviz/R" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/R" test -z "/usr/lib/graphviz/guile" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/guile" test -z "/usr/lib/graphviz/guile" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/guile" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_guile.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/guile/libgv_guile.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_guile.la -rpath /usr/lib/graphviz/guile libgv_guile_la-gv.lo libgv_guile_la-gv_builtins.lo libgv_guile_la-gv_dummy_init.lo libgv_guile_la-gv_guile.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_guile_la-gv.o .libs/libgv_guile_la-gv_builtins.o .libs/libgv_guile_la-gv_dummy_init.o .libs/libgv_guile_la-gv_guile.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_guile.so -o .libs/libgv_guile.so /usr/bin/install -c .libs/libgv_guile.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/guile/libgv_guile.so /usr/bin/install -c .libs/libgv_guile.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/guile/libgv_guile.la test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'gv.i' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gv.i' /usr/bin/install -c -m 644 'gv.cpp' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/gv.cpp' test -z "/usr/lib/graphviz/io" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/io" test -z "/usr/lib/graphviz/io" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/io" test -z "/usr/lib/graphviz/java" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/java" test -z "/usr/lib/graphviz/java" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/java" test -z "/usr/lib/graphviz/lua" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/lua" test -z "/usr/lib/graphviz/lua" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/lua" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_lua.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/lua/libgv_lua.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_lua.la -rpath /usr/lib/graphviz/lua libgv_lua_la-gv.lo libgv_lua_la-gv_builtins.lo libgv_lua_la-gv_dummy_init.lo libgv_lua_la-gv_lua.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -llua5.1 -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_lua_la-gv.o .libs/libgv_lua_la-gv_builtins.o .libs/libgv_lua_la-gv_dummy_init.o .libs/libgv_lua_la-gv_lua.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -llua5.1 -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_lua.so -o .libs/libgv_lua.so /usr/bin/install -c .libs/libgv_lua.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/lua/libgv_lua.so /usr/bin/install -c .libs/libgv_lua.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/lua/libgv_lua.la test -z "/usr/lib/graphviz/ocaml" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml" /usr/bin/install -c -m 644 'gv.cmo' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/gv.cmo' /usr/bin/install -c -m 644 'gv.cma' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/gv.cma' /usr/bin/install -c -m 644 'gv.cmi' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/gv.cmi' /usr/bin/install -c -m 644 'gv.mli' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/gv.mli' /usr/bin/install -c -m 644 'META.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/META.gv' /usr/bin/install -c -m 644 'gv.a' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/gv.a' /usr/bin/install -c -m 644 'gv.cmx' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/gv.cmx' /usr/bin/install -c -m 644 'gv.cmxa' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/gv.cmxa' test -z "/usr/lib/graphviz/ocaml" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_ocaml.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/libgv_ocaml.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_ocaml.la -rpath /usr/lib/graphviz/ocaml libgv_ocaml_la-gv.lo libgv_ocaml_la-gv_builtins.lo libgv_ocaml_la-gv_dummy_init.lo libgv_ocaml_la-gv_ocaml.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -L/usr/lib/ocaml -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_ocaml_la-gv.o .libs/libgv_ocaml_la-gv_builtins.o .libs/libgv_ocaml_la-gv_dummy_init.o .libs/libgv_ocaml_la-gv_ocaml.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -L/usr/lib/ocaml -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_ocaml.so -o .libs/libgv_ocaml.so /usr/bin/install -c .libs/libgv_ocaml.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/libgv_ocaml.so /usr/bin/install -c .libs/libgv_ocaml.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ocaml/libgv_ocaml.la test -z "/usr/lib/graphviz/perl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/perl" /usr/bin/install -c -m 644 'gv.pm' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/perl/gv.pm' test -z "/usr/lib/graphviz/perl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/perl" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_perl.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/perl/libgv_perl.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_perl.la -rpath /usr/lib/graphviz/perl libgv_perl_la-gv.lo libgv_perl_la-gv_builtins.lo libgv_perl_la-gv_dummy_init.lo libgv_perl_la-gv_perl.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -L/usr/lib/perl/5.10/CORE -lperl -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_perl_la-gv.o .libs/libgv_perl_la-gv_builtins.o .libs/libgv_perl_la-gv_dummy_init.o .libs/libgv_perl_la-gv_perl.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -L/usr/lib/perl/5.10/CORE -lperl -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_perl.so -o .libs/libgv_perl.so /usr/bin/install -c .libs/libgv_perl.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/perl/libgv_perl.so /usr/bin/install -c .libs/libgv_perl.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/perl/libgv_perl.la test -z "/usr/lib/graphviz/php" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/php" /usr/bin/install -c -m 644 'gv.php' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/php/gv.php' test -z "/usr/lib/graphviz/php" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/php" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_php.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/php/libgv_php.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_php.la -rpath /usr/lib/graphviz/php libgv_php_la-gv.lo libgv_php_la-gv_builtins.lo libgv_php_la-gv_php_init.lo libgv_php_la-gv_php.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_php_la-gv.o .libs/libgv_php_la-gv_builtins.o .libs/libgv_php_la-gv_php_init.o .libs/libgv_php_la-gv_php.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_php.so -o .libs/libgv_php.so /usr/bin/install -c .libs/libgv_php.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/php/libgv_php.so /usr/bin/install -c .libs/libgv_php.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/php/libgv_php.la test -z "/usr/lib/graphviz/python23" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python23" test -z "/usr/lib/graphviz/python23" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python23" test -z "/usr/lib/graphviz/python24" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python24" test -z "/usr/lib/graphviz/python24" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python24" test -z "/usr/lib/graphviz/python25" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python25" test -z "/usr/lib/graphviz/python25" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python25" test -z "/usr/lib/graphviz/python26" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python26" /usr/bin/install -c -m 644 'gv.py' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python26/gv.py' test -z "/usr/lib/graphviz/python26" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python26" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_python26.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python26/libgv_python26.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_python26.la -rpath /usr/lib/graphviz/python26 libgv_python26_la-gv.lo libgv_python26_la-gv_builtins.lo libgv_python26_la-gv_dummy_init.lo libgv_python26_la-gv_python26.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_python26_la-gv.o .libs/libgv_python26_la-gv_builtins.o .libs/libgv_python26_la-gv_dummy_init.o .libs/libgv_python26_la-gv_python26.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_python26.so -o .libs/libgv_python26.so /usr/bin/install -c .libs/libgv_python26.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python26/libgv_python26.so /usr/bin/install -c .libs/libgv_python26.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python26/libgv_python26.la test -z "/usr/lib/graphviz/python" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python" /usr/bin/install -c -m 644 'gv.py' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python/gv.py' test -z "/usr/lib/graphviz/python" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_python.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python/libgv_python.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_python.la -rpath /usr/lib/graphviz/python libgv_python_la-gv.lo libgv_python_la-gv_builtins.lo libgv_python_la-gv_dummy_init.lo libgv_python_la-gv_python.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lpython2.6 -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_python_la-gv.o .libs/libgv_python_la-gv_builtins.o .libs/libgv_python_la-gv_dummy_init.o .libs/libgv_python_la-gv_python.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -lpython2.6 -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_python.so -o .libs/libgv_python.so /usr/bin/install -c .libs/libgv_python.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python/libgv_python.so /usr/bin/install -c .libs/libgv_python.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python/libgv_python.la test -z "/usr/lib/graphviz/ruby" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ruby" test -z "/usr/lib/graphviz/ruby" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ruby" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_ruby.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ruby/libgv_ruby.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_ruby.la -rpath /usr/lib/graphviz/ruby libgv_ruby_la-gv.lo libgv_ruby_la-gv_builtins.lo libgv_ruby_la-gv_dummy_init.lo libgv_ruby_la-gv_ruby.lo ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -L/usr/lib -lruby1.8 -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_ruby_la-gv.o .libs/libgv_ruby_la-gv_builtins.o .libs/libgv_ruby_la-gv_dummy_init.o .libs/libgv_ruby_la-gv_ruby.o -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -L/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -lruby1.8 -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_ruby.so -o .libs/libgv_ruby.so /usr/bin/install -c .libs/libgv_ruby.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ruby/libgv_ruby.so /usr/bin/install -c .libs/libgv_ruby.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ruby/libgv_ruby.la test -z "/usr/lib/graphviz/sharp" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/sharp" test -z "/usr/lib/graphviz/sharp" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/sharp" test -z "/usr/lib/graphviz/tcl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl" test -z "/usr/lib/graphviz/tcl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgv_tcl.la' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libgv_tcl.la' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv; /bin/bash ../../libtool --tag=CXX --mode=relink i486-linux-gnu-g++ -g -O2 -module -avoid-version -Wl,--as-needed -o libgv_tcl.la -rpath /usr/lib/graphviz/tcl libgv_tcl_la-gv.lo libgv_tcl_la-gv_builtins.lo libgv_tcl_la-gv_tcl_init.lo libgv_tcl_la-gv_tcl.lo ../../tclpkg/tclstubs/libtclstubs_C.la ../../lib/gvc/libgvc.la ../../lib/graph/libgraph.la ../../lib/cdt/libcdt.la -lc -inst-prefix-dir /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp) i486-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtbeginS.o .libs/libgv_tcl_la-gv.o .libs/libgv_tcl_la-gv_builtins.o .libs/libgv_tcl_la-gv_tcl_init.o .libs/libgv_tcl_la-gv_tcl.o -Wl,--whole-archive ../../tclpkg/tclstubs/.libs/libtclstubs_C.a -Wl,--no-whole-archive -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/.libs -L/usr/lib -ltclstub8.5 -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib -lgvc -L/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/.libs -lgraph -lcdt -L/usr/lib/gcc/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o -Wl,--as-needed -Wl,-soname -Wl,libgv_tcl.so -o .libs/libgv_tcl.so /usr/bin/install -c .libs/libgv_tcl.soT /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libgv_tcl.so /usr/bin/install -c .libs/libgv_tcl.lai /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/libgv_tcl.la make install-data-hook make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/lua; rm -f gv.so; ln -s libgv_lua.so gv.so;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/perl; rm -f gv.so; ln -s libgv_perl.so gv.so;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/php; rm -f gv.so; ln -s libgv_php.so gv.so;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python; rm -f _gv.so; ln -s libgv_python.so _gv.so;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/python26; rm -f _gv.so; ln -s libgv_python26.so _gv.so;) (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/ruby; rm -f gv.so; ln -s libgv_ruby.so gv.so;) make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg/gv' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/graphviz/tcl" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl" /usr/bin/install -c -m 644 'pkgIndex.tcl' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/graphviz/tcl/pkgIndex.tcl' make install-data-hook make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' mkdir -p /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/lua/; if test -w /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/lua/; then \ (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/lua/; \ ln -s -f /usr/lib/graphviz/lua/libgv_lua.so gv.so;) \ else \ echo "Warning: /usr/lib/lua/ is not writable."; \ echo "Skipping system installation of lua binding."; \ fi mkdir -p /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/perl5; if test -w /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/perl5; then \ (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/perl5; \ ln -s -f /usr/lib/graphviz/perl/libgv_perl.so gv.so; \ ln -s -f /usr/lib/graphviz/perl/gv.pm gv.pm;) \ else \ echo "Warning: /usr/lib/perl5 is not writable."; \ echo "Skipping system installation of perl binding."; \ fi mkdir -p /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/php/modules; if test -w /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/php/modules; then \ (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/php/modules; \ ln -s -f /usr/lib/graphviz/php/libgv_php.so gv.so;) \ else \ echo "Warning: /usr/lib/php/modules is not writable."; \ echo "Skipping system installation of php binding."; \ fi mkdir -p /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/php; if test -w /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/php; then \ (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/php; \ ln -s -f /usr/lib/graphviz/php/gv.php gv.php;) \ else \ echo "Warning: /usr/share/php is not writable."; \ echo "Skipping system installation of php binding."; \ fi mkdir -p /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/python2.6/dist-packages; if test -w /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/python2.6/dist-packages; then \ (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/python2.6/dist-packages; \ ln -s -f /usr/lib/graphviz/python/libgv_python.so _gv.so; \ ln -s -f /usr/lib/graphviz/python/gv.py gv.py;) \ else \ echo "Warning: /usr/lib/python2.6/dist-packages is not writable."; \ echo "Skipping system installation of python binding."; \ fi mkdir -p /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/local/lib/site_ruby/1.8/i486-linux; if test -w /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/local/lib/site_ruby/1.8/i486-linux; then \ (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/local/lib/site_ruby/1.8/i486-linux; \ ln -s -f /usr/lib/graphviz/ruby/libgv_ruby.so gv.so;) \ else \ echo "Warning: /usr/local/lib/site_ruby/1.8/i486-linux is not writable."; \ echo "Skipping system installation of ruby binding."; \ fi mkdir -p /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/tcl8.5; if test -w /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/tcl8.5/; then \ (cd /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/tcl8.5; \ ln -s -f /usr/lib/graphviz/tcl graphviz;) \ else \ echo "Warning: /usr/lib/tcl8.5 is not writable."; \ echo "Skipping system installation of tcl bindings."; \ fi make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/tclpkg' Making install in doc make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' Making install in info make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/info' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/info' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/doc/html/info" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info" /usr/bin/install -c -m 644 'attrs.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/attrs.html' /usr/bin/install -c -m 644 'colors.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/colors.html' /usr/bin/install -c -m 644 'command.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/command.html' /usr/bin/install -c -m 644 'index.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/index.html' /usr/bin/install -c -m 644 'lang.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/lang.html' /usr/bin/install -c -m 644 'output.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/output.html' /usr/bin/install -c -m 644 'shapes.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/shapes.html' /usr/bin/install -c -m 644 'arrows.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/arrows.html' /usr/bin/install -c -m 644 'Mcircle.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/Mcircle.gif' /usr/bin/install -c -m 644 'Mdiamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/Mdiamond.gif' /usr/bin/install -c -m 644 'Msquare.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/Msquare.gif' /usr/bin/install -c -m 644 'a_box.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_box.gif' /usr/bin/install -c -m 644 'a_crow.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_crow.gif' /usr/bin/install -c -m 644 'a_diamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_diamond.gif' /usr/bin/install -c -m 644 'a_dot.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_dot.gif' /usr/bin/install -c -m 644 'a_ediamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_ediamond.gif' /usr/bin/install -c -m 644 'a_empty.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_empty.gif' /usr/bin/install -c -m 644 'a_forward.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_forward.gif' /usr/bin/install -c -m 644 'a_halfopen.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_halfopen.gif' /usr/bin/install -c -m 644 'a_inv.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_inv.gif' /usr/bin/install -c -m 644 'a_invdot.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_invdot.gif' /usr/bin/install -c -m 644 'a_invempty.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_invempty.gif' /usr/bin/install -c -m 644 'a_invodot.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_invodot.gif' /usr/bin/install -c -m 644 'a_lteeoldiamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_lteeoldiamond.gif' /usr/bin/install -c -m 644 'a_nohead.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_nohead.gif' /usr/bin/install -c -m 644 'a_none.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_none.gif' /usr/bin/install -c -m 644 'a_normal.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_normal.gif' /usr/bin/install -c -m 644 'a_obox.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_obox.gif' /usr/bin/install -c -m 644 'a_odiamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_odiamond.gif' /usr/bin/install -c -m 644 'a_odot.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_odot.gif' /usr/bin/install -c -m 644 'a_open.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_open.gif' /usr/bin/install -c -m 644 'a_tee.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/a_tee.gif' /usr/bin/install -c -m 644 'aa_box.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_box.gif' /usr/bin/install -c -m 644 'aa_crow.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_crow.gif' /usr/bin/install -c -m 644 'aa_diamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_diamond.gif' /usr/bin/install -c -m 644 'aa_dot.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_dot.gif' /usr/bin/install -c -m 644 'aa_inv.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_inv.gif' /usr/bin/install -c -m 644 'aa_lbox.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_lbox.gif' /usr/bin/install -c -m 644 'aa_lcrow.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_lcrow.gif' /usr/bin/install -c -m 644 'aa_ldiamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_ldiamond.gif' /usr/bin/install -c -m 644 'aa_linv.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_linv.gif' /usr/bin/install -c -m 644 'aa_lnormal.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_lnormal.gif' /usr/bin/install -c -m 644 'aa_ltee.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_ltee.gif' /usr/bin/install -c -m 644 'aa_lvee.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_lvee.gif' /usr/bin/install -c -m 644 'aa_none.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_none.gif' /usr/bin/install -c -m 644 'aa_normal.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_normal.gif' /usr/bin/install -c -m 644 'aa_obox.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_obox.gif' /usr/bin/install -c -m 644 'aa_odiamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_odiamond.gif' /usr/bin/install -c -m 644 'aa_odot.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_odot.gif' /usr/bin/install -c -m 644 'aa_oinv.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_oinv.gif' /usr/bin/install -c -m 644 'aa_olbox.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_olbox.gif' /usr/bin/install -c -m 644 'aa_oldiamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_oldiamond.gif' /usr/bin/install -c -m 644 'aa_olinv.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_olinv.gif' /usr/bin/install -c -m 644 'aa_olnormal.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_olnormal.gif' /usr/bin/install -c -m 644 'aa_onormal.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_onormal.gif' /usr/bin/install -c -m 644 'aa_orbox.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_orbox.gif' /usr/bin/install -c -m 644 'aa_ordiamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_ordiamond.gif' /usr/bin/install -c -m 644 'aa_orinv.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_orinv.gif' /usr/bin/install -c -m 644 'aa_ornormal.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_ornormal.gif' /usr/bin/install -c -m 644 'aa_rbox.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_rbox.gif' /usr/bin/install -c -m 644 'aa_rcrow.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_rcrow.gif' /usr/bin/install -c -m 644 'aa_rdiamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_rdiamond.gif' /usr/bin/install -c -m 644 'aa_rinv.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_rinv.gif' /usr/bin/install -c -m 644 'aa_rnormal.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_rnormal.gif' /usr/bin/install -c -m 644 'aa_rtee.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_rtee.gif' /usr/bin/install -c -m 644 'aa_rvee.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_rvee.gif' /usr/bin/install -c -m 644 'aa_tee.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_tee.gif' /usr/bin/install -c -m 644 'aa_vee.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/aa_vee.gif' /usr/bin/install -c -m 644 'back.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/back.gif' /usr/bin/install -c -m 644 'both.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/both.gif' /usr/bin/install -c -m 644 'box.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/box.gif' /usr/bin/install -c -m 644 'box3d.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/box3d.gif' /usr/bin/install -c -m 644 'circle.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/circle.gif' /usr/bin/install -c -m 644 'colorlist.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/colorlist.gif' /usr/bin/install -c -m 644 'component.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/component.gif' /usr/bin/install -c -m 644 'constraint.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/constraint.gif' /usr/bin/install -c -m 644 'diamond.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/diamond.gif' /usr/bin/install -c -m 644 'doublecircle.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/doublecircle.gif' /usr/bin/install -c -m 644 'doubleoctagon.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/doubleoctagon.gif' /usr/bin/install -c -m 644 'egg.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/egg.gif' /usr/bin/install -c -m 644 'ellipse.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/ellipse.gif' /usr/bin/install -c -m 644 'fill.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/fill.gif' /usr/bin/install -c -m 644 'folder.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/folder.gif' /usr/bin/install -c -m 644 'forward.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/forward.gif' /usr/bin/install -c -m 644 'hexagon.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/hexagon.gif' /usr/bin/install -c -m 644 'house.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/house.gif' /usr/bin/install -c -m 644 'html1.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/html1.gif' /usr/bin/install -c -m 644 'html2.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/html2.gif' /usr/bin/install -c -m 644 'html3.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/html3.gif' /usr/bin/install -c -m 644 'html4.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/html4.gif' /usr/bin/install -c -m 644 'invhouse.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/invhouse.gif' /usr/bin/install -c -m 644 'invtrapezium.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/invtrapezium.gif' /usr/bin/install -c -m 644 'invtriangle.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/invtriangle.gif' /usr/bin/install -c -m 644 'mrecord.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/mrecord.gif' /usr/bin/install -c -m 644 'nohead.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/nohead.gif' /usr/bin/install -c -m 644 'none.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/none.gif' /usr/bin/install -c -m 644 'note.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/note.gif' /usr/bin/install -c -m 644 'octagon.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/octagon.gif' /usr/bin/install -c -m 644 'parallelogram.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/parallelogram.gif' /usr/bin/install -c -m 644 'pentagon.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/pentagon.gif' /usr/bin/install -c -m 644 'plaintext.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/plaintext.gif' /usr/bin/install -c -m 644 'point.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/point.gif' /usr/bin/install -c -m 644 'polygon.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/polygon.gif' /usr/bin/install -c -m 644 'record.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/record.gif' /usr/bin/install -c -m 644 'record2.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/record2.gif' /usr/bin/install -c -m 644 'rect.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/rect.gif' /usr/bin/install -c -m 644 'rectangle.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/rectangle.gif' /usr/bin/install -c -m 644 'round.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/round.gif' /usr/bin/install -c -m 644 'septagon.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/septagon.gif' /usr/bin/install -c -m 644 'tab.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/tab.gif' /usr/bin/install -c -m 644 'trapezium.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/trapezium.gif' /usr/bin/install -c -m 644 'triangle.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/triangle.gif' /usr/bin/install -c -m 644 'tripleoctagon.gif' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/tripleoctagon.gif' /usr/bin/install -c -m 644 'sdlshapes.png' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/sdlshapes.png' /usr/bin/install -c -m 644 'html2.dot' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/html2.dot' /usr/bin/install -c -m 644 'html3.dot' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/html3.dot' /usr/bin/install -c -m 644 'html4.dot' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/html4.dot' /usr/bin/install -c -m 644 'plugins.png' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/info/plugins.png' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/info' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/info' Making install in schema make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/schema' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/schema' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/doc/html/schema" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/schema" /usr/bin/install -c -m 644 'arguments.xml' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/schema/arguments.xml' /usr/bin/install -c -m 644 'attributes.xml' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/schema/attributes.xml' /usr/bin/install -c -m 644 'attributes.xslt' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/schema/attributes.xslt' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/schema' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc/schema' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/doc/html" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html" /usr/bin/install -c -m 644 'build.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/build.html' /usr/bin/install -c -m 644 'FAQ.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/FAQ.html' /usr/bin/install -c -m 644 'index.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/index.html' /usr/bin/install -c -m 644 'winbuild.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/winbuild.html' /usr/bin/install -c -m 644 'pspdf.png' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/pspdf.png' /usr/bin/install -c -m 644 'char.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/char.html' /usr/bin/install -c -m 644 'Gdtclft2.2.5.example.png' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/Gdtclft2.2.5.example.png' /usr/bin/install -c -m 644 'todo.html' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html/todo.html' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'dotguide.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/dotguide.pdf' /usr/bin/install -c -m 644 'dottyguide.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/dottyguide.pdf' /usr/bin/install -c -m 644 'leftyguide.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/leftyguide.pdf' /usr/bin/install -c -m 644 'neatoguide.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/neatoguide.pdf' /usr/bin/install -c -m 644 'libguide/libguide.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/libguide.pdf' test -z "/usr/share/graphviz/doc" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc" /usr/bin/install -c -m 644 'Dot.ref' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/Dot.ref' /usr/bin/install -c -m 644 'latex_suggestions.txt' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/latex_suggestions.txt' /usr/bin/install -c -m 644 'fontfaq.txt' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/fontfaq.txt' /usr/bin/install -c -m 644 'addingLayout.txt' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/addingLayout.txt' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/doc' Making install in contrib make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' Making install in prune make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/prune' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/prune' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'prune' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/prune' /usr/bin/install -c .libs/prune /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/prune test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 './prune.1' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man1/prune.1' test -z "/usr/share/graphviz/doc/pdf" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf" /usr/bin/install -c -m 644 'prune.pdf' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/pdf/prune.pdf' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/prune' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/prune' Making install in diffimg make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/diffimg' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/diffimg' test -z "/usr/bin" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'diffimg' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/diffimg' /usr/bin/install -c diffimg /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/bin/diffimg make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/diffimg' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/diffimg' Making install in xdot make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/xdot' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/xdot' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/xdot' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib/xdot' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/contrib' Making install in share make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' Making install in examples make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/examples' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/examples' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/examples" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/examples" make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/examples' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/examples' Making install in gui make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/gui' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/gui' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/smyrna" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/smyrna" test -z "/usr/share/graphviz/smyrna" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/smyrna" make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/gui' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share/gui' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/share' Making install in graphs make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' Making install in directed make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/directed' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/directed' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/graphs/directed" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed" /usr/bin/install -c -m 644 'KW91.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/KW91.gv' /usr/bin/install -c -m 644 'Latin1.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/Latin1.gv' /usr/bin/install -c -m 644 'NaN.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/NaN.gv' /usr/bin/install -c -m 644 'abstract.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/abstract.gv' /usr/bin/install -c -m 644 'alf.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/alf.gv' /usr/bin/install -c -m 644 'arrows.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/arrows.gv' /usr/bin/install -c -m 644 'awilliams.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/awilliams.gv' /usr/bin/install -c -m 644 'clust.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/clust.gv' /usr/bin/install -c -m 644 'clust1.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/clust1.gv' /usr/bin/install -c -m 644 'clust2.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/clust2.gv' /usr/bin/install -c -m 644 'clust3.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/clust3.gv' /usr/bin/install -c -m 644 'clust4.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/clust4.gv' /usr/bin/install -c -m 644 'clust5.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/clust5.gv' /usr/bin/install -c -m 644 'crazy.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/crazy.gv' /usr/bin/install -c -m 644 'ctext.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/ctext.gv' /usr/bin/install -c -m 644 'dfa.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/dfa.gv' /usr/bin/install -c -m 644 'fig6.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/fig6.gv' /usr/bin/install -c -m 644 'fsm.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/fsm.gv' /usr/bin/install -c -m 644 'grammar.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/grammar.gv' /usr/bin/install -c -m 644 'hashtable.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/hashtable.gv' /usr/bin/install -c -m 644 'honda-tokoro.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/honda-tokoro.gv' /usr/bin/install -c -m 644 'jcctree.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/jcctree.gv' /usr/bin/install -c -m 644 'jsort.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/jsort.gv' /usr/bin/install -c -m 644 'ldbxtried.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/ldbxtried.gv' /usr/bin/install -c -m 644 'longflat.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/longflat.gv' /usr/bin/install -c -m 644 'mike.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/mike.gv' /usr/bin/install -c -m 644 'nhg.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/nhg.gv' /usr/bin/install -c -m 644 'oldarrows.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/oldarrows.gv' /usr/bin/install -c -m 644 'pgram.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/pgram.gv' /usr/bin/install -c -m 644 'pm2way.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/pm2way.gv' /usr/bin/install -c -m 644 'pmpipe.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/pmpipe.gv' /usr/bin/install -c -m 644 'polypoly.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/polypoly.gv' /usr/bin/install -c -m 644 'proc3d.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/proc3d.gv' /usr/bin/install -c -m 644 'psfonttest.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/psfonttest.gv' /usr/bin/install -c -m 644 'record2.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/record2.gv' /usr/bin/install -c -m 644 'records.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/records.gv' /usr/bin/install -c -m 644 'rowe.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/rowe.gv' /usr/bin/install -c -m 644 'russian.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/russian.gv' /usr/bin/install -c -m 644 'sdh.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/sdh.gv' /usr/bin/install -c -m 644 'shells.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/shells.gv' /usr/bin/install -c -m 644 'states.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/states.gv' /usr/bin/install -c -m 644 'structs.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/structs.gv' /usr/bin/install -c -m 644 'table.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/table.gv' /usr/bin/install -c -m 644 'train11.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/train11.gv' /usr/bin/install -c -m 644 'trapeziumlr.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/trapeziumlr.gv' /usr/bin/install -c -m 644 'tree.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/tree.gv' /usr/bin/install -c -m 644 'triedds.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/triedds.gv' /usr/bin/install -c -m 644 'try.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/try.gv' /usr/bin/install -c -m 644 'unix.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/unix.gv' /usr/bin/install -c -m 644 'unix2.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/unix2.gv' /usr/bin/install -c -m 644 'viewfile.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/viewfile.gv' /usr/bin/install -c -m 644 'world.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/world.gv' /usr/bin/install -c -m 644 'switch.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/directed/switch.gv' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/directed' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/directed' Making install in undirected make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/undirected' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/undirected' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/graphs/undirected" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/undirected" /usr/bin/install -c -m 644 'ER.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/undirected/ER.gv' /usr/bin/install -c -m 644 'ngk10_4.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/undirected/ngk10_4.gv' /usr/bin/install -c -m 644 'process.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/undirected/process.gv' /usr/bin/install -c -m 644 'Heawood.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/undirected/Heawood.gv' /usr/bin/install -c -m 644 'Petersen.gv' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/graphs/undirected/Petersen.gv' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/undirected' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs/undirected' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/graphs' Making install in rtest make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/rtest' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/rtest' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/rtest' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/rtest' make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/graphviz/doc/html" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/html" test -z "/usr/share/man/man7" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man7" /usr/bin/install -c -m 644 './graphviz.7' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/man/man7/graphviz.7' test -z "/usr/include/graphviz" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz" /usr/bin/install -c -m 644 'graphviz_version.h' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/include/graphviz/graphviz_version.h' test -z "/usr/share/graphviz/doc" || /bin/mkdir -p "/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc" /usr/bin/install -c -m 644 'AUTHORS' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/AUTHORS' /usr/bin/install -c -m 644 'COPYING' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/COPYING' /usr/bin/install -c -m 644 'ChangeLog' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/ChangeLog' /usr/bin/install -c -m 644 'NEWS' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/NEWS' /usr/bin/install -c -m 644 'cpl1.0.txt' '/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/graphviz/doc/cpl1.0.txt' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' make[1]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0' # Remove .la files find -name '*.la' -delete # Install lintian overrides install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/lintian/overrides install -m 644 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz4.lintian-overrides \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/share/lintian/overrides/libgraphviz4 # Compute the dependencies of the -dev package # NOTE: It is important to do that before splitting the files into # their respective packages, otherwise the symlinks are broken d-devlibdeps \ --override s/libpathplan4-dev// \ --override s/libcgraph4-dev// \ --override s/libgraph4-dev// \ --override s/libcdt4-dev// \ --override s/libgts-0.7-5-dev/libgts-dev/ \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz-dev.substvars \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/tmp/usr/lib/*.so # Move from debian/tmp to the appropriate packages, rename one binary dh_install --sourcedir=debian/tmp --list-missing mv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz4/usr/sbin/dot \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz4/usr/sbin/libgraphviz4-config-update # Some additional work for libgv-php5 install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-php5//usr/lib/php5/20060613+lfs mv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-php5/usr/lib/graphviz/php/libgv_php.so* \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-php5//usr/lib/php5/20060613+lfs rm -rf /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-php5/usr/lib/graphviz # Some additional work for libgv-lua # 1. Rename using the LUA_VERSION mv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-lua/usr/lib/graphviz/lua/libgv_lua.so \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-lua/usr/lib/graphviz/lua/liblua5.1-libgv.so # 2. Add a symlink install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-lua/usr/lib/lua/5.1 ln -s /usr/lib/graphviz/lua/liblua5.1-libgv.so \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-lua/usr/lib/lua/5.1/gv.so # Some additional work for libgv-ocaml # 1. Move the shared object to the stublibs directory install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs mv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ocaml/usr/lib/graphviz/ocaml/libgv_ocaml.so \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so # 2. Move the devel files where they belong install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz-dev/usr/lib/ocaml/3.10.2/gv mv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ocaml/usr/lib/graphviz/ocaml/*.ml* \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz-dev/usr/lib/ocaml/3.10.2/gv # 3. Trash the (almost empty) directory (and its .la) rm -rf /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ocaml/usr/lib/graphviz # Some additional work for libgv-python # Note the sed call because of python{24,25} instead of python{2.4,2.5} # Note gv.py isn't really duplicated, it's just installed in a location # where python-support will find it. Both being identical, python-support # will just do the right thing. for i in python2.5 python2.6; do \ install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-python/usr/lib/$i/site-packages ; \ cp /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-python/usr/lib/graphviz/python/gv.py \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-python/usr/lib/$i/site-packages ; \ mv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-python/usr/lib/graphviz/$(echo $i|sed -e 's/\.//')/*.so \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-python/usr/lib/$i/site-packages ; \ done rm -rf /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-python/usr/lib/graphviz # Debian-specific manpage # Some additional work for libgv-ruby install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ruby/usr/lib/ruby/1.8 mv /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ruby/usr/lib/graphviz/ruby/libgv_ruby.so \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ruby/usr/lib/ruby/1.8/gv.so rm -rf /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-ruby/usr/lib/graphviz # Install additional ocaml files install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz-dev/usr/lib/ocaml/3.10.2/gv cp debian/tmp/usr/lib/graphviz/ocaml/gv.cm* \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz-dev/usr/lib/ocaml/3.10.2/gv install -d /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz-dev/usr/lib/ocaml/3.10.2/METAS mv debian/tmp/usr/lib/graphviz/ocaml/META.gv \ /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz-dev/usr/lib/ocaml/3.10.2/METAS dh_testdir -i dh_testroot -i dh_installdocs -i dh_installmenu -i dh_installchangelogs ChangeLog -i dh_perl -i dh_link -i dh_strip -i dh_compress -i -X.pdf dh_fixperms -i dh_makeshlibs -i dh_installdeb -i dh_shlibdeps -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i dpkg-deb: building package `graphviz-doc' in `../graphviz-doc_2.24.0-1_all.deb'. dpkg-deb: building package `graphviz-dev' in `../graphviz-dev_2.24.0-1_all.deb'. dh_testdir -a dh_testroot -a dh_installdocs -a -XMakefile dh_installexamples -a dh_installmenu -a dh_installman -a dh_installchangelogs ChangeLog -a dh_perl -a dh_pysupport -a dh_link -a dh_strip -a dh_compress -a dh_fixperms -a dh_makeshlibs -plibgraphviz4 -V 'libgraphviz4 (>= 2.18)' dh_installdeb -a dh_shlibdeps -a -L libgraphviz4 /home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgraphviz4/usr/lib dh_gencontrol -a -- -VF:OCamlABI="3.10.2" dh_md5sums -a dh_builddeb -a dpkg-deb: building package `graphviz' in `../graphviz_2.24.0-1_i386.deb'. dpkg-deb: building package `libgv-guile' in `../libgv-guile_2.24.0-1_i386.deb'. dpkg-deb: building package `libgv-lua' in `../libgv-lua_2.24.0-1_i386.deb'. dpkg-deb: building package `libgv-ocaml' in `../libgv-ocaml_2.24.0-1_i386.deb'. dpkg-deb: building package `libgv-perl' in `../libgv-perl_2.24.0-1_i386.deb'. dpkg-deb: building package `libgv-php5' in `../libgv-php5_2.24.0-1_i386.deb'. dpkg-deb: building package `libgv-python' in `../libgv-python_2.24.0-1_i386.deb'. dpkg-deb: building package `libgv-ruby' in `../libgv-ruby_2.24.0-1_i386.deb'. dpkg-deb: building package `libgv-tcl' in `../libgv-tcl_2.24.0-1_i386.deb'. dpkg-deb: building package `libgraphviz4' in `../libgraphviz4_2.24.0-1_i386.deb'. dpkg-deb: building package `libgraphviz-dev' in `../libgraphviz-dev_2.24.0-1_i386.deb'. No patches in series configure: WARNING: Optional glut library not available - no GL/glut.h lexer.c: In function 'aglasterr': lexer.c:506: warning: ignoring return value of 'fread', declared with attribute warn_unused_result agerror.c: In function 'aglasterr': agerror.c:45: warning: ignoring return value of 'fread', declared with attribute warn_unused_result lex.aag.c:1506: warning: 'input' defined but not used cvt.c:280: warning: 'append_bezier' defined but not used shortest.c: In function 'loadtriangle': shortest.c:533: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false sfmove.c: In function 'sfmove': sfmove.c:189: warning: ignoring return value of 'read', declared with attribute warn_unused_result patchwork.c:143: warning: 'printer' defined but not used patchwork.c: In function 'walker': patchwork.c:178: warning: 'rr.LL.x' may be used uninitialized in this function patchwork.c:178: warning: 'rr.LL.y' may be used uninitialized in this function patchwork.c:178: warning: 'rr.UR.x' may be used uninitialized in this function patchwork.c:178: warning: 'rr.UR.y' may be used uninitialized in this function shapes.c: In function 'parse_reclbl': shapes.c:1853: warning: 'hspsp' may be used uninitialized in this function shapes.c:1853: warning: 'psp' may be used uninitialized in this function pack.c: In function 'putGraphs': pack.c:913: warning: 'pts' may be used uninitialized in this function mincross.c: In function 'mincross': mincross.c:551: warning: 'maxthispass' may be used uninitialized in this function xlayout.c: In function 'fdp_xLayout': xlayout.c:536: warning: implicit declaration of function 'isdigit' adjust.c: In function 'removeOverlapWith': adjust.c:997: warning: 'ret' may be used uninitialized in this function voronoi.c: In function 'voronoi': voronoi.c:29: warning: 'newintstar.y' may be used uninitialized in this function stress.c: In function 'mdsModel': stress.c:1373: warning: 'delta' may be used uninitialized in this function Multilevel.c: In function 'Multilevel_coarsen': Multilevel.c:839: warning: 'nmatch' may be used uninitialized in this function gc.c: In function ‘usage’: gc.c:89: warning: format not a string literal and no format arguments gvcolor.c: In function ‘usage’: gvcolor.c:91: warning: format not a string literal and no format arguments nop.c: In function ‘usage’: nop.c:45: warning: format not a string literal and no format arguments ccomps.c: In function ‘usage’: ccomps.c:102: warning: format not a string literal and no format arguments gvpack.c: In function ‘usage’: gvpack.c:93: warning: format not a string literal and no format arguments dijkstra.c: In function ‘usage’: dijkstra.c:240: warning: format not a string literal and no format arguments dijkstra.c: In function ‘post’: dijkstra.c:168: warning: ‘psym’ may be used uninitialized in this function bcomps.c: In function ‘usage’: bcomps.c:318: warning: format not a string literal and no format arguments mm2gv.c: In function ‘makeDotGraph’: mm2gv.c:339: warning: format not a string literal and no format arguments mm2gv.c:342: warning: format not a string literal and no format arguments mm2gv.c: In function ‘main’: mm2gv.c:448: warning: ‘dim’ may be used uninitialized in this function matrix_market.c: In function ‘SparseMatrix_import_matrix_market’: matrix_market.c:126: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result matrix_market.c:162: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result matrix_market.c:197: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result matrix_market.c:219: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result mmio.c: In function ‘mm_read_unsymmetric_sparse’: mmio.c:90: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result graph_generator.c: In function ‘makeSquareGrid’: graph_generator.c:159: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false compile.c: In function ‘setval’: compile.c:1380: warning: array subscript is below array bounds io.c: In function 'ptyopen': io.c:326: warning: ignoring return value of 'dup', declared with attribute warn_unused_result io.c:327: warning: ignoring return value of 'dup', declared with attribute warn_unused_result io.c: In function 'pipeopen': io.c:393: warning: ignoring return value of 'dup', declared with attribute warn_unused_result io.c:394: warning: ignoring return value of 'dup', declared with attribute warn_unused_result gfxview.c: In function ‘getgattr’: gfxview.c:1353: warning: ‘s2’ may be used uninitialized in this function internal.c: In function ‘Isystem’: internal.c:783: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result In file included from /usr/include/php5/main/php.h:34, from gv_php_init.c:17: /usr/include/php5/Zend/zend.h:673: warning: function declaration isn't a prototype In file included from /usr/include/php5/main/php.h:459, from gv_php_init.c:17: /usr/include/php5/main/suhosin_patch.h:26: warning: function declaration isn't a prototype gv_php.cpp: In function 'void _wrap_graph__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:1422: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_digraph(int, zval*, zval**, zval*, int)': gv_php.cpp:1448: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_strictgraph(int, zval*, zval**, zval*, int)': gv_php.cpp:1474: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_strictdigraph(int, zval*, zval**, zval*, int)': gv_php.cpp:1500: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_readstring(int, zval*, zval**, zval*, int)': gv_php.cpp:1526: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_read__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:1552: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_read__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:1577: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_read(int, zval*, zval**, zval*, int)': gv_php.cpp:1607: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_graph__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:1639: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_graph(int, zval*, zval**, zval*, int)': gv_php.cpp:1672: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_node(int, zval*, zval**, zval*, int)': gv_php.cpp:1704: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_edge__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:1735: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_edge__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:1767: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_edge__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:1799: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_edge__SWIG_3(int, zval*, zval**, zval*, int)': gv_php.cpp:1838: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_edge(int, zval*, zval**, zval*, int)': gv_php.cpp:1909: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_setv__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:1952: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_setv__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:1995: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_setv__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:2038: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_setv__SWIG_3(int, zval*, zval**, zval*, int)': gv_php.cpp:2080: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_setv__SWIG_4(int, zval*, zval**, zval*, int)': gv_php.cpp:2122: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_setv__SWIG_5(int, zval*, zval**, zval*, int)': gv_php.cpp:2164: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_setv(int, zval*, zval**, zval*, int)': gv_php.cpp:2282: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_getv__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:2318: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_getv__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:2354: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_getv__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:2390: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_getv__SWIG_3(int, zval*, zval**, zval*, int)': gv_php.cpp:2425: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_getv__SWIG_4(int, zval*, zval**, zval*, int)': gv_php.cpp:2460: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_getv__SWIG_5(int, zval*, zval**, zval*, int)': gv_php.cpp:2495: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_getv(int, zval*, zval**, zval*, int)': gv_php.cpp:2595: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nameof__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:2624: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nameof__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:2653: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nameof__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:2682: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nameof(int, zval*, zval**, zval*, int)': gv_php.cpp:2725: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_findsubg(int, zval*, zval**, zval*, int)': gv_php.cpp:2757: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_findnode(int, zval*, zval**, zval*, int)': gv_php.cpp:2789: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_findedge(int, zval*, zval**, zval*, int)': gv_php.cpp:2820: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_findattr__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:2852: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_findattr__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:2884: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_findattr__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:2916: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_findattr(int, zval*, zval**, zval*, int)': gv_php.cpp:2968: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_headof(int, zval*, zval**, zval*, int)': gv_php.cpp:2993: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_tailof(int, zval*, zval**, zval*, int)': gv_php.cpp:3018: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_graphof__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:3043: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_graphof__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:3068: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_graphof__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:3093: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_graphof(int, zval*, zval**, zval*, int)': gv_php.cpp:3136: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_rootof(int, zval*, zval**, zval*, int)': gv_php.cpp:3161: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_protonode(int, zval*, zval**, zval*, int)': gv_php.cpp:3186: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_protoedge(int, zval*, zval**, zval*, int)': gv_php.cpp:3211: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_ok__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:3236: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_ok__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:3261: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_ok__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:3286: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_ok__SWIG_3(int, zval*, zval**, zval*, int)': gv_php.cpp:3311: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_ok(int, zval*, zval**, zval*, int)': gv_php.cpp:3364: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstsubg(int, zval*, zval**, zval*, int)': gv_php.cpp:3389: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextsubg(int, zval*, zval**, zval*, int)': gv_php.cpp:3420: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstsupg(int, zval*, zval**, zval*, int)': gv_php.cpp:3445: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextsupg(int, zval*, zval**, zval*, int)': gv_php.cpp:3476: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstedge__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:3501: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextedge__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:3532: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstout__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:3557: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextout__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:3588: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstedge__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:3613: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstedge(int, zval*, zval**, zval*, int)': gv_php.cpp:3646: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextedge__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:3677: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextedge(int, zval*, zval**, zval*, int)': gv_php.cpp:3722: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstout__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:3747: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstout(int, zval*, zval**, zval*, int)': gv_php.cpp:3780: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextout__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:3811: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextout(int, zval*, zval**, zval*, int)': gv_php.cpp:3856: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firsthead(int, zval*, zval**, zval*, int)': gv_php.cpp:3881: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nexthead(int, zval*, zval**, zval*, int)': gv_php.cpp:3912: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstin__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:3937: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextin__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:3968: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstin__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:3993: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstin(int, zval*, zval**, zval*, int)': gv_php.cpp:4026: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextin__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:4057: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextin(int, zval*, zval**, zval*, int)': gv_php.cpp:4102: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firsttail(int, zval*, zval**, zval*, int)': gv_php.cpp:4127: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nexttail(int, zval*, zval**, zval*, int)': gv_php.cpp:4158: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstnode__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:4183: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextnode__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:4214: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstnode__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:4239: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstnode(int, zval*, zval**, zval*, int)': gv_php.cpp:4272: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextnode__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:4303: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextnode(int, zval*, zval**, zval*, int)': gv_php.cpp:4348: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstattr__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:4373: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextattr__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:4404: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstattr__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:4429: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextattr__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:4460: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstattr__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:4485: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_firstattr(int, zval*, zval**, zval*, int)': gv_php.cpp:4528: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextattr__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:4559: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_nextattr(int, zval*, zval**, zval*, int)': gv_php.cpp:4620: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_rm__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:4645: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_rm__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:4670: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_rm__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:4695: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_rm(int, zval*, zval**, zval*, int)': gv_php.cpp:4738: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_layout(int, zval*, zval**, zval*, int)': gv_php.cpp:4770: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_render__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:4795: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_render__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:4827: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_render__SWIG_2(int, zval*, zval**, zval*, int)': gv_php.cpp:4865: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_render__SWIG_3(int, zval*, zval**, zval*, int)': gv_php.cpp:4904: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_render(int, zval*, zval**, zval*, int)': gv_php.cpp:4975: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_renderchannel(int, zval*, zval**, zval*, int)': gv_php.cpp:5014: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_renderresult(int, zval*, zval**, zval*, int)': gv_php.cpp:5050: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_write__SWIG_0(int, zval*, zval**, zval*, int)': gv_php.cpp:5082: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_write__SWIG_1(int, zval*, zval**, zval*, int)': gv_php.cpp:5113: warning: format not a string literal and no format arguments gv_php.cpp: In function 'void _wrap_write(int, zval*, zval**, zval*, int)': gv_php.cpp:5155: warning: format not a string literal and no format arguments File "gv.ml", line 555, characters 13-14: Warning U: this match case is unused. File "swig.ml", line 159, characters 54-57: Warning X: this argument will not be used by the function. File "gv.ml", line 555, characters 13-14: Warning U: this match case is unused. libtool: install: warning: remember to run `libtool --finish /usr/lib' libtool: install: warning: relinking `libgraph.la' libtool: install: warning: remember to run `libtool --finish /usr/lib' libtool: install: warning: relinking `libcgraph.la' libtool: install: warning: remember to run `libtool --finish /usr/lib' libtool: install: warning: remember to run `libtool --finish /usr/lib' libtool: install: warning: relinking `libgvc.la' libtool: install: warning: remember to run `libtool --finish /usr/lib' libtool: install: warning: relinking `libgvplugin_core.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: relinking `libgvplugin_gd.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: relinking `libgvplugin_gdk_pixbuf.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: relinking `libgvplugin_lasi.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: relinking `libgvplugin_pango.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: relinking `libgvplugin_rsvg.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: relinking `libgvplugin_dot_layout.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: relinking `libgvplugin_neato_layout.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz' libtool: install: warning: `../../lib/gvc/libgvc.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/libgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/libpathplan.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/gvc/libgvc.la' has not been installed in `/usr/lib' libtool: install: warning: `../../plugin/neato_layout/libgvplugin_neato_layout.la' has not been installed in `/usr/lib/graphviz' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/gvc/libgvc.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/graph/libgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/pathplan/libpathplan.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/tcl' libtool: install: warning: relinking `libtcldot.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/tcl' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/tcl' libtool: install: warning: relinking `libtclplan.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/tcl' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/tcl' libtool: install: warning: relinking `libgv_guile.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/guile' libtool: install: warning: relinking `libgv_lua.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/lua' libtool: install: warning: relinking `libgv_ocaml.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/ocaml' libtool: install: warning: relinking `libgv_perl.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/perl' libtool: install: warning: relinking `libgv_php.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/php' libtool: install: warning: relinking `libgv_python26.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/python26' libtool: install: warning: relinking `libgv_python.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/python' libtool: install: warning: relinking `libgv_ruby.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/ruby' libtool: install: warning: relinking `libgv_tcl.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/graphviz/tcl' libtool: install: warning: `../../lib/cgraph/libcgraph.la' has not been installed in `/usr/lib' libtool: install: warning: `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/lib/cdt/libcdt.la' has not been installed in `/usr/lib' libtool: install: warning: `../../lib/cdt/libcdt.la' has not been installed in `/usr/lib' --> libc6-dev package exists. --> libexpat1-dev package exists. --> zlib1g-dev package exists. dh_install: debian/tmp/usr/lib/graphviz/lua/gv.so exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/graphviz/ruby/gv.so exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/lua/gv.so exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/perl5/gv.so exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/perl5/gv.pm exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/php/modules/gv.so exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/python2.6/dist-packages/_gv.so exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/python2.6/dist-packages/gv.py exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/tcl8.5/graphviz exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/share/graphviz/doc/fontfaq.txt exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/share/graphviz/doc/addingLayout.txt exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/share/graphviz/doc/COPYING exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/share/graphviz/doc/NEWS exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/share/graphviz/doc/cpl1.0.txt exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/share/php/gv.php exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/local/lib/site_ruby/1.8/i486-linux/gv.so exists in debian/tmp/ but is not installed to anywhere mv: cannot stat `/home/gviz/tmp/gviz/ubuntu9/graphviz-2.24.0/debian/libgv-python/usr/lib/graphviz/python25/*.so': No such file or directory parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz dpkg-shlibdeps: warning: symbol scm_must_malloc used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_set_smob_free used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_permanent_object used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_gc_for_newcell used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_intprint used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_list_3 used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_slot_ref used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_i_master_freelist2 used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_module_lookup_closure used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: symbol scm_c_make_keyword used by debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so found in none of the libraries. dpkg-shlibdeps: warning: 26 other similar warnings have been skipped (use -v to see them all). dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/libgv-guile/usr/lib/graphviz/guile/libgv_guile.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/libgv-lua/usr/lib/graphviz/lua/liblua5.1-libgv.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: symbol caml_callback used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_failwith used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_alloc_tuple used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_copy_string used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_callback2 used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_alloc used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_named_value used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_modify used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_copy_int64 used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: symbol caml_local_roots used by debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so found in none of the libraries. dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/libgv-ocaml/usr/lib/ocaml/3.10.2/stublibs/dllgv.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: symbol pthread_getspecific used by debian/libgv-perl/usr/lib/perl5/auto/gv/libgv_perl.so found in none of the libraries. dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/libgv-perl/usr/lib/perl5/auto/gv/libgv_perl.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: symbol compiler_globals used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol _efree used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol zend_get_constant used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol zend_wrong_param_count used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol zend_register_resource used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol _zend_list_find used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol zend_hash_find used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol _estrndup used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol zend_register_long_constant used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: symbol zend_rsrc_list_get_rsrc_type used by debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so found in none of the libraries. dpkg-shlibdeps: warning: 7 other similar warnings have been skipped (use -v to see them all). dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/libgv-php5/usr/lib/php5/20060613+lfs/libgv_php.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: symbol PyDict_New used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol PyDict_SetItemString used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol PyExc_MemoryError used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol PyArg_ParseTuple used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol PyString_FromStringAndSize used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol PyString_AsString used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol PyObject_IsTrue used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol PyObject_Call used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol PyString_Format used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: symbol _PyWeakref_ProxyType used by debian/libgv-python/usr/lib/python-support/libgv-python/python2.6/libgv_python26.so found in none of the libraries. dpkg-shlibdeps: warning: 44 other similar warnings have been skipped (use -v to see them all). dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/libgv-ruby/usr/lib/ruby/1.8/gv.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: symbol Tcl_DeleteHashEntry used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_ObjSetVar2 used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_SetVar used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_AppendResult used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_SetObjResult used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_GetString used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_GetCommandInfo used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_GetObjResult used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_CreateObjCommand used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: symbol Tcl_AppendToObj used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgv_tcl.so found in none of the libraries. dpkg-shlibdeps: warning: 21 other similar warnings have been skipped (use -v to see them all). dpkg-shlibdeps: warning: symbol agclose used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol agmemread used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol aglstnode used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol agprvnode used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol agfstnode used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol agnxtnode used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol agdelete used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol agfstedge used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol agopen used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol agnxtout used by debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: 23 other similar warnings have been skipped (use -v to see them all). dpkg-shlibdeps: warning: dependency on libX11.so.6 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgdtclft.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libjpeg.so.62 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgdtclft.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libfontconfig.so.1 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgdtclft.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libtk8.5.so.0 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtkspline.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libXpm.so.4 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgdtclft.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgmodule-2.0.so.0 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpng12.so.0 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgdtclft.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgthread-2.0.so.0 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libfreetype.so.6 could be avoided if "debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libgdtclft.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot_builtin.so.0.0.0 debian/libgv-tcl/usr/lib/tcltk/graphviz/tcl/libtcldot.so.0.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: symbol wind used by debian/libgraphviz4/usr/lib/graphviz/libgvplugin_gd.so.6.0.0 found in none of the libraries. dpkg-shlibdeps: warning: dependency on libfontconfig.so.1 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_gd.so.6.0.0 debian/libgraphviz4/usr/lib/graphviz/libgvplugin_lasi.so.6.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libfreetype.so.6 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_gd.so.6.0.0 debian/libgraphviz4/usr/lib/graphviz/libgvplugin_lasi.so.6.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libjpeg.so.62 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_gd.so.6.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libXpm.so.4 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_gd.so.6.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_neato_layout.so.6.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgmodule-2.0.so.0 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_lasi.so.6.0.0 debian/libgraphviz4/usr/lib/graphviz/libgvplugin_neato_layout.so.6.0.0 debian/libgraphviz4/usr/lib/graphviz/libgvplugin_xlib.so.6.0.0 debian/libgraphviz4/usr/lib/graphviz/libgvplugin_pango.so.6.0.0 debian/libgraphviz4/usr/lib/graphviz/libgvplugin_rsvg.so.6.0.0 debian/libgraphviz4/usr/lib/graphviz/libgvplugin_gdk_pixbuf.so.6.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpng12.so.0 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_gd.so.6.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgthread-2.0.so.0 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_neato_layout.so.6.0.0" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpangoft2-1.0.so.0 could be avoided if "debian/libgraphviz4/usr/lib/graphviz/libgvplugin_lasi.so.6.0.0" were not uselessly linked against it (they use none of its symbols). parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz parsechangelog/debian: warning: debian/changelog(l7): found change data where expected next heading or eof LINE: * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz Mon Sep 14 11:26:12 AM EDT 2009