Wed Jun 10 11:43:16 PM 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=x86_64-linux-gnu --host=x86_64-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 \ --without-sfdp \ --without-smyrna \ --disable-sharp \ --enable-guile \ --disable-java \ --disable-io \ --enable-lua \ --enable-ocaml \ --enable-php \ --enable-python \ --disable-python23 \ --enable-python24 \ --enable-python25 \ --disable-r \ --enable-ruby \ --enable-tcl \ LDFLAGS="-Wl,--as-needed" checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-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 x86_64-linux-gnu-gcc... x86_64-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 x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-linux-gnu-gcc... gcc3 checking for library containing strerror... none required checking for flex... no checking for lex... no checking for bison... no checking for byacc... no 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... false checking for pstopdf... (cached) false checking for x86_64-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 x86_64-linux-gnu-gcc and cc understand -c and -o together... yes checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-linux-gnu-g++... gcc3 checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc checking whether we are using the GNU Objective C compiler... no checking whether x86_64-linux-gnu-gcc accepts -g... no checking dependency style of x86_64-linux-gnu-gcc... gcc3 checking for windres... no checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... x86_64-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 x86_64-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... x86_64-linux-gnu-g++ -E checking for x86_64-linux-gnu-g77... no checking for x86_64-linux-gnu-xlf... no checking for x86_64-linux-gnu-f77... no checking for x86_64-linux-gnu-frt... no checking for x86_64-linux-gnu-pgf77... no checking for x86_64-linux-gnu-cf77... no checking for x86_64-linux-gnu-fort77... no checking for x86_64-linux-gnu-fl32... no checking for x86_64-linux-gnu-af77... no checking for x86_64-linux-gnu-xlf90... no checking for x86_64-linux-gnu-f90... no checking for x86_64-linux-gnu-pgf90... no checking for x86_64-linux-gnu-pghpf... no checking for x86_64-linux-gnu-epcf90... no checking for x86_64-linux-gnu-gfortran... no checking for x86_64-linux-gnu-g95... no checking for x86_64-linux-gnu-xlf95... no checking for x86_64-linux-gnu-f95... no checking for x86_64-linux-gnu-fort... no checking for x86_64-linux-gnu-ifort... no checking for x86_64-linux-gnu-ifc... no checking for x86_64-linux-gnu-efc... no checking for x86_64-linux-gnu-pgf95... no checking for x86_64-linux-gnu-lf95... no checking for x86_64-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... 3458764513820540925 checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok checking for objdir... .libs checking for x86_64-linux-gnu-ar... no checking for ar... ar checking for x86_64-linux-gnu-ranlib... no checking for ranlib... ranlib checking for x86_64-linux-gnu-strip... no checking for strip... strip checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC works... yes checking if x86_64-linux-gnu-gcc static flag -static works... yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) 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 x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC works... yes checking if x86_64-linux-gnu-g++ static flag -static works... yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) 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... no 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... no checking for python... python checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for python2.4... python2.4 checking for Python.h... (cached) yes checking for python2.5... python2.5 checking for Python.h... (cached) yes checking for ruby... no 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/lib64/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/lib64/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... no checking X11/Intrinsic.h usability... yes checking X11/Intrinsic.h presence... yes checking for X11/Intrinsic.h... yes checking for X11/Xaw/Text.h... no 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 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 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/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/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-64/graphviz-2.22.2/libltdl) configure: running /bin/bash ./configure '--prefix=/usr' '--build=x86_64-linux-gnu' '--host=x86_64-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' '--without-sfdp' '--without-smyrna' '--disable-sharp' '--enable-guile' '--disable-java' '--disable-io' '--enable-lua' '--enable-ocaml' '--enable-php' '--enable-python' '--disable-python23' '--enable-python24' '--enable-python25' '--disable-r' '--enable-ruby' '--enable-tcl' 'LDFLAGS=-Wl,--as-needed' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-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 x86_64-linux-gnu-gcc... x86_64-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 x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-linux-gnu-gcc... none checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-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 x86_64-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... x86_64-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 x86_64-linux-gnu-g++... x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-linux-gnu-g++... none checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E checking for x86_64-linux-gnu-g77... no checking for x86_64-linux-gnu-xlf... no checking for x86_64-linux-gnu-f77... no checking for x86_64-linux-gnu-frt... no checking for x86_64-linux-gnu-pgf77... no checking for x86_64-linux-gnu-cf77... no checking for x86_64-linux-gnu-fort77... no checking for x86_64-linux-gnu-fl32... no checking for x86_64-linux-gnu-af77... no checking for x86_64-linux-gnu-xlf90... no checking for x86_64-linux-gnu-f90... no checking for x86_64-linux-gnu-pgf90... no checking for x86_64-linux-gnu-pghpf... no checking for x86_64-linux-gnu-epcf90... no checking for x86_64-linux-gnu-gfortran... no checking for x86_64-linux-gnu-g95... no checking for x86_64-linux-gnu-xlf95... no checking for x86_64-linux-gnu-f95... no checking for x86_64-linux-gnu-fort... no checking for x86_64-linux-gnu-ifort... no checking for x86_64-linux-gnu-ifc... no checking for x86_64-linux-gnu-efc... no checking for x86_64-linux-gnu-pgf95... no checking for x86_64-linux-gnu-lf95... no checking for x86_64-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... 3458764513820540925 checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok checking for objdir... .libs checking for x86_64-linux-gnu-ar... no checking for ar... ar checking for x86_64-linux-gnu-ranlib... no checking for ranlib... ranlib checking for x86_64-linux-gnu-strip... no checking for strip... strip checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC works... yes checking if x86_64-linux-gnu-gcc static flag -static works... yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) 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 x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC works... yes checking if x86_64-linux-gnu-g++ static flag -static works... yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) 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/lib64 /lib64 /usr/lib/alsa-lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu 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.22.2 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 gts: Yes ipsepcola: Yes ltdl: Yes ortho: No (disabled by default - experimental) sfdp: No (disabled by default - experimental) 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 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: No (lua not available) gv_ocaml: Yes gv_perl: Yes gv_php: No (php not available) gv_python: Yes gv_python23: No (disabled by default - for multiversion installs) gv_python24: Yes gv_python25: Yes gv_R: No (disabled) gv_ruby: No (ruby not available) gv_tcl: Yes tcldot: Yes tclpathplan: Yes gctclft: Yes tkspline: Yes touch configure-stamp dh_testdir # Build make make[1]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2' make all-recursive make[2]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2' Making all in libltdl make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/libltdl' make all-am make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/libltdl' /bin/bash ./libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o ltdl.lo ltdl.c mkdir .libs x86_64-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 x86_64-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-64/graphviz-2.22.2/libltdl' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/libltdl' Making all in lib make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib' Making all in cdt make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt' Making all in graph make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/usr/lib ../../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 x86_64-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-64/graphviz-2.22.2/lib/graph' Making all in cgraph make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cgraph' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/usr/lib ../../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 x86_64-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-64/graphviz-2.22.2/lib/cgraph' Making all in gd make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/gd' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/gd' Making all in pathplan make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/pathplan' Making all in sfio make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/sfio' Making all in Sfio_f make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/sfio/Sfio_f' mkdir -p ../../../FEATURE ../../../iffe - set cc x86_64-linux-gnu-gcc : run ../../../lib/sfio/features/sfio > ../../../FEATURE/sfio /bin/bash ../../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/sfio/Sfio_f' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/sfio' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/sfio' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/sfio' Making all in vmalloc make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/vmalloc' mkdir -p ../../FEATURE ../../iffe - set cc x86_64-linux-gnu-gcc : run ../../lib/vmalloc/features/vmalloc > ../../FEATURE/vmalloc /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/vmalloc' Making all in ast make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/ast' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/ast' Making all in vpsc make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/vpsc' /bin/bash ../../libtool --tag=CXX --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/vpsc' Making all in rbtree make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/rbtree' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/rbtree' Making all in ortho make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/ortho' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/ortho' Making all in sparse make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/sparse' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/sparse' Making all in patchwork make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/patchwork' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/patchwork' Making all in expr make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/expr' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/lib/expr' Making all in common make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/common' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/common' Making all in pack make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pack' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/pack' Making all in gvc make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/gvc' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/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 x86_64-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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/lib/gvc' Making all in xdot make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/xdot' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/xdot' Making all in ingraphs make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/ingraphs' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/ingraphs' Making all in topfish make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/topfish' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/topfish' Making all in glcomp make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/glcomp' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/glcomp' Making all in circogen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/circogen' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/circogen' Making all in dotgen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/dotgen' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/dotgen' Making all in fdpgen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/fdpgen' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/fdpgen' Making all in neatogen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/neatogen' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/neatogen' Making all in twopigen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/twopigen' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/twopigen' Making all in sfdpgen make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/sfdpgen' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/sfdpgen' Making all in glcomp make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/glcomp' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/glcomp' Making all in topfish make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/topfish' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/topfish' Making all in xdot make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/xdot' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/xdot' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib' Making all in plugin make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin' Making all in core make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/core' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 ../../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-64/graphviz-2.22.2/plugin/core' Making all in devil make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/devil' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-linux-gnu-gcc -shared .libs/gvplugin_devil.o .libs/gvdevice_devil.o -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib /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-64/graphviz-2.22.2/plugin/devil' Making all in gd make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/gd' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 -ljpeg -lfreetype -lpng12 -lz -lm -lm x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib /usr/lib/libgd.so /usr/lib/libjpeg.so /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-64/graphviz-2.22.2/plugin/gd' Making all in gdk_pixbuf make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/gdk_pixbuf' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-linux-gnu-gcc -shared .libs/gvplugin_gdk_pixbuf.o .libs/gvdevice_gdk_pixbuf.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 /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-64/graphviz-2.22.2/plugin/gdk_pixbuf' Making all in gdiplus make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/gdiplus' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/gdiplus' Making all in glitz make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/glitz' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/glitz' Making all in gs make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/gs' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/gs' Making all in gtk make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/gtk' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/gtk' Making all in lasi make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/lasi' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtbeginS.o .libs/gvplugin_lasi.o .libs/gvrender_lasi.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 -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/x86_64-linux-gnu/4.3.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/x86_64-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-64/graphviz-2.22.2/plugin/lasi' Making all in ming make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/ming' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/ming' Making all in pango make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/pango' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 /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-64/graphviz-2.22.2/plugin/pango' Making all in quartz make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/quartz' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/quartz' Making all in rsvg make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/rsvg' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-linux-gnu-gcc -shared .libs/gvplugin_rsvg.o .libs/gvloadimage_rsvg.o -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 -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-64/graphviz-2.22.2/plugin/rsvg' Making all in xlib make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/xlib' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-linux-gnu-gcc -shared .libs/gvplugin_xlib.o .libs/gvdevice_xlib.o -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/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 -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-64/graphviz-2.22.2/plugin/xlib' Making all in dot_layout make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/dot_layout' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs ../../lib/gvc/.libs/libgvc.so -L/usr/lib64 ../../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-64/graphviz-2.22.2/plugin/dot_layout' Making all in neato_layout make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin/neato_layout' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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/fdpgen/libfdpgen_C.la ../../lib/sparse/libsparse_C.la ../../lib/rbtree/librbtree_C.la ../../lib/circogen/libcircogen_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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/plugin/neato_layout/../../lib/patchwork/.libs/libpatchwork_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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/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-64/graphviz-2.22.2/plugin/neato_layout/../../lib/circogen/.libs/libcircogen_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/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 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 x86_64-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/fdpgen/libfdpgen_C.la ../../lib/sparse/libsparse_C.la ../../lib/rbtree/librbtree_C.la ../../lib/circogen/libcircogen_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 x86_64-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/fdpgen/.libs/libfdpgen_C.a ../../lib/sparse/.libs/libsparse_C.a ../../lib/rbtree/.libs/librbtree_C.a ../../lib/circogen/.libs/libcircogen_C.a ../../lib/vpsc/.libs/libvpsc_C.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs ../../lib/gvc/.libs/libgvc.so -L/usr/lib64 ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so ../../lib/pathplan/.libs/libpathplan.so /usr/lib/libgts.so -L/usr/lib /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-64/graphviz-2.22.2/plugin/neato_layout' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/plugin' Making all in cmd make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd' Making all in dot make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/dot' x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/graph/.libs/libgraph.so /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs/libpathplan.so /usr/lib/libexpat.so -lz -lm -Wl,--rpath -Wl,/usr/lib creating dot x86_64-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 x86_64-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 x86_64-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 -ljpeg -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lz ../../plugin/pango/libgvplugin_pango.la -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 x86_64-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 /usr/lib/libjpeg.so -lpng12 -lfontconfig /usr/lib/libfreetype.so ../../plugin/pango/.libs/libgvplugin_pango.so /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/gvc/.libs/libgvc.so -ldl /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs/libgraph.so /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/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 -Wl,--rpath -Wl,/usr/lib creating dot_builtins make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/dot' Making all in tools make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/tools' x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating gc x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating gvcolor x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so /usr/lib/libexpat.so -Wl,--rpath -Wl,/usr/lib creating gxl2gv x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating acyclic x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating nop x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating ccomps x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so /usr/lib/libexpat.so -Wl,--rpath -Wl,/usr/lib creating sccmap x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating tred x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating unflatten x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs/libgvc.so -ldl /usr/lib/libexpat.so -lz /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs/libgraph.so /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so /home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/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 -Wl,--rpath -Wl,/usr/lib/graphviz creating gvpack x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating dijkstra x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -Wl,--rpath -Wl,/usr/lib creating bcomps x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -lm -Wl,--rpath -Wl,/usr/lib creating mm2gv x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -lm -Wl,--rpath -Wl,/usr/lib creating gvgen make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/tools' Making all in gvpr make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/gvpr' x86_64-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 x86_64-linux-gnu-gcc -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -Wl,--as-needed -o mkdefs mkdefs.o mkdir .libs x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/cdt/.libs/libcdt.so -lm -Wl,--rpath -Wl,/usr/lib creating gvpr make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/gvpr' Making all in lefty make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty' Making all in ws make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws' Making all in x11 make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws/x11' Making all in libfilereq make[7]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws/x11/libfilereq' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws/x11/libfilereq' make[7]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws/x11' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws/x11' make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws/x11' Making all in mswin32 make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws/mswin32' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws/mswin32' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/ws' Making all in os make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/os' Making all in unix make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/os/unix' /bin/bash ../../../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/cmd/lefty/os/unix' Making all in mswin32 make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/os/mswin32' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/os/mswin32' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/os' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/os' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/os' Making all in dot2l make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/dot2l' /bin/bash ../../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/cmd/lefty/dot2l' Making all in examples make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/examples' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty/examples' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lefty' Making all in lneato make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lneato' cp ../../cmd/lneato/lneato.sh lneato chmod +x lneato make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/lneato' Making all in dotty make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/dotty' cp ../../cmd/dotty/dotty.sh dotty chmod +x dotty make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/dotty' Making all in smyrna make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/smyrna' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd/smyrna' make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/cmd' Making all in tclpkg make[3]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg' Making all in tclstubs make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclstubs' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/tclpkg/tclstubs' Making all in tkstubs make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tkstubs' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/tclpkg/tkstubs' Making all in tclhandle make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclhandle' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/tclpkg/tclhandle' Making all in gdtclft make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gdtclft' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gdtclft/demo' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gdtclft/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gdtclft' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 -ljpeg -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lz -lm -lc x86_64-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 -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib -L/usr/lib -ltclstub8.5 /usr/lib/libgd.so /usr/lib/libjpeg.so -lpng12 -lfontconfig /usr/lib/libfreetype.so -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.22.2 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gdtclft' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gdtclft' Making all in tcldot make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tcldot' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tcldot/demo' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tcldot/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tcldot' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 -ljpeg -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lz -lm -lc x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib -L/usr/lib -ltclstub8.5 ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 /usr/lib/libgd.so /usr/lib/libjpeg.so -lpng12 -lfontconfig /usr/lib/libfreetype.so -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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 -ljpeg -lfreetype -lpng12 -lz -lm -lfontconfig -lfreetype -lz -lexpat ../../lib/vpsc/libvpsc_C.la -lstdc++ -lm -lc x86_64-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 -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib -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 /usr/lib/libjpeg.so -lpng12 -lfontconfig /usr/lib/libfreetype.so -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.22.2 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tcldot' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tcldot' Making all in tclpathplan make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan/demo' Making all in pathplan_data make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan/demo/pathplan_data' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan/demo/pathplan_data' make[6]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan/demo' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan/demo' make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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-64/graphviz-2.22.2/lib/pathplan/.libs -Wl,--rpath -Wl,/usr/lib -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.22.2 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tclpathplan' Making all in tkspline make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tkspline' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tkspline/demo' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tkspline/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tkspline' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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_IS_LONG=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 x86_64-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_IS_LONG=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 x86_64-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_IS_LONG=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 x86_64-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.22.2 make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tkspline' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/tkspline' Making all in gv make[4]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gv' Making all in demo make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gv/demo' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gv/demo' make[5]: Entering directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gv' /bin/bash ../../libtool --tag=CXX --mode=compile x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/x86_64-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 x86_64-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/lib64/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 x86_64-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/lib64/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 x86_64-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/lib64/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 x86_64-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/lib64/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 x86_64-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/lib64/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 x86_64-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/lib64/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 x86_64-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/lib64/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 x86_64-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/lib64/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 x86_64-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/lib64/ocaml -lc x86_64-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib64/ocaml -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -L/usr/lib/perl/5.10/CORE -lperl -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-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 x86_64-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/x86_64-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-64/graphviz-2.22.2/lib/gvc/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -Wl,--rpath -Wl,/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs -Wl,--rpath -Wl,/usr/lib -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/graph/.libs -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/cdt/.libs ../../lib/gvc/.libs/libgvc.so -L/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/lib/pathplan/.libs -L/usr/lib64 ../../lib/graph/.libs/libgraph.so ../../lib/cdt/.libs/libcdt.so -lpython2.6 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtfastmath.o /usr/lib/gcc/x86_64-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/x86_64-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 x86_64-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.4 -g -O2 -MT libgv_python24_la-gv.lo -MD -MP -MF .deps/libgv_python24_la-gv.Tpo -c -o libgv_python24_la-gv.lo `test -f 'gv.cpp' || echo './'`gv.cpp x86_64-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.4 -g -O2 -MT libgv_python24_la-gv.lo -MD -MP -MF .deps/libgv_python24_la-gv.Tpo -c gv.cpp -fPIC -DPIC -o .libs/libgv_python24_la-gv.o mv -f .deps/libgv_python24_la-gv.Tpo .deps/libgv_python24_la-gv.Plo /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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.4 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python24_la-gv_builtins.lo -MD -MP -MF .deps/libgv_python24_la-gv_builtins.Tpo -c -o libgv_python24_la-gv_builtins.lo `test -f 'gv_builtins.c' || echo './'`gv_builtins.c x86_64-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.4 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python24_la-gv_builtins.lo -MD -MP -MF .deps/libgv_python24_la-gv_builtins.Tpo -c gv_builtins.c -fPIC -DPIC -o .libs/libgv_python24_la-gv_builtins.o mv -f .deps/libgv_python24_la-gv_builtins.Tpo .deps/libgv_python24_la-gv_builtins.Plo /bin/bash ../../libtool --tag=CC --mode=compile x86_64-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.4 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python24_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_python24_la-gv_dummy_init.Tpo -c -o libgv_python24_la-gv_dummy_init.lo `test -f 'gv_dummy_init.c' || echo './'`gv_dummy_init.c x86_64-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.4 -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_python24_la-gv_dummy_init.lo -MD -MP -MF .deps/libgv_python24_la-gv_dummy_init.Tpo -c gv_dummy_init.c -fPIC -DPIC -o .libs/libgv_python24_la-gv_dummy_init.o mv -f .deps/libgv_python24_la-gv_dummy_init.Tpo .deps/libgv_python24_la-gv_dummy_init.Plo /bin/bash ../../libtool --tag=CXX --mode=compile x86_64-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.4 -g -O2 -MT libgv_python24_la-gv_python.lo -MD -MP -MF .deps/libgv_python24_la-gv_python.Tpo -c -o libgv_python24_la-gv_python.lo `test -f 'gv_python.cpp' || echo './'`gv_python.cpp x86_64-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.4 -g -O2 -MT libgv_python24_la-gv_python.lo -MD -MP -MF .deps/libgv_python24_la-gv_python.Tpo -c gv_python.cpp -fPIC -DPIC -o .libs/libgv_python24_la-gv_python.o make[5]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gv' make[4]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg/gv' make[3]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2/tclpkg' make[2]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2' make[1]: Leaving directory `/home/gviz/tmp/gviz/ubuntu9-64/graphviz-2.22.2' No patches in series configure: WARNING: Optional Xpm library not available configure: WARNING: Optional Xaw library not available - missing headers configure: WARNING: Lefty cannot be built configure: WARNING: Your libgd was not built with freetype support. This may result in problems displaying fonts. 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:1486: 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:139: warning: 'printer' defined but not used patchwork.c: In function 'walker': patchwork.c:174: warning: 'rr.LL.x' may be used uninitialized in this function patchwork.c:174: warning: 'rr.LL.y' may be used uninitialized in this function patchwork.c:174: warning: 'rr.UR.x' may be used uninitialized in this function patchwork.c:174: warning: 'rr.UR.y' may be used uninitialized in this function gvcontext.c: In function 'gvNEWcontext': gvcontext.c:60: warning: assignment from incompatible pointer type gvusershape.c: In function 'gvusershape_open': gvusershape.c:418: warning: passing argument 1 of 'find_user_shape' discards qualifiers from pointer target type mincross.c: In function 'mincross': mincross.c:551: warning: 'maxthispass' 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 libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved 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:95: warning: format not a string literal and no format arguments dijkstra.c: In function ‘usage’: dijkstra.c:228: warning: format not a string literal and no format arguments dijkstra.c: In function ‘post’: dijkstra.c:157: 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:1366: 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 libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved libtool: link: warning: `/usr/lib64/libexpat.la' seems to be moved gv_python.cpp:145:20: error: Python.h: No such file or directory gv_python.cpp:2519:4: error: #error "This python version requires swig to be run with the '-classic' option" gv_python.cpp:751: error: expected initializer before '*' token gv_python.cpp:806: error: expected initializer before '*' token gv_python.cpp:827: error: expected initializer before '*' token In file included from /usr/include/c++/4.3/stdexcept:43, from gv_python.cpp:2538: /usr/include/c++/4.3/exception:40: error: expected declaration before end of line make[5]: *** [libgv_python24_la-gv_python.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [build-stamp] Error 2 Wed Jun 10 11:55:15 PM EDT 2009