Last active
December 17, 2015 02:29
-
-
Save gnzlbg/5536032 to your computer and use it in GitHub Desktop.
brew doctor && brew --config && brew install graphviz -v ERROR: ld: library not found for -ltclstub8.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################################## | |
brew doctor: | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libmacfuse_i32.2.dylib | |
/usr/local/lib/libmacfuse_i64.2.dylib | |
/usr/local/lib/libosxfuse_i32.2.dylib | |
/usr/local/lib/libosxfuse_i64.2.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libosxfuse_i32.la | |
/usr/local/lib/libosxfuse_i64.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/osxfuse.pc | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
gfortran | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install fuse4x-kext | |
Run `brew missing` for more details. | |
#################################################################################################################### | |
brew doctor (old - provided for completeness - contains unstashed changes): | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libmacfuse_i32.2.dylib | |
/usr/local/lib/libmacfuse_i64.2.dylib | |
/usr/local/lib/libosxfuse_i32.2.dylib | |
/usr/local/lib/libosxfuse_i64.2.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libosxfuse_i32.la | |
/usr/local/lib/libosxfuse_i64.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/osxfuse.pc | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
gfortran | |
Warning: You have uncommitted modifications to Homebrew | |
If this a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /usr/local/Library && git stash && git clean -d -f | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install fuse4x-kext | |
Run `brew missing` for more details. | |
################################################################################# | |
brew --config: | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: e3e1034a2537e3b77a075a1423c1ae105d4ec3ec | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.3-x86_64 | |
Xcode: 4.6.2 | |
CLT: 4.6.0.0.1.1365549073 | |
GCC-4.2: build 5666 | |
LLVM-GCC: build 2336 | |
Clang: 4.2 build 425 | |
X11: 2.7.4 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.0.0-p0/bin/ruby | |
####################################################### | |
brew install -v graphviz: | |
==> Downloading http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.30.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/graphviz-2.30.1.tar.gz | |
tar xf /Library/Caches/Homebrew/graphviz-2.30.1.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3) https://trac.macports.org/export/103168/trunk/dports/graphics/graphviz/files/patch-project.pbxproj.diff -o 000-homebrew.diff | |
######################################################################## 100.0% | |
==> Patching | |
/usr/bin/patch -f -p0 -i 000-homebrew.diff | |
patching file macosx/graphviz.xcodeproj/project.pbxproj | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/graphviz/2.30.1 --without-qt --with-quartz --disable-swig --without-pangocairo | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/graphviz/2.30.1 --without-qt --with-quartz --disable-swig --without-pangocairo | |
checking build system type... x86_64-apple-darwin12.3.0 | |
checking host system type... x86_64-apple-darwin12.3.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/clang... none | |
checking for library containing strerror... none required | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -ll | |
checking whether yytext is a pointer... yes | |
checking for bison... bison -y | |
checking for gawk... (cached) awk | |
checking whether ln -s works... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/clang... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.3.0 file names to x86_64-apple-darwin12.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... /usr/bin/clang -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 dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.3.0 dyld | |
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 | |
checking for gsed... /usr/bin/sed | |
checking for gsort... no | |
checking for sort... sort | |
checking for egrep... /usr/bin/grep -E | |
checking for groff... groff | |
checking for ps2pdf... ps2pdf | |
checking for pstopdf... (cached) ps2pdf | |
checking for pkg-config... /usr/local/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 /usr/bin/clang and cc understand -c and -o together... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/clang++ accepts -g... yes | |
checking dependency style of /usr/bin/clang++... none | |
checking how to run the C++ preprocessor... /usr/bin/clang++ -E | |
checking for ld used by /usr/bin/clang++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for /usr/bin/clang++ option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang++ static flag -static works... no | |
checking if /usr/bin/clang++ supports -c -o file.o... yes | |
checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether we are using the GNU Objective C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking dependency style of /usr/bin/clang... none | |
checking for inline... inline | |
checking for windres... no | |
checking for an ANSI C-conforming const... 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... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.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... no | |
checking values.h presence... no | |
checking for values.h... no | |
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... no | |
checking fpu_control.h presence... no | |
checking for fpu_control.h... no | |
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... no | |
checking sys/inotify.h presence... no | |
checking for sys/inotify.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking libintl.h usability... no | |
checking libintl.h presence... no | |
checking for libintl.h... no | |
checking crt_externs.h usability... yes | |
checking crt_externs.h presence... yes | |
checking for crt_externs.h... yes | |
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... no | |
checking for struct dioattr... no | |
checking for main in -lm... yes | |
checking for feenableexcept... no | |
checking for fesetenv... yes | |
checking for log2... 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... yes | |
checking for setenv... yes | |
checking for getenv... yes | |
checking for __freadable... no | |
checking for _sysconf... no | |
checking for getrusage... yes | |
checking for strerror... yes | |
checking for cbrt... yes | |
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... yes | |
checking for sqrt... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... (cached) yes | |
checking for strstr... yes | |
checking for _NSGetEnviron... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcasestr... yes | |
checking which extension is used for runtime loadable modules... .so | |
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for library containing dlopen... none required | |
checking for dlerror... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dld_link in -ldld... no | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_add... no | |
checking for argz_append... no | |
checking for argz_count... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for ltdl.h... yes | |
checking whether lt_dlinterface_register is declared... yes | |
checking for lt_dladvise_preload in -lltdl... yes | |
checking where to find libltdl headers... | |
checking where to find libltdl library... -lltdl | |
checking for unistd.h... (cached) yes | |
checking for dl.h... no | |
checking for sys/dl.h... no | |
checking for dld.h... no | |
checking for mach-o/dyld.h... yes | |
checking for dirent.h... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for lt_dladvise_init in -lltdl... yes | |
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 XRENDER... yes | |
checking tcl.h usability... yes | |
checking tcl.h presence... yes | |
checking for tcl.h... yes | |
using /usr/lib/tclConfig.sh | |
checking for wish8.6... no | |
checking for wish8.5... /usr/bin/wish8.5 | |
checking tk.h usability... yes | |
checking tk.h presence... yes | |
checking for tk.h... yes | |
checking for tk.h... (cached) yes | |
checking tkInt.h usability... no | |
checking tkInt.h presence... no | |
checking for tkInt.h... no | |
using /usr/lib/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... no | |
checking IL/il.h presence... no | |
checking for IL/il.h... no | |
configure: WARNING: Optional DevIL library not available - missing headers | |
checking for main in -lIL... no | |
configure: WARNING: Optional DevIL library not available | |
checking for main in -lXpm... yes | |
checking X11/Intrinsic.h usability... yes | |
checking X11/Intrinsic.h presence... yes | |
checking for X11/Intrinsic.h... yes | |
checking for X11/Xaw/Text.h... yes | |
checking for main in -lXaw... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for main in -lz... yes | |
checking for deflateBound... yes | |
checking for RSVG... no | |
checking ghostscript/iapi.h usability... no | |
checking ghostscript/iapi.h presence... no | |
checking for ghostscript/iapi.h... no | |
checking for FREETYPE2... yes | |
checking for FONTCONFIG... yes | |
checking for GDK_PIXBUF... no | |
checking for GTK... no | |
checking for GTKGL... no | |
checking for GTKGLEXT... no | |
checking for GTS... no | |
checking for GLADE... no | |
checking for gdlib-config... /usr/local/bin/gdlib-config | |
configure: WARNING: Your libgd was not built with freetype support. This may result in problems displaying fonts. | |
configure: WARNING: Your libgd was not built with fontconfig support. This may result in problems resolving fonts. | |
checking gd.h usability... yes | |
checking gd.h presence... yes | |
checking for gd.h... yes | |
checking for main in -lgd... yes | |
checking GL/glut.h usability... yes | |
checking GL/glut.h presence... yes | |
checking for GL/glut.h... yes | |
checking for main in -lglut... yes | |
checking if have working sincos()... no | |
checking if FILE struct contains _cnt... no | |
checking if FILE struct contains _r... yes | |
checking if FILE struct contains _next... no | |
checking if FILE struct contains _IO_read_end... no | |
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 | |
checking size of long long... 8 | |
checking size of int... 4 | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating debian/changelog | |
config.status: creating doc/Makefile | |
config.status: creating doc/info/Makefile | |
config.status: creating doc/schema/Makefile | |
config.status: creating contrib/Makefile | |
config.status: creating contrib/prune/Makefile | |
config.status: creating contrib/diffimg/Makefile | |
config.status: creating 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/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/dotgen2/Makefile | |
config.status: creating lib/neatogen/Makefile | |
config.status: creating lib/fdpgen/Makefile | |
config.status: creating lib/sparse/Makefile | |
config.status: creating lib/label/Makefile | |
config.status: creating lib/sfdpgen/Makefile | |
config.status: creating lib/osage/Makefile | |
config.status: creating lib/gvpr/Makefile | |
config.status: creating lib/gvpr/libgvpr.pc | |
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/xdot/libxdot.pc | |
config.status: creating lib/topfish/Makefile | |
config.status: creating lib/glcomp/Makefile | |
config.status: creating macosx/Info.plist | |
config.status: creating macosx/build/graphviz.pmdoc/01local.xml | |
config.status: creating macosx/build/graphviz.pmdoc/02graphviz.xml | |
config.status: creating windows/build/graphviz.wxs | |
config.status: creating windows/Properties/AssemblyInfo.cs | |
config.status: creating plugin/Makefile | |
config.status: creating plugin/core/Makefile | |
config.status: creating plugin/devil/Makefile | |
config.status: creating plugin/gd/Makefile | |
config.status: creating plugin/gdk_pixbuf/Makefile | |
config.status: creating plugin/gdiplus/Makefile | |
config.status: creating plugin/glitz/Makefile | |
config.status: creating plugin/gs/Makefile | |
config.status: creating plugin/gtk/Makefile | |
config.status: creating plugin/lasi/Makefile | |
config.status: creating plugin/ming/Makefile | |
config.status: creating plugin/pango/Makefile | |
config.status: creating plugin/quartz/Makefile | |
config.status: creating plugin/rsvg/Makefile | |
config.status: creating plugin/visio/Makefile | |
config.status: creating plugin/webp/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/gvpr/lib/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 cmd/gvmap/Makefile | |
config.status: creating cmd/gvedit/Makefile | |
config.status: creating cmd/gvedit/gvedit.pro | |
config.status: creating cmd/gvedit/ui/Makefile | |
config.status: creating cmd/gvedit/images/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: creating lib/common/types.h | |
config.status: lib/common/types.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in libltdl (/private/tmp/graphviz-efOe/graphviz-2.30.1/libltdl) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/graphviz/2.30.1' '--disable-debug' '--disable-dependency-tracking' '--without-qt' '--with-quartz' '--disable-swig' '--without-pangocairo' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' 'LDFLAGS=-L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib' 'CPPFLAGS=-F/usr/local/Frameworks -I/opt/X11/include' 'PKG_CONFIG_LIBDIR=/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8:/usr/lib/pkgconfig:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' 'OBJC=/usr/bin/clang' 'OBJCFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' --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... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... x86_64-apple-darwin12.3.0 | |
checking host system type... x86_64-apple-darwin12.3.0 | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/clang... none | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/clang... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.3.0 file names to x86_64-apple-darwin12.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... /usr/bin/clang -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 dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking 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... yes | |
checking which extension is used for runtime loadable modules... .so | |
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for library containing dlopen... none required | |
checking for dlerror... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dld_link in -ldld... no | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_add... no | |
checking for argz_append... no | |
checking for argz_count... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for unistd.h... (cached) yes | |
checking for dl.h... no | |
checking for sys/dl.h... no | |
checking for dld.h... no | |
checking for mach-o/dyld.h... yes | |
checking for dirent.h... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
---------------------------------------------------------------- | |
graphviz-2.30.1 will be compiled with the following: | |
options: | |
graph: No (disabled deprecated) | |
cgraph: Yes | |
digcola: Yes | |
expat: Yes | |
fontconfig: Yes | |
freetype: Yes | |
glut: Yes | |
gts: No (gts library not available) | |
ipsepcola: No (disabled by default - C++ portability issues) | |
ltdl: Yes | |
ortho: Yes | |
sfdp: Yes | |
shared: Yes | |
static: No (disabled by default) | |
qt: No (disabled) | |
x: Yes | |
commands: | |
dot: Yes (always enabled) | |
neato: Yes (always enabled) | |
fdp: Yes (always enabled) | |
circo: Yes (always enabled) | |
twopi: Yes (always enabled) | |
gvpr: Yes (always enabled) | |
gvmap: Yes (always enabled) | |
lefty: Yes | |
smyrna: No (disabled by default - experimental) | |
gvedit: No (disabled) | |
plugin libraries: | |
dot_layout: Yes (always enabled) | |
neato_layout: Yes (always enabled) | |
core: Yes (always enabled) | |
devil: No (missing library) | |
gd: Yes | |
gdiplus: No (disabled by default - Windows only) | |
gdk_pixbuf: No (gdk_pixbuf library not available) | |
ghostscript: No (missing headers) | |
glitz: No (disabled by default - incomplete) | |
gtk: No (gtk library not available) | |
lasi: No (missing pangocairo support) | |
ming: No (disabled by default - incomplete) | |
pangocairo: No (disabled) | |
quartz: Yes | |
rsvg: No (rsvg library not available) | |
visio: No (disabled by default - experimental) | |
webp: No (disabled by default - experimental) | |
xlib: Yes | |
language extensions: | |
gv_sharp: No (swig not available) | |
gv_go: No (disabled by default - experimental) | |
gv_guile: No (swig not available) | |
gv_io: No (disabled by default - no swig support yet) | |
gv_java: No (swig not available) | |
gv_lua: No (swig not available) | |
gv_ocaml: No (swig not available) | |
gv_perl: No (swig not available) | |
gv_php: No (swig not available) | |
gv_python: No (swig not available) | |
gv_python23: No (disabled by default - for multiversion installs) | |
gv_python24: No (disabled by default - for multiversion installs) | |
gv_python25: No (disabled by default - for multiversion installs) | |
gv_python26: No (disabled by default - for multiversion installs) | |
gv_python27: No (disabled by default - for multiversion installs) | |
gv_R: No (swig not available) | |
gv_ruby: No (swig not available) | |
gv_tcl: No (swig not available) | |
tcldot: Yes | |
tclpathplan: Yes | |
gdtclft: Yes | |
tkspline: Yes | |
==> make install | |
make install | |
/usr/bin/grep 'PACKAGE\|VERSION\|GVPLUGIN' config.h > ./graphviz_version.h | |
make install-recursive | |
Making install in libltdl | |
/bin/sh /private/tmp/graphviz-efOe/graphviz-2.30.1/libltdl/config/install-sh -d . | |
cp ./argz_.h argz.h-t | |
mv argz.h-t argz.h | |
make install-am | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo './'`lt__alloc.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c loaders/dlopen.c -fno-common -DPIC -o .libs/dlopen.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c loaders/preopen.c -fno-common -DPIC -o .libs/libltdlc_la-preopen.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c lt_dlloader.c -fno-common -DPIC -o .libs/libltdlc_la-lt_dlloader.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c lt__alloc.c -fno-common -DPIC -o .libs/libltdlc_la-lt__alloc.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c lt_dlloader.c -o libltdlc_la-lt_dlloader.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c lt__alloc.c -o libltdlc_la-lt__alloc.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c loaders/dlopen.c -o dlopen.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c loaders/preopen.c -o libltdlc_la-preopen.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo './'`lt_error.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo './'`slist.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o argz.lo argz.c | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c lt_error.c -fno-common -DPIC -o .libs/libltdlc_la-lt_error.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ltdl.c -fno-common -DPIC -o .libs/libltdlc_la-ltdl.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c slist.c -fno-common -DPIC -o .libs/libltdlc_la-slist.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c argz.c -fno-common -DPIC -o .libs/argz.o | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c lt_error.c -o libltdlc_la-lt_error.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c slist.c -o libltdlc_la-slist.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c argz.c -o argz.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -module -avoid-version -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -o dlopen.la dlopen.lo | |
libtool: link: ar cru .libs/dlopen.a .libs/dlopen.o | |
libtool: link: ranlib .libs/dlopen.a | |
libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" ) | |
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -I/opt/X11/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ltdl.c -o libltdlc_la-ltdl.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -no-undefined -dlpreopen dlopen.la -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -o libltdlc.la libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo argz.lo | |
libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT | |
libtool: link: (cd .libs && /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -fno-builtin -fno-rtti -fno-exceptions -fno-common -DPIC "libltdlcS.c") | |
libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" ".libs/libltdlc.nmS" ".libs/libltdlc.nmT" | |
libtool: link: (cd .libs/libltdlc.lax/dlopen.a && ar x "/private/tmp/graphviz-efOe/graphviz-2.30.1/libltdl/./.libs/dlopen.a") | |
libtool: link: ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o .libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o .libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o .libs/argz.o .libs/libltdlcS.o .libs/libltdlc.lax/dlopen.a/dlopen.o | |
libtool: link: ranlib .libs/libltdlc.a | |
libtool: link: rm -fr .libs/libltdlc.lax | |
libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" "libltdlc.la" ) | |
test -z "/usr/local/Cellar/graphviz/2.30.1/lib" || config/install-sh -c -d "/usr/local/Cellar/graphviz/2.30.1/lib" | |
test -z "/usr/local/Cellar/graphviz/2.30.1/include" || config/install-sh -c -d "/usr/local/Cellar/graphviz/2.30.1/include" | |
test -z "" || config/install-sh -c -d "" | |
Making install in lib | |
Making install in cdt | |
CC dtclose.lo | |
CC dtdisc.lo | |
CC dtextract.lo | |
CC dtflatten.lo | |
CC dthash.lo | |
CC dtlist.lo | |
CC dtmethod.lo | |
CC dtopen.lo | |
CC dtrenew.lo | |
CC dtrestore.lo | |
CC dtsize.lo | |
CC dtstat.lo | |
CC dtstrhash.lo | |
CC dttree.lo | |
CC dttreeset.lo | |
CC dtwalk.lo | |
CC dtview.lo | |
CCLD libcdt.la | |
CCLD libcdt_C.la | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libcdt.la '/usr/local/Cellar/graphviz/2.30.1/lib' | |
mkdir: /usr/local/Cellar/graphviz/2.30.1/share: File exists | |
libtool: install: /usr/bin/install -c .libs/libcdt.5.dylib /usr/local/Cellar/graphviz/2.30.1/lib/libcdt.5.dylib | |
/usr/bin/install -c -m 644 libcdt.pc '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
/usr/bin/install -c -m 644 cdt.3.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib && { ln -s -f libcdt.5.dylib libcdt.dylib || { rm -f libcdt.dylib && ln -s libcdt.5.dylib libcdt.dylib; }; }) | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libcdt.lai /usr/local/Cellar/graphviz/2.30.1/lib/libcdt.la | |
/usr/bin/install -c -m 644 cdt.3 '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/usr/bin/install -c -m 644 cdt.h '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
Making install in graph | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/usr/bin/install -c -m 644 graph.3 '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
Making install in cgraph | |
CC agerror.lo | |
CC agxbuf.lo | |
CC apply.lo | |
CC attr.lo | |
CC edge.lo | |
CC flatten.lo | |
CC graph.lo | |
CC grammar.lo | |
CC id.lo | |
CC imap.lo | |
CC io.lo | |
CC mem.lo | |
CC node.lo | |
CC obj.lo | |
CC pend.lo | |
CC rec.lo | |
CC refstr.lo | |
CC scan.lo | |
CC subg.lo | |
CC utils.lo | |
CC write.lo | |
CCLD libcgraph.la | |
CCLD libcgraph_C.la | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libcgraph.la '/usr/local/Cellar/graphviz/2.30.1/lib' | |
/usr/bin/install -c -m 644 cgraph.3.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 libcgraph.pc '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
/usr/bin/install -c -m 644 cgraph.3 '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/usr/bin/install -c -m 644 cgraph.h '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libcgraph.6.dylib /usr/local/Cellar/graphviz/2.30.1/lib/libcgraph.6.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib && { ln -s -f libcgraph.6.dylib libcgraph.dylib || { rm -f libcgraph.dylib && ln -s libcgraph.6.dylib libcgraph.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libcgraph.lai /usr/local/Cellar/graphviz/2.30.1/lib/libcgraph.la | |
Making install in pathplan | |
CC inpoly.lo | |
CC cvt.lo | |
CC shortest.lo | |
CC route.lo | |
CC shortestpth.lo | |
CC solvers.lo | |
CC triang.lo | |
CC util.lo | |
CC visibility.lo | |
CCLD libpathplan.la | |
CCLD libpathplan_C.la | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libpathplan.la '/usr/local/Cellar/graphviz/2.30.1/lib' | |
/usr/bin/install -c -m 644 pathplan.3.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 libpathplan.pc '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
/usr/bin/install -c -m 644 pathplan.3 '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/usr/bin/install -c -m 644 pathgeom.h pathplan.h '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libpathplan.4.dylib /usr/local/Cellar/graphviz/2.30.1/lib/libpathplan.4.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib && { ln -s -f libpathplan.4.dylib libpathplan.dylib || { rm -f libpathplan.dylib && ln -s libpathplan.4.dylib libpathplan.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libpathplan.lai /usr/local/Cellar/graphviz/2.30.1/lib/libpathplan.la | |
Making install in sfio | |
Making install in Sfio_f | |
mkdir -p ../../../FEATURE | |
../../../iffe - set cc /usr/bin/clang : run ../../../lib/sfio/features/sfio > ../../../FEATURE/sfio | |
CC _sfdlen.lo | |
CC _sfclrerr.lo | |
CC _sferror.lo | |
CC _sfeof.lo | |
CC _sffileno.lo | |
CC _sfgetc.lo | |
CC _sfputc.lo | |
CC _sfllen.lo | |
CC _sfputd.lo | |
CC _sfputl.lo | |
CC _sfputm.lo | |
CC _sfputu.lo | |
CC _sfslen.lo | |
CC _sfstacked.lo | |
CC _sfulen.lo | |
CC _sfvalue.lo | |
CCLD libsfiof_C.la | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
CC sfclose.lo | |
CC sfclrlock.lo | |
CC sfcvt.lo | |
CC sfdisc.lo | |
CC sfdlen.lo | |
CC sfexcept.lo | |
CC sfexit.lo | |
CC sfextern.lo | |
CC sffcvt.lo | |
CC sffilbuf.lo | |
CC sfflsbuf.lo | |
CC sfgetd.lo | |
CC sfgetl.lo | |
CC sfgetm.lo | |
CC sfgetr.lo | |
CC sfgetu.lo | |
CC sfllen.lo | |
CC sfmode.lo | |
CC sfmove.lo | |
CC sfmutex.lo | |
CC sfnew.lo | |
CC sfnotify.lo | |
CC sfnputc.lo | |
CC sfopen.lo | |
CC sfpkrd.lo | |
CC sfpoll.lo | |
CC sfpool.lo | |
CC sfpopen.lo | |
CC sfprintf.lo | |
CC sfprints.lo | |
CC sfpurge.lo | |
CC sfputd.lo | |
CC sfputl.lo | |
CC sfputm.lo | |
CC sfputr.lo | |
CC sfputu.lo | |
CC sfraise.lo | |
CC sfrd.lo | |
CC sfread.lo | |
CC sfreserve.lo | |
CC sfresize.lo | |
CC sfscanf.lo | |
CC sfseek.lo | |
CC sfset.lo | |
CC sfsetbuf.lo | |
CC sfsetfd.lo | |
CC sfsize.lo | |
CC sfsk.lo | |
CC sfstack.lo | |
CC sfstrtod.lo | |
CC sfswap.lo | |
CC sfsync.lo | |
CC sftable.lo | |
CC sftell.lo | |
CC sftmp.lo | |
CC sfungetc.lo | |
CC sfvprintf.lo | |
CC sfvscanf.lo | |
CC sfwr.lo | |
CC sfwrite.lo | |
CCLD libsfio_C.la | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
Making install in vmalloc | |
mkdir -p ../../FEATURE | |
../../iffe - set cc /usr/bin/clang : run ../../lib/vmalloc/features/vmalloc > ../../FEATURE/vmalloc | |
CC malloc.lo | |
CC vmclear.lo | |
CC vmclose.lo | |
CC vmbest.lo | |
CC vmdcheap.lo | |
CC vmdebug.lo | |
CC vmdisc.lo | |
CC vmexit.lo | |
CC vmlast.lo | |
CC vmopen.lo | |
CC vmpool.lo | |
CC vmprivate.lo | |
CC vmprofile.lo | |
CC vmregion.lo | |
CC vmsegment.lo | |
CC vmset.lo | |
CC vmstat.lo | |
CC vmstrdup.lo | |
CC vmtrace.lo | |
CC vmwalk.lo | |
CCLD libvmalloc_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in ast | |
CC chresc.lo | |
CC pathpath.lo | |
CC chrtoi.lo | |
CC error.lo | |
CC fmtbuf.lo | |
CC fmtesc.lo | |
CC pathaccess.lo | |
CC pathbin.lo | |
CC pathcanon.lo | |
CC pathcat.lo | |
CC pathexists.lo | |
CC pathfind.lo | |
CC pathgetlink.lo | |
CC strcopy.lo | |
CC stresc.lo | |
CC strmatch.lo | |
CC strton.lo | |
CC strerror.lo | |
CCLD libast_C.la | |
/usr/bin/ranlib: file: .libs/libast_C.a(strerror.o) has no symbols | |
ranlib: file: .libs/libast_C.a(strerror.o) has no symbols | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in vpsc | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in rbtree | |
CC misc.lo | |
CC red_black_tree.lo | |
CC stack.lo | |
CCLD librbtree_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in ortho | |
CC maze.lo | |
CC fPQ.lo | |
CC ortho.lo | |
CC partition.lo | |
CC rawgraph.lo | |
CC sgraph.lo | |
CC trapezoid.lo | |
CCLD libortho_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in sparse | |
CC SparseMatrix.lo | |
CC general.lo | |
CC BinaryHeap.lo | |
CC IntStack.lo | |
CCLD libsparse_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in patchwork | |
CC patchwork.lo | |
CC patchworkinit.lo | |
CC tree_map.lo | |
CCLD libpatchwork_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in expr | |
CC excontext.lo | |
CC excc.lo | |
CC exdata.lo | |
CC exerror.lo | |
CC exeval.lo | |
CC exexpr.lo | |
CC exlexname.lo | |
CC exopen.lo | |
CC exrewind.lo | |
CC extoken.lo | |
CC extype.lo | |
CC exzero.lo | |
CC exparse.lo | |
CC exnospace.lo | |
CC exstash.lo | |
CCLD libexpr_C.la | |
/usr/bin/ranlib: file: .libs/libexpr_C.a(strerror.o) has no symbols | |
ranlib: file: .libs/libexpr_C.a(strerror.o) has no symbols | |
make[4]: Nothing to be done for `install-exec-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/usr/bin/install -c -m 644 expr.3.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 expr.3 '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
Making install in common | |
make install-am | |
CC arrows.lo | |
CC colxlate.lo | |
CC ellipse.lo | |
CC fontmetrics.lo | |
CC args.lo | |
CC memory.lo | |
CC globals.lo | |
CC htmllex.lo | |
CC htmlparse.lo | |
CC htmltable.lo | |
CC input.lo | |
CC pointset.lo | |
CC intset.lo | |
CC postproc.lo | |
CC routespl.lo | |
CC splines.lo | |
CC psusershape.lo | |
CC timing.lo | |
CC labels.lo | |
CC ns.lo | |
CC shapes.lo | |
CC utils.lo | |
CC geom.lo | |
CC taper.lo | |
CC output.lo | |
CC emit.lo | |
CCLD libcommon_C.la | |
make[5]: Nothing to be done for `install-exec-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
/usr/bin/install -c -m 644 arith.h geom.h color.h types.h textpara.h usershape.h '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
Making install in pack | |
CC ccomps.lo | |
CC pack.lo | |
CCLD libpack_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/usr/bin/install -c -m 644 pack.3.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 pack.h '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
/usr/bin/install -c -m 644 pack.3 '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
Making install in xdot | |
CC xdot.lo | |
CCLD libxdot.la | |
CCLD libxdot_C.la | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libxdot.la '/usr/local/Cellar/graphviz/2.30.1/lib' | |
/usr/bin/install -c -m 644 xdot.3.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 libxdot.pc '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
/usr/bin/install -c -m 644 xdot.3 '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
/usr/bin/install -c -m 644 xdot.h '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libxdot.4.dylib /usr/local/Cellar/graphviz/2.30.1/lib/libxdot.4.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib && { ln -s -f libxdot.4.dylib libxdot.dylib || { rm -f libxdot.dylib && ln -s libxdot.4.dylib libxdot.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libxdot.lai /usr/local/Cellar/graphviz/2.30.1/lib/libxdot.la | |
Making install in label | |
CC xlabels.lo | |
CC index.lo | |
CC node.lo | |
CC rectangle.lo | |
CC split.q.lo | |
CCLD liblabel_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in gvc | |
CC gvlayout.lo | |
CC gvdevice.lo | |
CC gvrender.lo | |
CC gvloadimage.lo | |
CC gvcontext.lo | |
CC gvjobs.lo | |
CC gvevent.lo | |
CC gvplugin.lo | |
CC gvconfig.lo | |
CC gvtextlayout.lo | |
CC gvusershape.lo | |
CC gvc.lo | |
CCLD libgvc.la | |
CCLD libgvc_C.la | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libgvc.la '/usr/local/Cellar/graphviz/2.30.1/lib' | |
/usr/bin/install -c -m 644 libgvc.pc '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
/usr/bin/install -c -m 644 gvc.3.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 gvc.3 '/usr/local/Cellar/graphviz/2.30.1/share/man/man3' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
/usr/bin/install -c -m 644 gvc.h gvcext.h gvplugin.h gvcjob.h gvcommon.h gvplugin_render.h gvplugin_layout.h gvconfig.h gvplugin_textlayout.h gvplugin_device.h gvplugin_loadimage.h '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libgvc.6.dylib /usr/local/Cellar/graphviz/2.30.1/lib/libgvc.6.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib && { ln -s -f libgvc.6.dylib libgvc.dylib || { rm -f libgvc.dylib && ln -s libgvc.6.dylib libgvc.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgvc.lai /usr/local/Cellar/graphviz/2.30.1/lib/libgvc.la | |
Making install in ingraphs | |
CC ingraphs.lo | |
CCLD libingraphs_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in topfish | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in glcomp | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in circogen | |
CC circularinit.lo | |
CC nodelist.lo | |
CC block.lo | |
CC edgelist.lo | |
CC circular.lo | |
CC deglist.lo | |
CC blocktree.lo | |
CC blockpath.lo | |
CC nodeset.lo | |
CC circpos.lo | |
CCLD libcircogen_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in dotgen | |
CC acyclic.lo | |
CC class1.lo | |
CC cluster.lo | |
CC class2.lo | |
CC compound.lo | |
CC conc.lo | |
CC decomp.lo | |
CC fastgr.lo | |
CC flat.lo | |
CC dotinit.lo | |
CC mincross.lo | |
CC position.lo | |
CC rank.lo | |
CC sameport.lo | |
CC dotsplines.lo | |
CC aspect.lo | |
CCLD libdotgen_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in dotgen2 | |
CC dotinit.lo | |
CC level.lo | |
CC minc2.lo | |
CC ns.lo | |
CC groups.lo | |
CC minc_utils.lo | |
CC decomp.lo | |
CCLD libdotgen2_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in fdpgen | |
CC comp.lo | |
CC dbg.lo | |
CC grid.lo | |
CC fdpinit.lo | |
CC layout.lo | |
CC tlayout.lo | |
CC xlayout.lo | |
CC clusteredges.lo | |
CCLD libfdpgen_C.la | |
/usr/bin/ranlib: file: .libs/libfdpgen_C.a(dbg.o) has no symbols | |
ranlib: file: .libs/libfdpgen_C.a(dbg.o) has no symbols | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in neatogen | |
CC circuit.lo | |
CC edges.lo | |
CC geometry.lo | |
CC adjust.lo | |
CC heap.lo | |
CC info.lo | |
CC hedges.lo | |
CC neatoinit.lo | |
CC legal.lo | |
CC lu.lo | |
CC matinv.lo | |
CC memory.lo | |
CC poly.lo | |
CC printvis.lo | |
CC site.lo | |
CC solve.lo | |
CC neatosplines.lo | |
CC stuff.lo | |
CC voronoi.lo | |
CC stress.lo | |
CC kkutils.lo | |
CC matrix_ops.lo | |
CC embed_graph.lo | |
CC dijkstra.lo | |
CC conjgrad.lo | |
CC pca.lo | |
CC bfs.lo | |
CC closest.lo | |
CC constraint.lo | |
CC quad_prog_solve.lo | |
CC smart_ini_x.lo | |
CC constrained_majorization.lo | |
CC opt_arrangement.lo | |
CC overlap.lo | |
CC call_tri.lo | |
CC compute_hierarchy.lo | |
CC delaunay.lo | |
CC multispline.lo | |
CCLD libneatogen_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in twopigen | |
CC circle.lo | |
CC twopiinit.lo | |
CCLD libtwopigen_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in sfdpgen | |
CC spring_electrical.lo | |
CC sfdpinit.lo | |
CC LinkedList.lo | |
CC sparse_solve.lo | |
CC post_process.lo | |
CC stress_model.lo | |
CC uniform_stress.lo | |
CC QuadTree.lo | |
CC Multilevel.lo | |
CC PriorityQueue.lo | |
CCLD libsfdpgen_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in osage | |
CC osageinit.lo | |
CCLD libosage_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in gvpr | |
CC mkdefs.o | |
CCLD mkdefs | |
./mkdefs gdefs.h < ../../lib/gvpr/gprdata | |
CC actions.lo | |
CC compile.lo | |
CC gvpr.lo | |
CC gprstate.lo | |
CC parse.lo | |
CC queue.lo | |
CCLD libgvpr_C.la | |
CCLD libgvpr.la | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libgvpr.la '/usr/local/Cellar/graphviz/2.30.1/lib' | |
/usr/bin/install -c -m 644 gvpr.h '/usr/local/Cellar/graphviz/2.30.1/include/graphviz' | |
/usr/bin/install -c -m 644 libgvpr.pc '/usr/local/Cellar/graphviz/2.30.1/lib/pkgconfig' | |
libtool: install: /usr/bin/install -c .libs/libgvpr.2.dylib /usr/local/Cellar/graphviz/2.30.1/lib/libgvpr.2.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib && { ln -s -f libgvpr.2.dylib libgvpr.dylib || { rm -f libgvpr.dylib && ln -s libgvpr.2.dylib libgvpr.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgvpr.lai /usr/local/Cellar/graphviz/2.30.1/lib/libgvpr.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in plugin | |
Making install in core | |
CC gvplugin_core.lo | |
CC gvrender_core_fig.lo | |
CC gvrender_core_dot.lo | |
CC gvrender_core_map.lo | |
CC gvrender_core_ps.lo | |
CC gvrender_core_svg.lo | |
CC gvrender_core_tk.lo | |
CC gvrender_core_vml.lo | |
CC gvrender_core_pov.lo | |
CC gvrender_core_pic.lo | |
CC gvloadimage_core.lo | |
CCLD libgvplugin_core_C.la | |
CCLD libgvplugin_core.la | |
make[4]: Nothing to be done for `install-data-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libgvplugin_core.la '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_core.6.dylib /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_core.6.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib/graphviz && { ln -s -f libgvplugin_core.6.dylib libgvplugin_core.dylib || { rm -f libgvplugin_core.dylib && ln -s libgvplugin_core.6.dylib libgvplugin_core.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_core.lai /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_core.la | |
Making install in devil | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in gd | |
CC gvplugin_gd.lo | |
CC gvrender_gd.lo | |
CC gvrender_gd_vrml.lo | |
CC gvtextlayout_gd.lo | |
CC gvloadimage_gd.lo | |
CC gvdevice_gd.lo | |
CCLD libgvplugin_gd.la | |
CCLD libgvplugin_gd_C.la | |
make[4]: Nothing to be done for `install-data-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libgvplugin_gd.la '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_gd.6.dylib /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_gd.6.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib/graphviz && { ln -s -f libgvplugin_gd.6.dylib libgvplugin_gd.dylib || { rm -f libgvplugin_gd.dylib && ln -s libgvplugin_gd.6.dylib libgvplugin_gd.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_gd.lai /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_gd.la | |
Making install in gdk_pixbuf | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in gdiplus | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in glitz | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in gs | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in gtk | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in lasi | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in ming | |
Making install in pango | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in quartz | |
CC gvloadimage_quartz.lo | |
CC gvplugin_quartz.lo | |
CC gvdevice_quartz.lo | |
CC gvrender_quartz.lo | |
CC gvtextlayout_quartz.lo | |
OBJC GVTextLayout.lo | |
OBJCLD libgvplugin_quartz_C.la | |
OBJCLD libgvplugin_quartz.la | |
/usr/bin/ranlib: file: .libs/libgvplugin_quartz_C.a(gvdevice_quartz.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libgvplugin_quartz_C.a(GVTextLayout.o) has no symbols | |
ranlib: file: .libs/libgvplugin_quartz_C.a(gvdevice_quartz.o) has no symbols | |
ranlib: file: .libs/libgvplugin_quartz_C.a(GVTextLayout.o) has no symbols | |
make[4]: Nothing to be done for `install-data-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libgvplugin_quartz.la '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_quartz.6.dylib /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_quartz.6.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib/graphviz && { ln -s -f libgvplugin_quartz.6.dylib libgvplugin_quartz.dylib || { rm -f libgvplugin_quartz.dylib && ln -s libgvplugin_quartz.6.dylib libgvplugin_quartz.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_quartz.lai /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_quartz.la | |
Making install in rsvg | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in visio | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in xlib | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 vimdot.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 vimdot.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
Making install in dot_layout | |
CC gvplugin_dot_layout.lo | |
CC gvlayout_dot_layout.lo | |
CCLD libgvplugin_dot_layout.la | |
CCLD libgvplugin_dot_layout_C.la | |
make[4]: Nothing to be done for `install-data-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libgvplugin_dot_layout.la '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_dot_layout.6.dylib /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_dot_layout.6.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib/graphviz && { ln -s -f libgvplugin_dot_layout.6.dylib libgvplugin_dot_layout.dylib || { rm -f libgvplugin_dot_layout.dylib && ln -s libgvplugin_dot_layout.6.dylib libgvplugin_dot_layout.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_dot_layout.lai /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_dot_layout.la | |
Making install in neato_layout | |
CC gvplugin_neato_layout.lo | |
CC gvlayout_neato_layout.lo | |
CCLD libgvplugin_neato_layout.la | |
CCLD libgvplugin_neato_layout_C.la | |
/usr/bin/ranlib: file: .libs/libgvplugin_neato_layout_C.a(dbg.o) has no symbols | |
ranlib: file: .libs/libgvplugin_neato_layout_C.a(dbg.o) has no symbols | |
make[4]: Nothing to be done for `install-data-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libgvplugin_neato_layout.la '/usr/local/Cellar/graphviz/2.30.1/lib/graphviz' | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_neato_layout.6.dylib /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_neato_layout.6.dylib | |
libtool: install: (cd /usr/local/Cellar/graphviz/2.30.1/lib/graphviz && { ln -s -f libgvplugin_neato_layout.6.dylib libgvplugin_neato_layout.dylib || { rm -f libgvplugin_neato_layout.dylib && ln -s libgvplugin_neato_layout.6.dylib libgvplugin_neato_layout.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgvplugin_neato_layout.lai /usr/local/Cellar/graphviz/2.30.1/lib/graphviz/libgvplugin_neato_layout.la | |
Making install in webp | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in cmd | |
Making install in dot | |
CC dot-no_builtins.o | |
CC dot-dot.o | |
CC dot_builtins-dot_builtins.o | |
CC dot_builtins-dot.o | |
CCLD dot | |
CCLD dot_builtins | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
/usr/bin/install -c -m 644 dot.1.pdf osage.1.pdf patchwork.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 dot.1 osage.1 patchwork.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
make install-data-hook | |
(cd /usr/local/Cellar/graphviz/2.30.1/share/man/man1; for i in neato.1 twopi.1 fdp.1 circo.1 sfdp.1; do rm -f $i; ln -s dot.1 $i; done;) | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c dot dot_builtins '/usr/local/Cellar/graphviz/2.30.1/bin' | |
(cd /usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf; for i in neato.1.pdf twopi.1.pdf fdp.1.pdf circo.1.pdf sfdp.1.pdf; do rm -f $i; ln -s dot.1.pdf $i; done;) | |
libtool: install: /usr/bin/install -c .libs/dot /usr/local/Cellar/graphviz/2.30.1/bin/dot | |
libtool: install: /usr/bin/install -c .libs/dot_builtins /usr/local/Cellar/graphviz/2.30.1/bin/dot_builtins | |
make install-exec-hook | |
(cd /usr/local/Cellar/graphviz/2.30.1/bin; if test -x dot; then for i in neato twopi fdp circo osage patchwork sfdp; do rm -f $i; ln -s dot $i; done; fi;) | |
if test "x" = "x"; then if test -x /usr/local/Cellar/graphviz/2.30.1/bin/dot; then if test -x /sbin/ldconfig; then /sbin/ldconfig 2>/dev/null; fi; /usr/local/Cellar/graphviz/2.30.1/bin/dot -c; else /usr/local/Cellar/graphviz/2.30.1/bin/dot_static -c; fi; fi | |
Making install in tools | |
CC gc.o | |
CC gvcolor.o | |
CC colxlate.o | |
CC cvtgxl.o | |
CC gv2gxl.o | |
CC gxl2gv.o | |
CC acyclic.o | |
CC nop.o | |
CC ccomps.o | |
CC sccmap.o | |
CC tred.o | |
CC unflatten.o | |
CC gvpack-gvpack.o | |
CC gvpack-gvpack_builtins.o | |
CC dijkstra.o | |
CC bcomps.o | |
CC mm2gv.o | |
CC matrix_market.o | |
CC mmio.o | |
CC gvgen.o | |
CC graph_generator.o | |
CC gml2gv.o | |
CC gmlparse.o | |
CC gmlscan.o | |
CC gv2gml.o | |
CC graphml2gv.o | |
CCLD gc | |
CCLD gvcolor | |
CCLD gxl2gv | |
CCLD acyclic | |
CCLD nop | |
CCLD ccomps | |
CCLD sccmap | |
CCLD tred | |
CCLD unflatten | |
CCLD gvpack | |
CCLD dijkstra | |
CCLD bcomps | |
CCLD mm2gv | |
CCLD gvgen | |
CCLD gml2gv | |
CCLD gv2gml | |
CCLD graphml2gv | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c gc gvcolor gxl2gv acyclic nop ccomps sccmap tred unflatten gvpack dijkstra bcomps mm2gv gvgen gml2gv gv2gml graphml2gv '/usr/local/Cellar/graphviz/2.30.1/bin' | |
/usr/bin/install -c -m 644 gc.1.pdf gvcolor.1.pdf gxl2gv.1.pdf acyclic.1.pdf nop.1.pdf ccomps.1.pdf sccmap.1.pdf tred.1.pdf unflatten.1.pdf gvpack.1.pdf dijkstra.1.pdf bcomps.1.pdf mm2gv.1.pdf gvgen.1.pdf gml2gv.1.pdf graphml2gv.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 gc.1 gvcolor.1 gxl2gv.1 acyclic.1 nop.1 ccomps.1 sccmap.1 tred.1 unflatten.1 gvpack.1 dijkstra.1 bcomps.1 mm2gv.1 gvgen.1 gml2gv.1 graphml2gv.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
make install-data-hook | |
(cd /usr/local/Cellar/graphviz/2.30.1/share/man/man1; rm -f gv2gxl.1; ln -s gxl2gv.1 gv2gxl.1;) | |
(cd /usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf; rm -f gv2gxl.1.pdf; ln -s gxl2gv.1.pdf gv2gxl.1.pdf;) | |
(cd /usr/local/Cellar/graphviz/2.30.1/share/man/man1; rm -f gv2gml.1; ln -s gml2gv.1 gv2gml.1;) | |
(cd /usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf; rm -f gv2gml.1.pdf; ln -s gml2gv.1.pdf gv2gml.1.pdf;) | |
libtool: install: /usr/bin/install -c .libs/gc /usr/local/Cellar/graphviz/2.30.1/bin/gc | |
libtool: install: /usr/bin/install -c .libs/gvcolor /usr/local/Cellar/graphviz/2.30.1/bin/gvcolor | |
libtool: install: /usr/bin/install -c .libs/gxl2gv /usr/local/Cellar/graphviz/2.30.1/bin/gxl2gv | |
libtool: install: /usr/bin/install -c .libs/acyclic /usr/local/Cellar/graphviz/2.30.1/bin/acyclic | |
libtool: install: /usr/bin/install -c .libs/nop /usr/local/Cellar/graphviz/2.30.1/bin/nop | |
libtool: install: /usr/bin/install -c .libs/ccomps /usr/local/Cellar/graphviz/2.30.1/bin/ccomps | |
libtool: install: /usr/bin/install -c .libs/sccmap /usr/local/Cellar/graphviz/2.30.1/bin/sccmap | |
libtool: install: /usr/bin/install -c .libs/tred /usr/local/Cellar/graphviz/2.30.1/bin/tred | |
libtool: install: /usr/bin/install -c .libs/unflatten /usr/local/Cellar/graphviz/2.30.1/bin/unflatten | |
libtool: install: /usr/bin/install -c .libs/gvpack /usr/local/Cellar/graphviz/2.30.1/bin/gvpack | |
libtool: install: /usr/bin/install -c .libs/dijkstra /usr/local/Cellar/graphviz/2.30.1/bin/dijkstra | |
libtool: install: /usr/bin/install -c .libs/bcomps /usr/local/Cellar/graphviz/2.30.1/bin/bcomps | |
libtool: install: /usr/bin/install -c .libs/mm2gv /usr/local/Cellar/graphviz/2.30.1/bin/mm2gv | |
libtool: install: /usr/bin/install -c .libs/gvgen /usr/local/Cellar/graphviz/2.30.1/bin/gvgen | |
libtool: install: /usr/bin/install -c .libs/gml2gv /usr/local/Cellar/graphviz/2.30.1/bin/gml2gv | |
libtool: install: /usr/bin/install -c .libs/gv2gml /usr/local/Cellar/graphviz/2.30.1/bin/gv2gml | |
libtool: install: /usr/bin/install -c .libs/graphml2gv /usr/local/Cellar/graphviz/2.30.1/bin/graphml2gv | |
make install-exec-hook | |
(cd /usr/local/Cellar/graphviz/2.30.1/bin; rm -f gv2gxl; ln -s gxl2gv gv2gxl;) | |
(cd /usr/local/Cellar/graphviz/2.30.1/bin; rm -f dot2gxl; ln -s gxl2gv dot2gxl;) | |
(cd /usr/local/Cellar/graphviz/2.30.1/bin; rm -f gxl2dot; ln -s gxl2gv gxl2dot;) | |
Making install in gvpr | |
Making install in lib | |
make[5]: Nothing to be done for `install-exec-am'. | |
../../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/gvpr' | |
/usr/bin/install -c -m 644 addranks addrings anon attr bb bbox cliptree col collapse color dechain deghist deledges delmulti delnodes depath dijkstra flatten get-layers-list group indent knbhd maxdeg path rotate scale scalexy span topon treetoclust '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/gvpr' | |
CC gvpr-gvprmain.o | |
CCLD gvpr | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c gvpr '/usr/local/Cellar/graphviz/2.30.1/bin' | |
/usr/bin/install -c -m 644 gvpr.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 gvpr.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
libtool: install: /usr/bin/install -c .libs/gvpr /usr/local/Cellar/graphviz/2.30.1/bin/gvpr | |
Making install in lefty | |
Making install in ws | |
Making install in x11 | |
Making install in libfilereq | |
CC Draw.lo | |
CC Path.lo | |
CC Dir.lo | |
CC SelFile.lo | |
CCLD libfilereq.la | |
make[7]: Nothing to be done for `install-exec-am'. | |
make[7]: Nothing to be done for `install-data-am'. | |
CC garray.lo | |
CC gbutton.lo | |
CC gcanvas.lo | |
CC gcommon.lo | |
CC glabel.lo | |
CC gmenu.lo | |
CC gpcanvas.lo | |
CC gquery.lo | |
CC gscroll.lo | |
CC gtext.lo | |
CC gview.lo | |
CCLD libws.la | |
make[7]: Nothing to be done for `install-exec-am'. | |
make[7]: Nothing to be done for `install-data-am'. | |
Making install in mswin32 | |
make[6]: Nothing to be done for `install-exec-am'. | |
make[6]: Nothing to be done for `install-data-am'. | |
make[6]: Nothing to be done for `install-exec-am'. | |
make[6]: Nothing to be done for `install-data-am'. | |
Making install in os | |
Making install in unix | |
CC io.lo | |
CCLD libos.la | |
make[6]: Nothing to be done for `install-exec-am'. | |
make[6]: Nothing to be done for `install-data-am'. | |
Making install in mswin32 | |
make[6]: Nothing to be done for `install-exec-am'. | |
make[6]: Nothing to be done for `install-data-am'. | |
make[6]: Nothing to be done for `install-exec-am'. | |
make[6]: Nothing to be done for `install-data-am'. | |
Making install in dot2l | |
CC dotlex.lo | |
CC dot2l.lo | |
CC dotparse.lo | |
CC dottrie.lo | |
CCLD libdot2l.la | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
Making install in examples | |
make[5]: Nothing to be done for `install-exec-am'. | |
../../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/lefty' | |
/usr/bin/install -c -m 644 box.lefty def.lefty fractal.lefty fractal2.lefty slides.lefty tree.lefty '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/lefty' | |
CC code.o | |
CC common.o | |
CC exec.o | |
CC display.o | |
CC g.o | |
CC gfxview.o | |
CC internal.o | |
CC lefty.o | |
CC lex.o | |
CC mem.o | |
CC parse.o | |
CC str.o | |
CC tbl.o | |
CC txtview.o | |
CCLD lefty | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/lefty' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c lefty '/usr/local/Cellar/graphviz/2.30.1/bin' | |
/usr/bin/install -c -m 644 lefty.psp '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/lefty' | |
/usr/bin/install -c -m 644 lefty.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 lefty.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
libtool: install: /usr/bin/install -c lefty /usr/local/Cellar/graphviz/2.30.1/bin/lefty | |
Making install in lneato | |
cp ../../cmd/lneato/lneato.sh lneato | |
chmod +x lneato | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
/usr/bin/install -c lneato '/usr/local/Cellar/graphviz/2.30.1/bin' | |
/usr/bin/install -c -m 644 lneato.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 lneato.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
Making install in dotty | |
cp ../../cmd/dotty/dotty.sh dotty | |
chmod +x dotty | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/lefty' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 dotty.lefty dotty_draw.lefty dotty_edit.lefty dotty_layout.lefty dotty_ui.lefty '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/lefty' | |
/usr/bin/install -c dotty '/usr/local/Cellar/graphviz/2.30.1/bin' | |
/usr/bin/install -c -m 644 dotty.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 dotty.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
Making install in smyrna | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
/usr/bin/install -c -m 644 smyrna.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c -m 644 smyrna.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
Making install in gvmap | |
CC gvmap-make_map.o | |
CC gvmap-gvmap.o | |
CC gvmap-power.o | |
CC gvmap-country_graph_coloring.o | |
CC gvmap-DotIO.o | |
CC gvmap-colorutil.o | |
CC gvmap-mq.o | |
CC gvmap-clustering.o | |
CC cluster-cluster.o | |
CC cluster-make_map.o | |
CC cluster-power.o | |
CC cluster-country_graph_coloring.o | |
CC cluster-DotIO.o | |
CC cluster-colorutil.o | |
CC cluster-mq.o | |
CC cluster-clustering.o | |
CCLD gvmap | |
CCLD cluster | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/bin' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
/usr/bin/install -c -m 644 gvmap.1.pdf cluster.1.pdf gvmap.sh.1.pdf '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/doc/pdf' | |
/usr/bin/install -c gvmap.sh '/usr/local/Cellar/graphviz/2.30.1/bin' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c gvmap cluster '/usr/local/Cellar/graphviz/2.30.1/bin' | |
/usr/bin/install -c -m 644 gvmap.1 cluster.1 gvmap.sh.1 '/usr/local/Cellar/graphviz/2.30.1/share/man/man1' | |
libtool: install: /usr/bin/install -c .libs/gvmap /usr/local/Cellar/graphviz/2.30.1/bin/gvmap | |
libtool: install: /usr/bin/install -c .libs/cluster /usr/local/Cellar/graphviz/2.30.1/bin/cluster | |
Making install in gvedit | |
Making install in ui | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
Making install in images | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in tclpkg | |
Making install in tclstubs | |
CC tclStubLib.lo | |
CCLD libtclstubs_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in tkstubs | |
CC tkStubLib.lo | |
CC tkStubImg.lo | |
CCLD libtkstubs_C.la | |
/usr/bin/ranlib: file: .libs/libtkstubs_C.a(tkStubImg.o) has no symbols | |
ranlib: file: .libs/libtkstubs_C.a(tkStubImg.o) has no symbols | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in tclhandle | |
CC tclhandle.lo | |
CCLD libtclhandle_C.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in gdtclft | |
Making install in demo | |
make[5]: Nothing to be done for `install-exec-am'. | |
../../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/demo' | |
../../../config/install-sh -c -d '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/demo' | |
mkdir: /usr/local/Cellar/graphviz/2.30.1/share/graphviz/demo: File exists | |
/usr/bin/install -c -m 644 entities.tcl.README entities.html '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/demo' | |
/usr/bin/install -c entities.tcl '/usr/local/Cellar/graphviz/2.30.1/share/graphviz/demo' | |
CC gdtclft.lo | |
CCLD libgdtclft.la | |
ld: library not found for -ltclstub8.5 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[4]: *** [libgdtclft.la] Error 1 | |
make[3]: *** [install-recursive] Error 1 | |
make[2]: *** [install-recursive] Error 1 | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install] Error 2 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: e3e1034a2537e3b77a075a1423c1ae105d4ec3ec | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.3-x86_64 | |
Xcode: 4.6.2 | |
CLT: 4.6.0.0.1.1365549073 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 | |
CPPFLAGS: -F/usr/local/Frameworks -I/opt/X11/include | |
LDFLAGS: -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /opt/X11 | |
CMAKE_INCLUDE_PATH: /opt/X11/include | |
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks | |
MACOSX_DEPLOYMENT_TARGET: 10.8 | |
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8:/usr/lib/pkgconfig:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig | |
ACLOCAL_PATH: /opt/X11/share/aclocal | |
OBJC: /usr/bin/clang | |
PATH: /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/share/python:/usr/local/Library/Contributions/cmd:/opt/X11/bin | |
Error: graphviz did not build | |
Logs: /Users/gnzlbg/Library/Logs/Homebrew/graphviz/config.log | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment