Skip to content

Instantly share code, notes, and snippets.

@hfoffani
Created November 12, 2014 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hfoffani/9a39cc367289653526e1 to your computer and use it in GitHub Desktop.
Save hfoffani/9a39cc367289653526e1 to your computer and use it in GitHub Desktop.
tar xf /Library/Caches/Homebrew/htmldoc-1.8.28.tar.bz2
==> ./configure --disable-debug --prefix=/usr/local/Cellar/htmldoc/1.8.28_1 --mandir=/usr/local/Cellar/htmldoc/1.8.28_1/share/man
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C preprocessor... clang -E
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for chmod... /bin/chmod
checking for cp... /bin/cp
checking for fltk-config... no
checking for mv... /bin/mv
checking for mkdir... /bin/mkdir
checking for rm... /bin/rm
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for strings.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for tm_gmtoff member in tm structure... yes
checking for pow in -lm... yes
checking for poll... yes
checking for library containing socket... none required
checking for library containing gethostbyaddr... none required
checking for library containing getaddrinfo... none required
checking for library containing getnameinfo... none required
checking for library containing hstrerror... none required
checking for library containing __res_init... no
checking for library containing res_9_init... -lresolv
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for long long int... yes
checking for strtoll... yes
checking Security/SecureTransport.h usability... yes
checking Security/SecureTransport.h presence... yes
checking for Security/SecureTransport.h... yes
configure: WARNING: FLTK not available so no GUI will be built.
checking for library containing jpeg_CreateCompress... -ljpeg
checking for library containing gzgets... -lz
checking for library containing png_set_tRNS_to_alpha... -lpng
checking if GCC supports -fno-rtti... yes
checking if GCC supports -fno-exceptions... yes
configure: creating ./config.status
config.status: creating Makedefs
config.status: creating Makefile
config.status: creating htmldoc.list
config.status: creating desktop/htmldoc.dt
config.status: creating desktop/htmldoc.ftr
config.status: creating desktop/htmldoc.plist
config.status: creating config.h
==> make
Making all in htmldoc...
Compiling gui.cxx...
Compiling file.c...
Compiling html.cxx...
Compiling htmldoc.cxx...
Compiling htmllib.cxx...
Compiling htmlsep.cxx...
Compiling http.c...
Compiling http-addr.c...
Compiling http-addrlist.c...
Compiling http-support.c...
Compiling image.cxx...
Compiling iso8859.cxx...
Compiling license.cxx...
Compiling md5.c...
Compiling progress.cxx...
Compiling ps-pdf.cxx...
Compiling rc4.c...
Compiling snprintf.c...
Compiling string.c...
Compiling toc.cxx...
Compiling util.cxx...
Linking htmldoc...
Making all in doc...
Formatting htmldoc.html...
Formatting htmldoc.pdf...
BYTES: 227277
PAGES: 124
Formatting htmldoc.ps...
PAGES: 124
BYTES: 1031331
BYTES: 1796053
==> make install
Making all in htmldoc...
Making all in doc...
Installing in fonts...
Installing font files in /usr/local/Cellar/htmldoc/1.8.28_1/share/htmldoc/fonts...
Installing in data...
Installing in doc...
Installing in htmldoc...
==> Cleaning
Fixing /usr/local/Cellar/htmldoc/1.8.28_1/bin/htmldoc permissions from 755 to 555
==> Finishing up
ln -s ../Cellar/htmldoc/1.8.28_1/bin/htmldoc htmldoc
ln -s ../../Cellar/htmldoc/1.8.28_1/share/doc/htmldoc htmldoc
ln -s ../Cellar/htmldoc/1.8.28_1/share/htmldoc htmldoc
ln -s ../../../Cellar/htmldoc/1.8.28_1/share/man/man1/htmldoc.1 htmldoc.1
==> Summary
🍺 /usr/local/Cellar/htmldoc/1.8.28_1: 84 files, 5,9M, built in 17 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment