Created
September 21, 2011 18:24
-
-
Save baburdick/1232879 to your computer and use it in GitHub Desktop.
Mac OS X Lion and rvm installs OLD!
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
$ gem list -dl | |
*** LOCAL GEMS *** | |
rake (0.9.2) | |
Author: Jim Weirich | |
Rubyforge: http://rubyforge.org/projects/rake | |
Homepage: http://rake.rubyforge.org | |
Installed at: /Users/bruceb/.rvm/gems/ruby-1.8.7-p352 | |
Ruby based make-like utility. |
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
# Move old rvm aside: | |
cd | |
mv .rvm .rvm-bkp | |
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) | |
# put MacPorts-specific compiler flags in .rvmrc: | |
# Make this work with OS X Lion... for now... | |
if [[ `uname -v` =~ "Darwin Kernel Version 11" ]] ; then | |
export CC=/usr/bin/gcc-4.2 | |
#export CC=/usr/bin/i686-apple-darwin11-gcc-4.2.1 | |
fi | |
# Export compile flags for MacPorts: | |
if [ -d /opt/local/bin ] ; then | |
export CFLAGS="-O2 -arch x86_64" | |
export LDFLAGS="-L/opt/local/lib" | |
export CPPFLAGS="-I/opt/local/include" | |
fi | |
# Install rubies and support packages: | |
sudo port install readline | |
rvm reinstall 1.9.3 | |
rvm reinstall ree | |
rvm reinstall 1.9.2 | |
rvm pkg install readline | |
rvm pkg install openssl | |
rvm reinstall 1.8.7 --with-openssl-dir=$HOME/.rvm/usr --with-readline-dir="$HOME/.rvm/usr" | |
rvm reinstall jruby | |
rvm reinstall macruby-head | |
# TODO: | |
# * Get rbx* installs to obey CC! | |
# Neither of these work: | |
# CC=/usr/bin/gcc-4.2 rvm reinstall rbx | |
# CC=/usr/bin/gcc-4.2 rvm reinstall rbx-2.0.0pre -- --enable-version=1.9,1.8 --default-version=1.9 |
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
$ CC=/usr/bin/gcc-4.2 rvm reinstall rbx | |
Removing /Users/bruceb/.rvm/src/rbx-head... | |
it seems that /Users/bruceb/.rvm/rubies/rbx-head is already non existent. | |
Removing rbx-head aliases... | |
Removing rbx-head wrappers... | |
Removing rbx-head environments... | |
Removing rbx-head binaries... | |
rbx-head installing #dependencies | |
Pulling from origin head | |
ERROR: Error running 'git reset --hard HEAD ; git pull --rebase origin head', please read /Users/bruceb/.rvm/log/rbx-head/rbx.repo.log | |
Copying from repo to source... | |
rbx-head - #configuring | |
rbx-head - #compiling | |
ERROR: Error running '/Users/bruceb/.rvm/wrappers/ruby-1.8.7-p352/rake install', please read /Users/bruceb/.rvm/log/rbx-head/rake.log | |
ERROR: There has been an error while running '/Users/bruceb/.rvm/wrappers/ruby-1.8.7-p352/ruby ./configure --prefix=/Users/bruceb/.rvm/rubies/rbx-head --skip-system '. | |
Halting the installation. |
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
$ CC=/usr/bin/gcc-4.2 rvm reinstall rbx-2.0.0pre -- --enable-version=1.9,1.8 --default-version=1.9 | |
Removing /Users/bruceb/.rvm/src/rbx-2.0.0pre... | |
it seems that /Users/bruceb/.rvm/rubies/rbx-2.0.0pre is already non existent. | |
Removing rbx-2.0.0pre aliases... | |
Removing rbx-2.0.0pre wrappers... | |
Removing rbx-2.0.0pre environments... | |
Removing rbx-2.0.0pre binaries... | |
rbx-2.0.0pre installing #dependencies | |
Pulling from origin 2.0.0pre | |
Copying from repo to source... | |
rbx-2.0.0pre - #configuring | |
rbx-2.0.0pre - #compiling | |
ERROR: Error running '/Users/bruceb/.rvm/wrappers/ruby-1.8.7-p352/rake install', please read /Users/bruceb/.rvm/log/rbx-2.0.0pre/rake.log | |
ERROR: There has been an error while running '/Users/bruceb/.rvm/wrappers/ruby-1.8.7-p352/ruby ./configure --prefix=/Users/bruceb/.rvm/rubies/rbx-2.0.0pre --skip-system --enable-version=1.9,1.8 --default-version=1.9'. | |
Halting the installation. |
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
[2011-09-21 03:20:06] /Users/bruceb/.rvm/wrappers/ruby-1.8.7-p352/rake install | |
/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h | |
GEN vm/gen/config_variables.h | |
/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby vm/codegen/encoding_extract.rb /Users/bruceb/.rvm/src/vendor/onig vm/gen/encoding_database.cpp | |
/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby vm/codegen/field_extract.rb vm/builtin/basicobject.hpp vm/builtin/object.hpp vm/builtin/integer.hpp vm/builtin/fixnum.hpp vm/builtin/array.hpp vm/builtin/bignum.hpp vm/builtin/executable.hpp vm/builtin/access_variable.hpp vm/builtin/alias.hpp vm/builtin/block_environment.hpp vm/builtin/block_as_method.hpp vm/builtin/bytearray.hpp vm/builtin/chararray.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/class.hpp vm/builtin/compiledmethod.hpp vm/builtin/data.hpp vm/builtin/dir.hpp vm/builtin/exception.hpp vm/builtin/float.hpp vm/builtin/immediates.hpp vm/builtin/iseq.hpp vm/builtin/list.hpp vm/builtin/lookuptable.hpp vm/builtin/ffi_pointer.hpp vm/builtin/methodtable.hpp vm/builtin/nativefunction.hpp vm/builtin/packed_object.hpp vm/builtin/randomizer.hpp vm/builtin/regexp.hpp vm/builtin/staticscope.hpp vm/builtin/string.hpp vm/builtin/symbol.hpp vm/builtin/thread.hpp vm/builtin/tuple.hpp vm/builtin/compactlookuptable.hpp vm/builtin/time.hpp vm/builtin/nativemethod.hpp vm/builtin/system.hpp vm/builtin/autoload.hpp vm/builtin/proc.hpp vm/builtin/variable_scope.hpp vm/builtin/location.hpp vm/builtin/capi_handle.hpp vm/builtin/global_cache_entry.hpp vm/builtin/weakref.hpp vm/builtin/fiber.hpp vm/builtin/thunk.hpp vm/builtin/call_unit.hpp vm/builtin/call_unit_adapter.hpp vm/builtin/cache.hpp vm/builtin/encoding.hpp | |
GEN vm/gen/instruction_names.cpp | |
GEN vm/gen/instruction_names.hpp | |
GEN vm/gen/instruction_sizes.hpp | |
GEN vm/gen/instruction_prototypes.hpp | |
GEN vm/gen/instruction_defines.hpp | |
GEN vm/gen/instruction_locations.hpp | |
GEN vm/gen/instruction_implementations.hpp | |
GEN vm/gen/instruction_visitors.hpp | |
GEN vm/gen/instruction_effects.hpp | |
1: LB vendor/libffi | |
checking build system type... x86_64-apple-darwin11.1.0 | |
checking host system type... x86_64-apple-darwin11.1.0 | |
checking target system type... x86_64-apple-darwin11.1.0 | |
checking for a BSD-compatible install... /sw/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /sw/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes | |
checking for a sed that does not truncate output... /sw/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/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/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 for /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok | |
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 how to run the C preprocessor... /usr/bin/gcc-4.2 -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/gcc-4.2 supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.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... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
checking for sys/mman.h... (cached) yes | |
checking for mmap... (cached) yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... no | |
checking for MAP_ANON(YMOUS)... yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking for ANSI C header files... (cached) yes | |
checking for memcpy... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking size of double... 8 | |
checking size of long double... 16 | |
checking whether byte ordering is bigendian... no | |
checking assembler .cfi pseudo-op support... no | |
checking whether .eh_frame section should be read-only... no | |
checking for __attribute__((visibility("hidden")))... no | |
configure: creating ./config.status | |
config.status: creating include/Makefile | |
config.status: creating include/ffi.h | |
config.status: creating Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating man/Makefile | |
config.status: creating libffi.pc | |
config.status: creating fficonfig.h | |
config.status: linking src/x86/ffitarget.h to include/ffitarget.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing include commands | |
config.status: executing src commands | |
make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-g -O2" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/sw/bin/ginstall -c" "INSTALL_DATA=/sw/bin/ginstall -c -m 644" "INSTALL_PROGRAM=/sw/bin/ginstall -c" "INSTALL_SCRIPT=/sw/bin/ginstall -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /Users/bruceb/.rvm/src/rbx-2.0.0pre/vendor/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/sh" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar" "AS=as" "CC=/usr/bin/gcc-4.2" "CXX=g++" "LD=/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld" "NM=/usr/bin/nm" "RANLIB=ranlib" "DESTDIR=" all-recursive | |
Making all in include | |
make[2]: Nothing to be done for `all'. | |
Making all in testsuite | |
make[2]: Nothing to be done for `all'. | |
depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF $depbase.Tpo -c -o src/debug.lo src/debug.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -fno-common -DPIC -o src/.libs/debug.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -o src/debug.o >/dev/null 2>&1 | |
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fno-common -DPIC -o src/.libs/prep_cif.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1 | |
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fno-common -DPIC -o src/.libs/types.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1 | |
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fno-common -DPIC -o src/.libs/raw_api.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1 | |
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fno-common -DPIC -o src/.libs/java_raw_api.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1 | |
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fno-common -DPIC -o src/.libs/closures.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1 | |
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo src/x86/ffi.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -fno-common -DPIC -o src/x86/.libs/ffi.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1 | |
depbase=`echo src/x86/darwin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin.lo src/x86/darwin.S &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -fno-common -DPIC -o src/x86/.libs/darwin.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -o src/x86/darwin.o >/dev/null 2>&1 | |
depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo src/x86/ffi64.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -fno-common -DPIC -o src/x86/.libs/ffi64.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1 | |
depbase=`echo src/x86/darwin64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin64.lo src/x86/darwin64.S &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -fno-common -DPIC -o src/x86/.libs/darwin64.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -o src/x86/darwin64.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -Wall -g -fexceptions -g -O2 -version-info `grep -v '^#' ./libtool-version` -o libffi.la -rpath /usr/local/lib src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo | |
libtool: link: /usr/bin/gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libffi.5.dylib src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o -install_name /usr/local/lib/libffi.5.dylib -compatibility_version 6 -current_version 6.10 -Wl,-single_module | |
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame | |
libtool: link: dsymutil .libs/libffi.5.dylib || : | |
libtool: link: (cd ".libs" && rm -f "libffi.dylib" && ln -s "libffi.5.dylib" "libffi.dylib") | |
libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi.o src/x86/darwin.o src/x86/ffi64.o src/x86/darwin64.o | |
/usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols | |
libtool: link: ranlib .libs/libffi.a | |
ranlib: file: .libs/libffi.a(ffi.o) has no symbols | |
ranlib: file: .libs/libffi.a(darwin.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" ) | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -Wall -g -fexceptions -g -O2 -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo | |
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o | |
/usr/bin/ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols | |
libtool: link: ranlib .libs/libffi_convenience.a | |
ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols | |
ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) | |
1: LB vendor/libgdtoa | |
/usr/bin/gcc-4.2 -o check_prog -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS -I/opt/local/include arithchk.c || /usr/bin/gcc-4.2 -o check_prog -DNO_LONG_LONG -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS -I/opt/local/include arithchk.c | |
arithchk.c: In function ‘ccheck’: | |
arithchk.c:109: warning: format not a string literal and no format arguments | |
arithchk.c:109: warning: format not a string literal and no format arguments | |
./check_prog >arith.h | |
rm -f check_prog arithchk.o | |
/usr/bin/gcc-4.2 -o check_prog -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS -I/opt/local/include qnan.c | |
qnan.c: In function ‘main’: | |
qnan.c:99: warning: zero-length printf format string | |
qnan.c:99: warning: zero-length printf format string | |
./check_prog >gd_qnan.h | |
rm -f check_prog qnan.o | |
CC dmisc.o | |
CC dtoa.o | |
CC g_Qfmt.o | |
CC g__fmt.o | |
CC g_ddfmt.o | |
CC g_dfmt.o | |
CC g_ffmt.o | |
CC g_xLfmt.o | |
CC g_xfmt.o | |
CC gdtoa.o | |
CC gethex.o | |
CC gmisc.o | |
CC hd_init.o | |
CC hexnan.o | |
CC misc.o | |
CC smisc.o | |
CC strtoIQ.o | |
CC strtoId.o | |
CC strtoIdd.o | |
CC strtoIf.o | |
CC strtoIg.o | |
CC strtoIx.o | |
CC strtoIxL.o | |
CC strtod.o | |
CC strtodI.o | |
CC strtodg.o | |
CC strtof.o | |
CC strtopQ.o | |
CC strtopd.o | |
CC strtopdd.o | |
CC strtopf.o | |
CC strtopx.o | |
CC strtopxL.o | |
CC strtorQ.o | |
CC strtord.o | |
CC strtordd.o | |
CC strtorf.o | |
CC strtorx.o | |
CC strtorxL.o | |
CC sum.o | |
CC ulp.o | |
ar cru libgdtoa.a dmisc.o dtoa.o g_Qfmt.o g__fmt.o g_ddfmt.o g_dfmt.o g_ffmt.o g_xLfmt.o g_xfmt.o gdtoa.o gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o strtoIQ.o strtoId.o strtoIdd.o strtoIf.o strtoIg.o strtoIx.o strtoIxL.o strtod.o strtodI.o strtodg.o strtof.o strtopQ.o strtopd.o strtopdd.o strtopf.o strtopx.o strtopxL.o strtorQ.o strtord.o strtordd.o strtorf.o strtorx.o strtorxL.o sum.o ulp.o | |
ranlib libgdtoa.a | |
1: LB vendor/libtommath | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bncore.o bncore.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init.o bn_mp_init.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_clear.o bn_mp_clear.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_exch.o bn_mp_exch.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_grow.o bn_mp_grow.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_shrink.o bn_mp_shrink.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_clamp.o bn_mp_clamp.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_zero.o bn_mp_zero.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_set.o bn_mp_set.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_set_int.o bn_mp_set_int.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_size.o bn_mp_init_size.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_copy.o bn_mp_copy.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_copy.o bn_mp_init_copy.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_abs.o bn_mp_abs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_neg.o bn_mp_neg.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_cmp.o bn_mp_cmp.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_rshd.o bn_mp_rshd.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_lshd.o bn_mp_lshd.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div_2d.o bn_mp_div_2d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div_2.o bn_mp_div_2.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mul_2.o bn_mp_mul_2.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_add.o bn_s_mp_add.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_sub.o bn_s_mp_sub.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_add.o bn_mp_add.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sub.o bn_mp_sub.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mul.o bn_mp_mul.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sqr.o bn_mp_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div.o bn_mp_div.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mod.o bn_mp_mod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_add_d.o bn_mp_add_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sub_d.o bn_mp_sub_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mul_d.o bn_mp_mul_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div_d.o bn_mp_div_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mod_d.o bn_mp_mod_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_expt_d.o bn_mp_expt_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_addmod.o bn_mp_addmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_submod.o bn_mp_submod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mulmod.o bn_mp_mulmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_gcd.o bn_mp_gcd.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_lcm.o bn_mp_lcm.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_invmod.o bn_mp_invmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce.o bn_mp_reduce.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_exptmod.o bn_mp_exptmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_2expt.o bn_mp_2expt.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_n_root.o bn_mp_n_root.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_jacobi.o bn_mp_jacobi.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_reverse.o bn_reverse.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_count_bits.o bn_mp_count_bits.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_xor.o bn_mp_xor.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_and.o bn_mp_and.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_or.o bn_mp_or.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_rand.o bn_mp_rand.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_prime_tab.o bn_prime_tab.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div_3.o bn_mp_div_3.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_read_radix.o bn_mp_read_radix.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toradix.o bn_mp_toradix.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_radix_size.o bn_mp_radix_size.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_fread.o bn_mp_fread.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_fwrite.o bn_mp_fwrite.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_error.o bn_error.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_multi.o bn_mp_init_multi.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toradix_nd.o bn_mp_toradix_nd.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_get_int.o bn_mp_get_int.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sqrt.o bn_mp_sqrt.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_is_square.o bn_mp_is_square.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_set.o bn_mp_init_set.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c | |
ar rv libtommath.a bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o bn_mp_clamp.o bn_mp_zero.o bn_mp_set.o bn_mp_set_int.o bn_mp_init_size.o bn_mp_copy.o bn_mp_init_copy.o bn_mp_abs.o bn_mp_neg.o bn_mp_cmp_mag.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_rshd.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_div_2d.o bn_mp_mul_2d.o bn_mp_div_2.o bn_mp_mul_2.o bn_s_mp_add.o bn_s_mp_sub.o bn_fast_s_mp_mul_digs.o bn_s_mp_mul_digs.o bn_fast_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.o bn_fast_s_mp_sqr.o bn_s_mp_sqr.o bn_mp_add.o bn_mp_sub.o bn_mp_karatsuba_mul.o bn_mp_mul.o bn_mp_karatsuba_sqr.o bn_mp_sqr.o bn_mp_div.o bn_mp_mod.o bn_mp_add_d.o bn_mp_sub_d.o bn_mp_mul_d.o bn_mp_div_d.o bn_mp_mod_d.o bn_mp_expt_d.o bn_mp_addmod.o bn_mp_submod.o bn_mp_mulmod.o bn_mp_sqrmod.o bn_mp_gcd.o bn_mp_lcm.o bn_fast_mp_invmod.o bn_mp_invmod.o bn_mp_reduce.o bn_mp_montgomery_setup.o bn_fast_mp_montgomery_reduce.o bn_mp_montgomery_reduce.o bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o bn_mp_count_bits.o bn_mp_read_unsigned_bin.o bn_mp_read_signed_bin.o bn_mp_to_unsigned_bin.o bn_mp_to_signed_bin.o bn_mp_unsigned_bin_size.o bn_mp_signed_bin_size.o bn_mp_xor.o bn_mp_and.o bn_mp_or.o bn_mp_rand.o bn_mp_montgomery_calc_normalization.o bn_mp_prime_is_divisible.o bn_prime_tab.o bn_mp_prime_fermat.o bn_mp_prime_miller_rabin.o bn_mp_prime_is_prime.o bn_mp_prime_next_prime.o bn_mp_dr_reduce.o bn_mp_dr_is_modulus.o bn_mp_dr_setup.o bn_mp_reduce_setup.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_div_3.o bn_s_mp_exptmod.o bn_mp_reduce_2k.o bn_mp_reduce_is_2k.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_l.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_2k_setup_l.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_toradix.o bn_mp_radix_size.o bn_mp_fread.o bn_mp_fwrite.o bn_mp_cnt_lsb.o bn_error.o bn_mp_init_multi.o bn_mp_clear_multi.o bn_mp_exteuclid.o bn_mp_toradix_n.o bn_mp_toradix_nd.o bn_mp_prime_random_ex.o bn_mp_get_int.o bn_mp_sqrt.o bn_mp_is_square.o bn_mp_init_set.o bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o | |
ar: creating archive libtommath.a | |
a - bncore.o | |
a - bn_mp_init.o | |
a - bn_mp_clear.o | |
a - bn_mp_exch.o | |
a - bn_mp_grow.o | |
a - bn_mp_shrink.o | |
a - bn_mp_clamp.o | |
a - bn_mp_zero.o | |
a - bn_mp_set.o | |
a - bn_mp_set_int.o | |
a - bn_mp_init_size.o | |
a - bn_mp_copy.o | |
a - bn_mp_init_copy.o | |
a - bn_mp_abs.o | |
a - bn_mp_neg.o | |
a - bn_mp_cmp_mag.o | |
a - bn_mp_cmp.o | |
a - bn_mp_cmp_d.o | |
a - bn_mp_rshd.o | |
a - bn_mp_lshd.o | |
a - bn_mp_mod_2d.o | |
a - bn_mp_div_2d.o | |
a - bn_mp_mul_2d.o | |
a - bn_mp_div_2.o | |
a - bn_mp_mul_2.o | |
a - bn_s_mp_add.o | |
a - bn_s_mp_sub.o | |
a - bn_fast_s_mp_mul_digs.o | |
a - bn_s_mp_mul_digs.o | |
a - bn_fast_s_mp_mul_high_digs.o | |
a - bn_s_mp_mul_high_digs.o | |
a - bn_fast_s_mp_sqr.o | |
a - bn_s_mp_sqr.o | |
a - bn_mp_add.o | |
a - bn_mp_sub.o | |
a - bn_mp_karatsuba_mul.o | |
a - bn_mp_mul.o | |
a - bn_mp_karatsuba_sqr.o | |
a - bn_mp_sqr.o | |
a - bn_mp_div.o | |
a - bn_mp_mod.o | |
a - bn_mp_add_d.o | |
a - bn_mp_sub_d.o | |
a - bn_mp_mul_d.o | |
a - bn_mp_div_d.o | |
a - bn_mp_mod_d.o | |
a - bn_mp_expt_d.o | |
a - bn_mp_addmod.o | |
a - bn_mp_submod.o | |
a - bn_mp_mulmod.o | |
a - bn_mp_sqrmod.o | |
a - bn_mp_gcd.o | |
a - bn_mp_lcm.o | |
a - bn_fast_mp_invmod.o | |
a - bn_mp_invmod.o | |
a - bn_mp_reduce.o | |
a - bn_mp_montgomery_setup.o | |
a - bn_fast_mp_montgomery_reduce.o | |
a - bn_mp_montgomery_reduce.o | |
a - bn_mp_exptmod_fast.o | |
a - bn_mp_exptmod.o | |
a - bn_mp_2expt.o | |
a - bn_mp_n_root.o | |
a - bn_mp_jacobi.o | |
a - bn_reverse.o | |
a - bn_mp_count_bits.o | |
a - bn_mp_read_unsigned_bin.o | |
a - bn_mp_read_signed_bin.o | |
a - bn_mp_to_unsigned_bin.o | |
a - bn_mp_to_signed_bin.o | |
a - bn_mp_unsigned_bin_size.o | |
a - bn_mp_signed_bin_size.o | |
a - bn_mp_xor.o | |
a - bn_mp_and.o | |
a - bn_mp_or.o | |
a - bn_mp_rand.o | |
a - bn_mp_montgomery_calc_normalization.o | |
a - bn_mp_prime_is_divisible.o | |
a - bn_prime_tab.o | |
a - bn_mp_prime_fermat.o | |
a - bn_mp_prime_miller_rabin.o | |
a - bn_mp_prime_is_prime.o | |
a - bn_mp_prime_next_prime.o | |
a - bn_mp_dr_reduce.o | |
a - bn_mp_dr_is_modulus.o | |
a - bn_mp_dr_setup.o | |
a - bn_mp_reduce_setup.o | |
a - bn_mp_toom_mul.o | |
a - bn_mp_toom_sqr.o | |
a - bn_mp_div_3.o | |
a - bn_s_mp_exptmod.o | |
a - bn_mp_reduce_2k.o | |
a - bn_mp_reduce_is_2k.o | |
a - bn_mp_reduce_2k_setup.o | |
a - bn_mp_reduce_2k_l.o | |
a - bn_mp_reduce_is_2k_l.o | |
a - bn_mp_reduce_2k_setup_l.o | |
a - bn_mp_radix_smap.o | |
a - bn_mp_read_radix.o | |
a - bn_mp_toradix.o | |
a - bn_mp_radix_size.o | |
a - bn_mp_fread.o | |
a - bn_mp_fwrite.o | |
a - bn_mp_cnt_lsb.o | |
a - bn_error.o | |
a - bn_mp_init_multi.o | |
a - bn_mp_clear_multi.o | |
a - bn_mp_exteuclid.o | |
a - bn_mp_toradix_n.o | |
a - bn_mp_toradix_nd.o | |
a - bn_mp_prime_random_ex.o | |
a - bn_mp_get_int.o | |
a - bn_mp_sqrt.o | |
a - bn_mp_is_square.o | |
a - bn_mp_init_set.o | |
a - bn_mp_init_set_int.o | |
a - bn_mp_invmod_slow.o | |
a - bn_mp_prime_rabin_miller_trials.o | |
a - bn_mp_to_signed_bin_n.o | |
a - bn_mp_to_unsigned_bin_n.o | |
ranlib libtommath.a | |
1: LB vendor/onig | |
checking for a BSD-compatible install... /sw/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /sw/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
./configure: line 2431: test: =: unary operator expected | |
./configure: line 2444: test: =: unary operator expected | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking build system type... x86_64-apple-darwin11.1.0 | |
checking host system type... x86_64-apple-darwin11.1.0 | |
checking for a sed that does not truncate output... /sw/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/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/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 for /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok | |
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 how to run the C preprocessor... /usr/bin/gcc-4.2 -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/gcc-4.2 supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.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... yes | |
checking for a BSD-compatible install... /sw/bin/ginstall -c | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for ANSI C header files... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for int... yes | |
checking size of int... 4 | |
checking for short... yes | |
checking size of short... 2 | |
checking for long... yes | |
checking size of long... 8 | |
checking for an ANSI C-conforming const... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for working memcmp... yes | |
checking for prototypes... yes | |
checking for variable length prototypes and stdarg.h... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating onig-config | |
config.status: creating sample/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default commands | |
make all-recursive | |
Making all in . | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c -o regerror.lo regerror.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -fno-common -DPIC -o .libs/regerror.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o >/dev/null 2>&1 | |
mv -f .deps/regerror.Tpo .deps/regerror.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c -o regparse.lo regparse.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -fno-common -DPIC -o .libs/regparse.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -o regparse.o >/dev/null 2>&1 | |
mv -f .deps/regparse.Tpo .deps/regparse.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c -o regext.lo regext.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -fno-common -DPIC -o .libs/regext.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -o regext.o >/dev/null 2>&1 | |
mv -f .deps/regext.Tpo .deps/regext.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.lo regcomp.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -fno-common -DPIC -o .libs/regcomp.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o >/dev/null 2>&1 | |
mv -f .deps/regcomp.Tpo .deps/regcomp.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c -o regexec.lo regexec.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -fno-common -DPIC -o .libs/regexec.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o >/dev/null 2>&1 | |
mv -f .deps/regexec.Tpo .deps/regexec.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c -o reggnu.lo reggnu.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c reggnu.c -fno-common -DPIC -o .libs/reggnu.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c reggnu.c -o reggnu.o >/dev/null 2>&1 | |
mv -f .deps/reggnu.Tpo .deps/reggnu.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c -o regenc.lo regenc.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -fno-common -DPIC -o .libs/regenc.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -o regenc.o >/dev/null 2>&1 | |
mv -f .deps/regenc.Tpo .deps/regenc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c -o regsyntax.lo regsyntax.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -fno-common -DPIC -o .libs/regsyntax.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -o regsyntax.o >/dev/null 2>&1 | |
mv -f .deps/regsyntax.Tpo .deps/regsyntax.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c -o regtrav.lo regtrav.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -fno-common -DPIC -o .libs/regtrav.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -o regtrav.o >/dev/null 2>&1 | |
mv -f .deps/regtrav.Tpo .deps/regtrav.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c -o regversion.lo regversion.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c regversion.c -fno-common -DPIC -o .libs/regversion.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c regversion.c -o regversion.o >/dev/null 2>&1 | |
mv -f .deps/regversion.Tpo .deps/regversion.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c -o st.lo st.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c st.c -fno-common -DPIC -o .libs/st.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c st.c -o st.o >/dev/null 2>&1 | |
mv -f .deps/st.Tpo .deps/st.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c -o regposix.lo regposix.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c regposix.c -fno-common -DPIC -o .libs/regposix.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c regposix.c -o regposix.o >/dev/null 2>&1 | |
mv -f .deps/regposix.Tpo .deps/regposix.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c -o regposerr.lo regposerr.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c regposerr.c -fno-common -DPIC -o .libs/regposerr.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c regposerr.c -o regposerr.o >/dev/null 2>&1 | |
mv -f .deps/regposerr.Tpo .deps/regposerr.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c -o unicode.lo `test -f './enc/unicode.c' || echo './'`./enc/unicode.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c ./enc/unicode.c -fno-common -DPIC -o .libs/unicode.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c ./enc/unicode.c -o unicode.o >/dev/null 2>&1 | |
mv -f .deps/unicode.Tpo .deps/unicode.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c -o ascii.lo `test -f './enc/ascii.c' || echo './'`./enc/ascii.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c ./enc/ascii.c -fno-common -DPIC -o .libs/ascii.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c ./enc/ascii.c -o ascii.o >/dev/null 2>&1 | |
mv -f .deps/ascii.Tpo .deps/ascii.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo `test -f './enc/utf8.c' || echo './'`./enc/utf8.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c ./enc/utf8.c -fno-common -DPIC -o .libs/utf8.o | |
./enc/utf8.c: In function ‘mbc_validate_prefix’: | |
./enc/utf8.c:70: warning: initialization discards qualifiers from pointer target type | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c ./enc/utf8.c -o utf8.o >/dev/null 2>&1 | |
mv -f .deps/utf8.Tpo .deps/utf8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c -o utf16_be.lo `test -f './enc/utf16_be.c' || echo './'`./enc/utf16_be.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c ./enc/utf16_be.c -fno-common -DPIC -o .libs/utf16_be.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c ./enc/utf16_be.c -o utf16_be.o >/dev/null 2>&1 | |
mv -f .deps/utf16_be.Tpo .deps/utf16_be.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c -o utf16_le.lo `test -f './enc/utf16_le.c' || echo './'`./enc/utf16_le.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c ./enc/utf16_le.c -fno-common -DPIC -o .libs/utf16_le.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c ./enc/utf16_le.c -o utf16_le.o >/dev/null 2>&1 | |
mv -f .deps/utf16_le.Tpo .deps/utf16_le.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c -o utf32_be.lo `test -f './enc/utf32_be.c' || echo './'`./enc/utf32_be.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c ./enc/utf32_be.c -fno-common -DPIC -o .libs/utf32_be.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c ./enc/utf32_be.c -o utf32_be.o >/dev/null 2>&1 | |
mv -f .deps/utf32_be.Tpo .deps/utf32_be.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c -o utf32_le.lo `test -f './enc/utf32_le.c' || echo './'`./enc/utf32_le.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c ./enc/utf32_le.c -fno-common -DPIC -o .libs/utf32_le.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c ./enc/utf32_le.c -o utf32_le.o >/dev/null 2>&1 | |
mv -f .deps/utf32_le.Tpo .deps/utf32_le.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c -o euc_jp.lo `test -f './enc/euc_jp.c' || echo './'`./enc/euc_jp.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c ./enc/euc_jp.c -fno-common -DPIC -o .libs/euc_jp.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c ./enc/euc_jp.c -o euc_jp.o >/dev/null 2>&1 | |
mv -f .deps/euc_jp.Tpo .deps/euc_jp.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c -o sjis.lo `test -f './enc/sjis.c' || echo './'`./enc/sjis.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c ./enc/sjis.c -fno-common -DPIC -o .libs/sjis.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c ./enc/sjis.c -o sjis.o >/dev/null 2>&1 | |
mv -f .deps/sjis.Tpo .deps/sjis.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c -o iso8859_1.lo `test -f './enc/iso8859_1.c' || echo './'`./enc/iso8859_1.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c ./enc/iso8859_1.c -fno-common -DPIC -o .libs/iso8859_1.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c ./enc/iso8859_1.c -o iso8859_1.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_1.Tpo .deps/iso8859_1.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c -o iso8859_2.lo `test -f './enc/iso8859_2.c' || echo './'`./enc/iso8859_2.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c ./enc/iso8859_2.c -fno-common -DPIC -o .libs/iso8859_2.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c ./enc/iso8859_2.c -o iso8859_2.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_2.Tpo .deps/iso8859_2.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c -o iso8859_3.lo `test -f './enc/iso8859_3.c' || echo './'`./enc/iso8859_3.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c ./enc/iso8859_3.c -fno-common -DPIC -o .libs/iso8859_3.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c ./enc/iso8859_3.c -o iso8859_3.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_3.Tpo .deps/iso8859_3.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c -o iso8859_4.lo `test -f './enc/iso8859_4.c' || echo './'`./enc/iso8859_4.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c ./enc/iso8859_4.c -fno-common -DPIC -o .libs/iso8859_4.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c ./enc/iso8859_4.c -o iso8859_4.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_4.Tpo .deps/iso8859_4.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c -o iso8859_5.lo `test -f './enc/iso8859_5.c' || echo './'`./enc/iso8859_5.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c ./enc/iso8859_5.c -fno-common -DPIC -o .libs/iso8859_5.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c ./enc/iso8859_5.c -o iso8859_5.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_5.Tpo .deps/iso8859_5.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c -o iso8859_6.lo `test -f './enc/iso8859_6.c' || echo './'`./enc/iso8859_6.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c ./enc/iso8859_6.c -fno-common -DPIC -o .libs/iso8859_6.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c ./enc/iso8859_6.c -o iso8859_6.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_6.Tpo .deps/iso8859_6.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c -o iso8859_7.lo `test -f './enc/iso8859_7.c' || echo './'`./enc/iso8859_7.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c ./enc/iso8859_7.c -fno-common -DPIC -o .libs/iso8859_7.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c ./enc/iso8859_7.c -o iso8859_7.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_7.Tpo .deps/iso8859_7.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c -o iso8859_8.lo `test -f './enc/iso8859_8.c' || echo './'`./enc/iso8859_8.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c ./enc/iso8859_8.c -fno-common -DPIC -o .libs/iso8859_8.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c ./enc/iso8859_8.c -o iso8859_8.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_8.Tpo .deps/iso8859_8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c -o iso8859_9.lo `test -f './enc/iso8859_9.c' || echo './'`./enc/iso8859_9.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c ./enc/iso8859_9.c -fno-common -DPIC -o .libs/iso8859_9.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c ./enc/iso8859_9.c -o iso8859_9.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_9.Tpo .deps/iso8859_9.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c -o iso8859_10.lo `test -f './enc/iso8859_10.c' || echo './'`./enc/iso8859_10.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c ./enc/iso8859_10.c -fno-common -DPIC -o .libs/iso8859_10.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c ./enc/iso8859_10.c -o iso8859_10.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_10.Tpo .deps/iso8859_10.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c -o iso8859_11.lo `test -f './enc/iso8859_11.c' || echo './'`./enc/iso8859_11.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c ./enc/iso8859_11.c -fno-common -DPIC -o .libs/iso8859_11.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c ./enc/iso8859_11.c -o iso8859_11.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_11.Tpo .deps/iso8859_11.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c -o iso8859_13.lo `test -f './enc/iso8859_13.c' || echo './'`./enc/iso8859_13.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c ./enc/iso8859_13.c -fno-common -DPIC -o .libs/iso8859_13.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c ./enc/iso8859_13.c -o iso8859_13.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_13.Tpo .deps/iso8859_13.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c -o iso8859_14.lo `test -f './enc/iso8859_14.c' || echo './'`./enc/iso8859_14.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c ./enc/iso8859_14.c -fno-common -DPIC -o .libs/iso8859_14.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c ./enc/iso8859_14.c -o iso8859_14.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_14.Tpo .deps/iso8859_14.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c -o iso8859_15.lo `test -f './enc/iso8859_15.c' || echo './'`./enc/iso8859_15.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c ./enc/iso8859_15.c -fno-common -DPIC -o .libs/iso8859_15.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c ./enc/iso8859_15.c -o iso8859_15.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_15.Tpo .deps/iso8859_15.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c -o iso8859_16.lo `test -f './enc/iso8859_16.c' || echo './'`./enc/iso8859_16.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c ./enc/iso8859_16.c -fno-common -DPIC -o .libs/iso8859_16.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c ./enc/iso8859_16.c -o iso8859_16.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_16.Tpo .deps/iso8859_16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c -o euc_tw.lo `test -f './enc/euc_tw.c' || echo './'`./enc/euc_tw.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c ./enc/euc_tw.c -fno-common -DPIC -o .libs/euc_tw.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c ./enc/euc_tw.c -o euc_tw.o >/dev/null 2>&1 | |
mv -f .deps/euc_tw.Tpo .deps/euc_tw.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c -o euc_kr.lo `test -f './enc/euc_kr.c' || echo './'`./enc/euc_kr.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c ./enc/euc_kr.c -fno-common -DPIC -o .libs/euc_kr.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c ./enc/euc_kr.c -o euc_kr.o >/dev/null 2>&1 | |
mv -f .deps/euc_kr.Tpo .deps/euc_kr.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c -o big5.lo `test -f './enc/big5.c' || echo './'`./enc/big5.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c ./enc/big5.c -fno-common -DPIC -o .libs/big5.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c ./enc/big5.c -o big5.o >/dev/null 2>&1 | |
mv -f .deps/big5.Tpo .deps/big5.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c -o gb18030.lo `test -f './enc/gb18030.c' || echo './'`./enc/gb18030.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c ./enc/gb18030.c -fno-common -DPIC -o .libs/gb18030.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c ./enc/gb18030.c -o gb18030.o >/dev/null 2>&1 | |
mv -f .deps/gb18030.Tpo .deps/gb18030.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c -o koi8_r.lo `test -f './enc/koi8_r.c' || echo './'`./enc/koi8_r.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c ./enc/koi8_r.c -fno-common -DPIC -o .libs/koi8_r.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c ./enc/koi8_r.c -o koi8_r.o >/dev/null 2>&1 | |
mv -f .deps/koi8_r.Tpo .deps/koi8_r.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c -o cp1251.lo `test -f './enc/cp1251.c' || echo './'`./enc/cp1251.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c ./enc/cp1251.c -fno-common -DPIC -o .libs/cp1251.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c ./enc/cp1251.c -o cp1251.o >/dev/null 2>&1 | |
mv -f .deps/cp1251.Tpo .deps/cp1251.Plo | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -g -O2 -version-info 2:0:0 -o libonig.la -rpath /usr/local/lib regerror.lo regparse.lo regext.lo regcomp.lo regexec.lo reggnu.lo regenc.lo regsyntax.lo regtrav.lo regversion.lo st.lo regposix.lo regposerr.lo unicode.lo ascii.lo utf8.lo utf16_be.lo utf16_le.lo utf32_be.lo utf32_le.lo euc_jp.lo sjis.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo | |
libtool: link: /usr/bin/gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libonig.2.dylib .libs/regerror.o .libs/regparse.o .libs/regext.o .libs/regcomp.o .libs/regexec.o .libs/reggnu.o .libs/regenc.o .libs/regsyntax.o .libs/regtrav.o .libs/regversion.o .libs/st.o .libs/regposix.o .libs/regposerr.o .libs/unicode.o .libs/ascii.o .libs/utf8.o .libs/utf16_be.o .libs/utf16_le.o .libs/utf32_be.o .libs/utf32_le.o .libs/euc_jp.o .libs/sjis.o .libs/iso8859_1.o .libs/iso8859_2.o .libs/iso8859_3.o .libs/iso8859_4.o .libs/iso8859_5.o .libs/iso8859_6.o .libs/iso8859_7.o .libs/iso8859_8.o .libs/iso8859_9.o .libs/iso8859_10.o .libs/iso8859_11.o .libs/iso8859_13.o .libs/iso8859_14.o .libs/iso8859_15.o .libs/iso8859_16.o .libs/euc_tw.o .libs/euc_kr.o .libs/big5.o .libs/gb18030.o .libs/koi8_r.o .libs/cp1251.o -install_name /usr/local/lib/libonig.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module | |
libtool: link: dsymutil .libs/libonig.2.dylib || : | |
libtool: link: (cd ".libs" && rm -f "libonig.dylib" && ln -s "libonig.2.dylib" "libonig.dylib") | |
libtool: link: (cd ".libs" && rm -f "libonig.2.0.0.dylib" && ln -s "libonig.2.dylib" "libonig.2.0.0.dylib") | |
libtool: link: ar cru .libs/libonig.a regerror.o regparse.o regext.o regcomp.o regexec.o reggnu.o regenc.o regsyntax.o regtrav.o regversion.o st.o regposix.o regposerr.o unicode.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o sjis.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o | |
libtool: link: ranlib .libs/libonig.a | |
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" ) | |
1: LB vendor/udis86 | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-apple-darwin11.1.0 | |
checking host system type... x86_64-apple-darwin11.1.0 | |
checking for a BSD-compatible install... /sw/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /sw/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking for a sed that does not truncate output... /sw/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking for /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm | |
checking whether ln -s works... yes | |
checking how to recognise dependent libraries... pass_all | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for g77... no | |
checking for xlf... no | |
checking for f77... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for cf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for gfortran... gfortran | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether gfortran accepts -g... yes | |
checking the maximum length of command line arguments... 196608 | |
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... rm: cannot remove `conftest.dSYM': Is a directory | |
no | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... rm: cannot remove `conftest.dSYM': Is a directory | |
no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.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... no | |
checking whether to build static libraries... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common | |
checking if g++ PIC flag -fno-common works... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking if g++ static flag -static works... rm: cannot remove `conftest.dSYM': Is a directory | |
no | |
checking if g++ supports -c -o file.o... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
appending configuration tag "F77" to libtool | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gfortran option to produce PIC... -fno-common | |
checking if gfortran PIC flag -fno-common works... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking if gfortran static flag -static works... rm: cannot remove `conftest.dSYM': Is a directory | |
no | |
checking if gfortran supports -c -o file.o... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking whether the gfortran linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libudis86/Makefile | |
config.status: creating udcli/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
make all-recursive | |
Making all in libudis86 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c -o itab.lo itab.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c itab.c -o itab.o | |
mv -f .deps/itab.Tpo .deps/itab.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -o input.o | |
mv -f .deps/input.Tpo .deps/input.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o | |
mv -f .deps/decode.Tpo .deps/decode.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c -o syn.lo syn.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c syn.c -o syn.o | |
mv -f .deps/syn.Tpo .deps/syn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c -o syn-intel.lo syn-intel.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c syn-intel.c -o syn-intel.o | |
mv -f .deps/syn-intel.Tpo .deps/syn-intel.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c -o syn-att.lo syn-att.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c syn-att.c -o syn-att.o | |
mv -f .deps/syn-att.Tpo .deps/syn-att.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c -o udis86.lo udis86.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c udis86.c -o udis86.o | |
mv -f .deps/udis86.Tpo .deps/udis86.Plo | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -g -O2 -Wall -o libudis86.la -rpath /usr/local/lib itab.lo input.lo decode.lo syn.lo syn-intel.lo syn-att.lo udis86.lo | |
mkdir .libs | |
ar cru .libs/libudis86.a itab.o input.o decode.o syn.o syn-intel.o syn-att.o udis86.o | |
ranlib .libs/libudis86.a | |
creating libudis86.la | |
(cd .libs && rm -f libudis86.la && ln -s ../libudis86.la libudis86.la) | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in udcli | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I../libudis86 -I.. -g -O2 -Wall -MT udcli-udcli.o -MD -MP -MF .deps/udcli-udcli.Tpo -c -o udcli-udcli.o `test -f 'udcli.c' || echo './'`udcli.c | |
udcli.c: In function ‘main’: | |
udcli.c:119: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:119: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:130: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:130: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:151: warning: format ‘%lx’ expects type ‘long unsigned int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:151: warning: format ‘%lx’ expects type ‘long unsigned int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:193: warning: format ‘%016lx’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ | |
udcli.c:193: warning: format ‘%016lx’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ | |
mv -f .deps/udcli-udcli.Tpo .deps/udcli-udcli.Po | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/libudis86.la | |
mkdir .libs | |
/usr/bin/gcc-4.2 -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/.libs/libudis86.a | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in tests | |
make[2]: Nothing to be done for `all'. | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in docs | |
make[2]: Nothing to be done for `all'. | |
1: LB vendor/zlib | |
Checking for shared library support... | |
Building shared library libz.1.2.5.dylib with /usr/bin/gcc-4.2. | |
Checking for off64_t... No. | |
Checking for fseeko... Yes. | |
Checking for unistd.h... Yes. | |
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf(). | |
Checking for vsnprintf() in stdio.h... Yes. | |
Checking for return value of vsnprintf()... Yes. | |
Checking for attribute(visibility) support... Yes. | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o example.o example.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o adler32.o adler32.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o compress.o compress.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o crc32.o crc32.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o deflate.o deflate.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o gzclose.o gzclose.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o gzlib.o gzlib.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o gzread.o gzread.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o gzwrite.o gzwrite.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o infback.o infback.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o inffast.o inffast.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o inflate.o inflate.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o inftrees.o inftrees.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o trees.o trees.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o uncompr.o uncompr.c | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o zutil.o zutil.c | |
ar rc libz.a adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o | |
/usr/bin/gcc-4.2 -O3 -o example example.o -L. libz.a | |
/usr/bin/gcc-4.2 -O3 -I/opt/local/include -c -o minigzip.o minigzip.c | |
/usr/bin/gcc-4.2 -O3 -o minigzip minigzip.o -L. libz.a | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/adler32.o adler32.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/compress.o compress.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/crc32.o crc32.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/deflate.o deflate.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/gzclose.o gzclose.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/gzlib.o gzlib.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/gzread.o gzread.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/gzwrite.o gzwrite.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/infback.o infback.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/inffast.o inffast.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/inflate.o inflate.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/inftrees.o inftrees.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/trees.o trees.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/uncompr.o uncompr.c | |
/usr/bin/gcc-4.2 -O3 -fPIC -DPIC -c -o objs/zutil.o zutil.c | |
/usr/bin/gcc-4.2 -dynamiclib -install_name /usr/local/lib/libz.1.dylib -compatibility_version 1 -current_version 1.2.5 -O3 -fPIC -o libz.1.2.5.dylib adler32.lo compress.lo crc32.lo deflate.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo -lc -L. libz.a | |
rm -f libz.dylib libz.1.dylib | |
ln -s libz.1.2.5.dylib libz.dylib | |
ln -s libz.1.2.5.dylib libz.1.dylib | |
/usr/bin/gcc-4.2 -O3 -o examplesh example.o -L. libz.1.2.5.dylib | |
/usr/bin/gcc-4.2 -O3 -o minigzipsh minigzip.o -L. libz.1.2.5.dylib | |
Running 161 tasks using 4 parallel threads | |
2: CC vm/arguments.cpp | |
3: CC vm/builtin/access_variable.cpp | |
4: CC vm/agent_components.cpp | |
5: CC vm/agent.cpp | |
2: CC vm/builtin/alias.cpp | |
3: CC vm/builtin/array.cpp | |
2: CC vm/builtin/autoload.cpp | |
3: CC vm/builtin/basicobject.cpp | |
4: CC vm/builtin/bignum.cpp | |
5: CC vm/builtin/block_as_method.cpp | |
2: CC vm/builtin/block_environment.cpp | |
3: CC vm/builtin/bytearray.cpp | |
5: CC vm/builtin/cache.cpp | |
3: CC vm/builtin/call_unit.cpp | |
4: CC vm/builtin/call_unit_adapter.cpp | |
5: CC vm/builtin/capi_handle.cpp | |
3: CC vm/builtin/channel.cpp | |
4: CC vm/builtin/chararray.cpp | |
2: CC vm/builtin/class.cpp | |
5: CC vm/builtin/compactlookuptable.cpp | |
4: CC vm/builtin/compiledmethod.cpp | |
3: CC vm/builtin/data.cpp | |
5: CC vm/builtin/dir.cpp | |
2: CC vm/builtin/encoding.cpp | |
3: CC vm/builtin/exception.cpp | |
5: CC vm/builtin/executable.cpp | |
2: CC vm/builtin/ffi_pointer.cpp | |
5: CC vm/builtin/fiber.cpp | |
4: CC vm/builtin/find_object.cpp | |
2: CC vm/builtin/fixnum.cpp | |
3: CC vm/builtin/float.cpp | |
5: CC vm/builtin/global_cache_entry.cpp | |
4: CC vm/builtin/heap_dump.cpp | |
2: CC vm/builtin/immediates.cpp | |
5: CC vm/builtin/integer.cpp | |
3: CC vm/builtin/io.cpp | |
2: CC vm/builtin/iseq.cpp | |
5: CC vm/builtin/list.cpp | |
2: CC vm/builtin/location.cpp | |
4: CC vm/builtin/lookuptable.cpp | |
5: CC vm/builtin/methodtable.cpp | |
3: CC vm/builtin/module.cpp | |
2: CC vm/builtin/nativefunction.cpp | |
4: CC vm/builtin/nativemethod.cpp | |
5: CC vm/builtin/object.cpp | |
3: CC vm/builtin/pack18.cpp | |
2: CC vm/builtin/pack19.cpp | |
4: CC vm/builtin/packed_object.cpp | |
5: CC vm/builtin/proc.cpp | |
4: CC vm/builtin/randomizer.cpp | |
5: CC vm/builtin/regexp.cpp | |
4: CC vm/builtin/staticscope.cpp | |
5: CC vm/builtin/string.cpp | |
4: CC vm/builtin/symbol.cpp | |
4: CC vm/builtin/system.cpp | |
5: CC vm/builtin/thread.cpp | |
5: CC vm/builtin/thunk.cpp | |
5: CC vm/builtin/time.cpp | |
4: CC vm/builtin/tuple.cpp | |
5: CC vm/builtin/unpack18.cpp | |
4: CC vm/builtin/unpack19.cpp | |
3: CC vm/builtin/variable_scope.cpp | |
2: CC vm/builtin/weakref.cpp | |
3: CC vm/bytecode_verification.cpp | |
2: CC vm/call_frame.cpp | |
3: CC vm/capi/array.cpp | |
2: CC vm/capi/bignum.cpp | |
3: CC vm/capi/capi.cpp | |
2: CC vm/capi/class.cpp | |
5: CC vm/capi/data.cpp | |
2: CC vm/capi/encoding.cpp | |
5: CC vm/capi/exception.cpp | |
3: CC vm/capi/file.cpp | |
2: CC vm/capi/float.cpp | |
5: CC vm/capi/gc.cpp | |
3: CC vm/capi/globals.cpp | |
2: CC vm/capi/handle.cpp | |
4: CC vm/capi/hash.cpp | |
3: CC vm/capi/io.cpp | |
5: CC vm/capi/kernel.cpp | |
2: CC vm/capi/marshal.cpp | |
4: CC vm/capi/module.cpp | |
5: CC vm/capi/numeric.cpp | |
3: CC vm/capi/object.cpp | |
2: CC vm/capi/proc.cpp | |
4: CC vm/capi/range.cpp | |
2: CC vm/capi/regexp.cpp | |
5: CC vm/capi/string.cpp | |
3: CC vm/capi/string19.cpp | |
4: CC vm/capi/struct.cpp | |
2: CC vm/capi/symbol.cpp | |
3: CC vm/capi/thread.cpp | |
5: CC vm/capi/time.cpp | |
4: CC vm/capi/util.cpp | |
2: CC vm/compiled_file.cpp | |
3: CC vm/config_parser.cpp | |
5: CC vm/dispatch.cpp | |
4: CC vm/drivers/cli.cpp | |
2: CC vm/environment.cpp | |
5: CC vm/exception.cpp | |
3: CC vm/exception_point.cpp | |
4: CC vm/ffi.cpp | |
3: CC vm/ffi_util.cpp | |
3: CC vm/gc/baker.cpp | |
5: CC vm/gc/code_manager.cpp | |
4: CC vm/gc/debug.cpp | |
5: CC vm/gc/gc.cpp | |
4: CC vm/gc/heap.cpp | |
3: CC vm/gc/immix.cpp | |
4: CC vm/gc/inflated_headers.cpp | |
5: CC vm/gc/managed.cpp | |
2: CC vm/gc/marksweep.cpp | |
4: CC vm/gc/object_mark.cpp | |
5: CC vm/gc/root.cpp | |
3: CC vm/gc/walker.cpp | |
2: CC vm/gc/write_barrier.cpp | |
4: CC vm/global_cache.cpp | |
5: CC vm/helpers.cpp | |
2: CC vm/inline_cache.cpp | |
3: CC vm/instructions.cpp | |
4: CC vm/instruments/rbxti.cpp | |
5: CC vm/instruments/tooling.cpp | |
4: CC vm/kcode.cpp | |
5: CC vm/linkedlist.cpp | |
2: CC vm/llvm/autotypes.cpp | |
5: CC vm/llvm/inline.cpp | |
4: CC vm/llvm/inline_primitive.cpp | |
2: CC vm/llvm/jit.cpp | |
2: CC vm/llvm/jit_block.cpp | |
4: CC vm/llvm/jit_builder.cpp | |
5: CC vm/llvm/jit_compiler.cpp | |
5: CC vm/llvm/jit_context.cpp | |
2: CC vm/llvm/jit_inline_block.cpp | |
5: CC vm/llvm/jit_inline_method.cpp | |
3: CC vm/llvm/jit_method.cpp | |
2: CC vm/llvm/jit_runtime.cpp | |
5: CC vm/llvm/jit_util.cpp | |
2: CC vm/llvm/passes.cpp | |
5: CC vm/llvm/types.cpp | |
3: CC vm/marshal.cpp | |
2: CC vm/missing/crypt.c | |
2: CC vm/missing/windows.cpp | |
2: CC vm/objectmemory.cpp | |
3: CC vm/ontology.cpp | |
4: CC vm/oop.cpp | |
5: CC vm/primitives.cpp | |
4: CC vm/shared_state.cpp | |
3: CC vm/signal.cpp | |
2: CC vm/stack_variables.cpp | |
3: CC vm/symboltable.cpp | |
2: CC vm/thread_state.cpp | |
3: CC vm/type_info.cpp | |
4: CC vm/util/dlmalloc.c | |
2: CC vm/util/sha1.c | |
2: CC vm/util/spinlock.cpp | |
2: CC vm/util/strlcat.cpp | |
2: CC vm/util/strlcpy.cpp | |
4: CC vm/util/time.c | |
2: CC vm/virtual.cpp | |
2: CC vm/vm.cpp | |
4: CC vm/vmmethod.cpp | |
Build time: 178.502381 seconds | |
1: LD vm/vm | |
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame | |
/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -S rake -r /Users/bruceb/.rvm/src/rbx-2.0.0pre/config.rb -r /Users/bruceb/.rvm/src/rbx-2.0.0pre/rakelib/ext_helper.rb -r /Users/bruceb/.rvm/src/rbx-2.0.0pre/rakelib/dependency_grapher.rb build:build | |
GEN lib/compiler/opcodes.rb | |
GEN lib/compiler/generator_methods.rb | |
Building bootstrap Melbourne for MRI | |
CXX bstrlib.c | |
CXX encoding_compat.cpp | |
CXX grammar18.cpp | |
CXX grammar19.cpp | |
CXX melbourne.cpp | |
CXX node_types18.cpp | |
CXX node_types19.cpp | |
CXX quark.cpp | |
CXX symbols.cpp | |
CXX var_table18.cpp | |
CXX var_table19.cpp | |
CXX visitor18.cpp | |
CXX visitor19.cpp | |
LDSHARED build/melbourne20.bundle | |
i686-apple-darwin11-llvm-g++-4.2: -bundle not allowed with -dynamiclib | |
rake aborted! | |
Command failed with status (1): [g++ -dynamic -bundle -undefined suppress -flat_namespace -lstdc++ build/bstrlib.o build/encoding_compat.o build/grammar18.o build/grammar19.o build/melbourne.o build/node_types18.o build/node_types19.o build/quark.o build/symbols.o build/var_table18.o build/var_table19.o build/visitor18.o build/visitor19.o -arch x86_64 -dynamiclib -undefined suppress -flat_namespace -L. -arch x86_64 -bind_at_load -lruby -L. -L/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/lib -ldl -lobjc -o build/melbourne20.bundle > /dev/null] | |
Tasks: TOP => build:build => build/melbourne20.bundle | |
(See full trace by running task with --trace) | |
rake aborted! | |
Command failed with status (1): [/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/...] | |
Tasks: TOP => install => build => build:build => kernel:build => compiler:load => lib/ext/melbourne/build/melbourne.bundle => extensions:melbourne_build | |
(See full trace by running task with --trace) |
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
[2011-09-21 03:20:30] /Users/bruceb/.rvm/wrappers/ruby-1.8.7-p352/rake install | |
warning: refname 'HEAD' is ambiguous. | |
/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h | |
GEN vm/gen/config_variables.h | |
/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby vm/codegen/encoding_extract.rb /Users/bruceb/.rvm/src/vendor/onig vm/gen/encoding_database.cpp | |
/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby vm/codegen/field_extract.rb vm/builtin/basicobject.hpp vm/builtin/object.hpp vm/builtin/integer.hpp vm/builtin/fixnum.hpp vm/builtin/array.hpp vm/builtin/bignum.hpp vm/builtin/executable.hpp vm/builtin/access_variable.hpp vm/builtin/alias.hpp vm/builtin/block_environment.hpp vm/builtin/block_as_method.hpp vm/builtin/bytearray.hpp vm/builtin/chararray.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/class.hpp vm/builtin/compiledmethod.hpp vm/builtin/data.hpp vm/builtin/dir.hpp vm/builtin/exception.hpp vm/builtin/float.hpp vm/builtin/immediates.hpp vm/builtin/iseq.hpp vm/builtin/list.hpp vm/builtin/lookuptable.hpp vm/builtin/ffi_pointer.hpp vm/builtin/methodtable.hpp vm/builtin/nativefunction.hpp vm/builtin/packed_object.hpp vm/builtin/randomizer.hpp vm/builtin/regexp.hpp vm/builtin/staticscope.hpp vm/builtin/string.hpp vm/builtin/symbol.hpp vm/builtin/thread.hpp vm/builtin/tuple.hpp vm/builtin/compactlookuptable.hpp vm/builtin/time.hpp vm/builtin/nativemethod.hpp vm/builtin/system.hpp vm/builtin/autoload.hpp vm/builtin/proc.hpp vm/builtin/variable_scope.hpp vm/builtin/location.hpp vm/builtin/capi_handle.hpp vm/builtin/global_cache_entry.hpp vm/builtin/weakref.hpp vm/builtin/fiber.hpp vm/builtin/thunk.hpp vm/builtin/call_unit.hpp vm/builtin/call_unit_adapter.hpp vm/builtin/cache.hpp vm/builtin/encoding.hpp | |
GEN vm/gen/instruction_names.cpp | |
GEN vm/gen/instruction_names.hpp | |
GEN vm/gen/instruction_sizes.hpp | |
GEN vm/gen/instruction_prototypes.hpp | |
GEN vm/gen/instruction_defines.hpp | |
GEN vm/gen/instruction_locations.hpp | |
GEN vm/gen/instruction_implementations.hpp | |
GEN vm/gen/instruction_visitors.hpp | |
GEN vm/gen/instruction_effects.hpp | |
1: LB vendor/libffi | |
checking build system type... x86_64-apple-darwin11.1.0 | |
checking host system type... x86_64-apple-darwin11.1.0 | |
checking target system type... x86_64-apple-darwin11.1.0 | |
checking for a BSD-compatible install... /sw/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /sw/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes | |
checking for a sed that does not truncate output... /sw/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/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/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 for /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok | |
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 how to run the C preprocessor... /usr/bin/gcc-4.2 -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/gcc-4.2 supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.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... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
checking for sys/mman.h... (cached) yes | |
checking for mmap... (cached) yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... no | |
checking for MAP_ANON(YMOUS)... yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking for ANSI C header files... (cached) yes | |
checking for memcpy... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking size of double... 8 | |
checking size of long double... 16 | |
checking whether byte ordering is bigendian... no | |
checking assembler .cfi pseudo-op support... no | |
checking whether .eh_frame section should be read-only... no | |
checking for __attribute__((visibility("hidden")))... no | |
configure: creating ./config.status | |
config.status: creating include/Makefile | |
config.status: creating include/ffi.h | |
config.status: creating Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating man/Makefile | |
config.status: creating libffi.pc | |
config.status: creating fficonfig.h | |
config.status: linking src/x86/ffitarget.h to include/ffitarget.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing include commands | |
config.status: executing src commands | |
make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-g -O2" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/sw/bin/ginstall -c" "INSTALL_DATA=/sw/bin/ginstall -c -m 644" "INSTALL_PROGRAM=/sw/bin/ginstall -c" "INSTALL_SCRIPT=/sw/bin/ginstall -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /Users/bruceb/.rvm/src/rbx-head/vendor/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/sh" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar" "AS=as" "CC=/usr/bin/gcc-4.2" "CXX=g++" "LD=/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld" "NM=/usr/bin/nm" "RANLIB=ranlib" "DESTDIR=" all-recursive | |
Making all in include | |
make[2]: Nothing to be done for `all'. | |
Making all in testsuite | |
make[2]: Nothing to be done for `all'. | |
depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF $depbase.Tpo -c -o src/debug.lo src/debug.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -fno-common -DPIC -o src/.libs/debug.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -o src/debug.o >/dev/null 2>&1 | |
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fno-common -DPIC -o src/.libs/prep_cif.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1 | |
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fno-common -DPIC -o src/.libs/types.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1 | |
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fno-common -DPIC -o src/.libs/raw_api.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1 | |
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fno-common -DPIC -o src/.libs/java_raw_api.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1 | |
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fno-common -DPIC -o src/.libs/closures.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1 | |
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo src/x86/ffi.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -fno-common -DPIC -o src/x86/.libs/ffi.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1 | |
depbase=`echo src/x86/darwin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin.lo src/x86/darwin.S &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -fno-common -DPIC -o src/x86/.libs/darwin.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -o src/x86/darwin.o >/dev/null 2>&1 | |
depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo src/x86/ffi64.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -fno-common -DPIC -o src/x86/.libs/ffi64.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1 | |
depbase=`echo src/x86/darwin64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin64.lo src/x86/darwin64.S &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -fno-common -DPIC -o src/x86/.libs/darwin64.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/opt/local/include -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -o src/x86/darwin64.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -Wall -g -fexceptions -g -O2 -version-info `grep -v '^#' ./libtool-version` -o libffi.la -rpath /usr/local/lib src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo | |
libtool: link: /usr/bin/gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libffi.5.dylib src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o -install_name /usr/local/lib/libffi.5.dylib -compatibility_version 6 -current_version 6.10 -Wl,-single_module | |
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame | |
libtool: link: dsymutil .libs/libffi.5.dylib || : | |
libtool: link: (cd ".libs" && rm -f "libffi.dylib" && ln -s "libffi.5.dylib" "libffi.dylib") | |
libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi.o src/x86/darwin.o src/x86/ffi64.o src/x86/darwin64.o | |
/usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols | |
libtool: link: ranlib .libs/libffi.a | |
ranlib: file: .libs/libffi.a(ffi.o) has no symbols | |
ranlib: file: .libs/libffi.a(darwin.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" ) | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -Wall -g -fexceptions -g -O2 -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo | |
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o | |
/usr/bin/ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols | |
libtool: link: ranlib .libs/libffi_convenience.a | |
ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols | |
ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) | |
1: LB vendor/libgdtoa | |
/usr/bin/gcc-4.2 -o check_prog -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS -I/opt/local/include arithchk.c || /usr/bin/gcc-4.2 -o check_prog -DNO_LONG_LONG -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS -I/opt/local/include arithchk.c | |
arithchk.c: In function ‘ccheck’: | |
arithchk.c:109: warning: format not a string literal and no format arguments | |
arithchk.c:109: warning: format not a string literal and no format arguments | |
./check_prog >arith.h | |
rm -f check_prog arithchk.o | |
/usr/bin/gcc-4.2 -o check_prog -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS -I/opt/local/include qnan.c | |
qnan.c: In function ‘main’: | |
qnan.c:99: warning: zero-length printf format string | |
qnan.c:99: warning: zero-length printf format string | |
./check_prog >gd_qnan.h | |
rm -f check_prog qnan.o | |
CC dmisc.o | |
CC dtoa.o | |
CC g_Qfmt.o | |
CC g__fmt.o | |
CC g_ddfmt.o | |
CC g_dfmt.o | |
CC g_ffmt.o | |
CC g_xLfmt.o | |
CC g_xfmt.o | |
CC gdtoa.o | |
CC gethex.o | |
CC gmisc.o | |
CC hd_init.o | |
CC hexnan.o | |
CC misc.o | |
CC smisc.o | |
CC strtoIQ.o | |
CC strtoId.o | |
CC strtoIdd.o | |
CC strtoIf.o | |
CC strtoIg.o | |
CC strtoIx.o | |
CC strtoIxL.o | |
CC strtod.o | |
CC strtodI.o | |
CC strtodg.o | |
CC strtof.o | |
CC strtopQ.o | |
CC strtopd.o | |
CC strtopdd.o | |
CC strtopf.o | |
CC strtopx.o | |
CC strtopxL.o | |
CC strtorQ.o | |
CC strtord.o | |
CC strtordd.o | |
CC strtorf.o | |
CC strtorx.o | |
CC strtorxL.o | |
CC sum.o | |
CC ulp.o | |
ar cru libgdtoa.a dmisc.o dtoa.o g_Qfmt.o g__fmt.o g_ddfmt.o g_dfmt.o g_ffmt.o g_xLfmt.o g_xfmt.o gdtoa.o gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o strtoIQ.o strtoId.o strtoIdd.o strtoIf.o strtoIg.o strtoIx.o strtoIxL.o strtod.o strtodI.o strtodg.o strtof.o strtopQ.o strtopd.o strtopdd.o strtopf.o strtopx.o strtopxL.o strtorQ.o strtord.o strtordd.o strtorf.o strtorx.o strtorxL.o sum.o ulp.o | |
ranlib libgdtoa.a | |
1: LB vendor/libtommath | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bncore.o bncore.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init.o bn_mp_init.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_clear.o bn_mp_clear.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_exch.o bn_mp_exch.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_grow.o bn_mp_grow.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_shrink.o bn_mp_shrink.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_clamp.o bn_mp_clamp.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_zero.o bn_mp_zero.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_set.o bn_mp_set.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_set_int.o bn_mp_set_int.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_size.o bn_mp_init_size.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_copy.o bn_mp_copy.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_copy.o bn_mp_init_copy.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_abs.o bn_mp_abs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_neg.o bn_mp_neg.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_cmp.o bn_mp_cmp.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_rshd.o bn_mp_rshd.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_lshd.o bn_mp_lshd.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div_2d.o bn_mp_div_2d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div_2.o bn_mp_div_2.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mul_2.o bn_mp_mul_2.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_add.o bn_s_mp_add.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_sub.o bn_s_mp_sub.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_add.o bn_mp_add.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sub.o bn_mp_sub.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mul.o bn_mp_mul.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sqr.o bn_mp_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div.o bn_mp_div.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mod.o bn_mp_mod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_add_d.o bn_mp_add_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sub_d.o bn_mp_sub_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mul_d.o bn_mp_mul_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div_d.o bn_mp_div_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mod_d.o bn_mp_mod_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_expt_d.o bn_mp_expt_d.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_addmod.o bn_mp_addmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_submod.o bn_mp_submod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_mulmod.o bn_mp_mulmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_gcd.o bn_mp_gcd.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_lcm.o bn_mp_lcm.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_invmod.o bn_mp_invmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce.o bn_mp_reduce.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_exptmod.o bn_mp_exptmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_2expt.o bn_mp_2expt.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_n_root.o bn_mp_n_root.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_jacobi.o bn_mp_jacobi.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_reverse.o bn_reverse.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_count_bits.o bn_mp_count_bits.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_xor.o bn_mp_xor.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_and.o bn_mp_and.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_or.o bn_mp_or.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_rand.o bn_mp_rand.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_prime_tab.o bn_prime_tab.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_div_3.o bn_mp_div_3.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_read_radix.o bn_mp_read_radix.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toradix.o bn_mp_toradix.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_radix_size.o bn_mp_radix_size.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_fread.o bn_mp_fread.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_fwrite.o bn_mp_fwrite.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_error.o bn_error.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_multi.o bn_mp_init_multi.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_toradix_nd.o bn_mp_toradix_nd.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_get_int.o bn_mp_get_int.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_sqrt.o bn_mp_sqrt.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_is_square.o bn_mp_is_square.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_set.o bn_mp_init_set.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c | |
/usr/bin/gcc-4.2 -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O3 -funroll-loops -ggdb3 -I/opt/local/include -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c | |
ar rv libtommath.a bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o bn_mp_clamp.o bn_mp_zero.o bn_mp_set.o bn_mp_set_int.o bn_mp_init_size.o bn_mp_copy.o bn_mp_init_copy.o bn_mp_abs.o bn_mp_neg.o bn_mp_cmp_mag.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_rshd.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_div_2d.o bn_mp_mul_2d.o bn_mp_div_2.o bn_mp_mul_2.o bn_s_mp_add.o bn_s_mp_sub.o bn_fast_s_mp_mul_digs.o bn_s_mp_mul_digs.o bn_fast_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.o bn_fast_s_mp_sqr.o bn_s_mp_sqr.o bn_mp_add.o bn_mp_sub.o bn_mp_karatsuba_mul.o bn_mp_mul.o bn_mp_karatsuba_sqr.o bn_mp_sqr.o bn_mp_div.o bn_mp_mod.o bn_mp_add_d.o bn_mp_sub_d.o bn_mp_mul_d.o bn_mp_div_d.o bn_mp_mod_d.o bn_mp_expt_d.o bn_mp_addmod.o bn_mp_submod.o bn_mp_mulmod.o bn_mp_sqrmod.o bn_mp_gcd.o bn_mp_lcm.o bn_fast_mp_invmod.o bn_mp_invmod.o bn_mp_reduce.o bn_mp_montgomery_setup.o bn_fast_mp_montgomery_reduce.o bn_mp_montgomery_reduce.o bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o bn_mp_count_bits.o bn_mp_read_unsigned_bin.o bn_mp_read_signed_bin.o bn_mp_to_unsigned_bin.o bn_mp_to_signed_bin.o bn_mp_unsigned_bin_size.o bn_mp_signed_bin_size.o bn_mp_xor.o bn_mp_and.o bn_mp_or.o bn_mp_rand.o bn_mp_montgomery_calc_normalization.o bn_mp_prime_is_divisible.o bn_prime_tab.o bn_mp_prime_fermat.o bn_mp_prime_miller_rabin.o bn_mp_prime_is_prime.o bn_mp_prime_next_prime.o bn_mp_dr_reduce.o bn_mp_dr_is_modulus.o bn_mp_dr_setup.o bn_mp_reduce_setup.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_div_3.o bn_s_mp_exptmod.o bn_mp_reduce_2k.o bn_mp_reduce_is_2k.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_l.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_2k_setup_l.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_toradix.o bn_mp_radix_size.o bn_mp_fread.o bn_mp_fwrite.o bn_mp_cnt_lsb.o bn_error.o bn_mp_init_multi.o bn_mp_clear_multi.o bn_mp_exteuclid.o bn_mp_toradix_n.o bn_mp_toradix_nd.o bn_mp_prime_random_ex.o bn_mp_get_int.o bn_mp_sqrt.o bn_mp_is_square.o bn_mp_init_set.o bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o | |
ar: creating archive libtommath.a | |
a - bncore.o | |
a - bn_mp_init.o | |
a - bn_mp_clear.o | |
a - bn_mp_exch.o | |
a - bn_mp_grow.o | |
a - bn_mp_shrink.o | |
a - bn_mp_clamp.o | |
a - bn_mp_zero.o | |
a - bn_mp_set.o | |
a - bn_mp_set_int.o | |
a - bn_mp_init_size.o | |
a - bn_mp_copy.o | |
a - bn_mp_init_copy.o | |
a - bn_mp_abs.o | |
a - bn_mp_neg.o | |
a - bn_mp_cmp_mag.o | |
a - bn_mp_cmp.o | |
a - bn_mp_cmp_d.o | |
a - bn_mp_rshd.o | |
a - bn_mp_lshd.o | |
a - bn_mp_mod_2d.o | |
a - bn_mp_div_2d.o | |
a - bn_mp_mul_2d.o | |
a - bn_mp_div_2.o | |
a - bn_mp_mul_2.o | |
a - bn_s_mp_add.o | |
a - bn_s_mp_sub.o | |
a - bn_fast_s_mp_mul_digs.o | |
a - bn_s_mp_mul_digs.o | |
a - bn_fast_s_mp_mul_high_digs.o | |
a - bn_s_mp_mul_high_digs.o | |
a - bn_fast_s_mp_sqr.o | |
a - bn_s_mp_sqr.o | |
a - bn_mp_add.o | |
a - bn_mp_sub.o | |
a - bn_mp_karatsuba_mul.o | |
a - bn_mp_mul.o | |
a - bn_mp_karatsuba_sqr.o | |
a - bn_mp_sqr.o | |
a - bn_mp_div.o | |
a - bn_mp_mod.o | |
a - bn_mp_add_d.o | |
a - bn_mp_sub_d.o | |
a - bn_mp_mul_d.o | |
a - bn_mp_div_d.o | |
a - bn_mp_mod_d.o | |
a - bn_mp_expt_d.o | |
a - bn_mp_addmod.o | |
a - bn_mp_submod.o | |
a - bn_mp_mulmod.o | |
a - bn_mp_sqrmod.o | |
a - bn_mp_gcd.o | |
a - bn_mp_lcm.o | |
a - bn_fast_mp_invmod.o | |
a - bn_mp_invmod.o | |
a - bn_mp_reduce.o | |
a - bn_mp_montgomery_setup.o | |
a - bn_fast_mp_montgomery_reduce.o | |
a - bn_mp_montgomery_reduce.o | |
a - bn_mp_exptmod_fast.o | |
a - bn_mp_exptmod.o | |
a - bn_mp_2expt.o | |
a - bn_mp_n_root.o | |
a - bn_mp_jacobi.o | |
a - bn_reverse.o | |
a - bn_mp_count_bits.o | |
a - bn_mp_read_unsigned_bin.o | |
a - bn_mp_read_signed_bin.o | |
a - bn_mp_to_unsigned_bin.o | |
a - bn_mp_to_signed_bin.o | |
a - bn_mp_unsigned_bin_size.o | |
a - bn_mp_signed_bin_size.o | |
a - bn_mp_xor.o | |
a - bn_mp_and.o | |
a - bn_mp_or.o | |
a - bn_mp_rand.o | |
a - bn_mp_montgomery_calc_normalization.o | |
a - bn_mp_prime_is_divisible.o | |
a - bn_prime_tab.o | |
a - bn_mp_prime_fermat.o | |
a - bn_mp_prime_miller_rabin.o | |
a - bn_mp_prime_is_prime.o | |
a - bn_mp_prime_next_prime.o | |
a - bn_mp_dr_reduce.o | |
a - bn_mp_dr_is_modulus.o | |
a - bn_mp_dr_setup.o | |
a - bn_mp_reduce_setup.o | |
a - bn_mp_toom_mul.o | |
a - bn_mp_toom_sqr.o | |
a - bn_mp_div_3.o | |
a - bn_s_mp_exptmod.o | |
a - bn_mp_reduce_2k.o | |
a - bn_mp_reduce_is_2k.o | |
a - bn_mp_reduce_2k_setup.o | |
a - bn_mp_reduce_2k_l.o | |
a - bn_mp_reduce_is_2k_l.o | |
a - bn_mp_reduce_2k_setup_l.o | |
a - bn_mp_radix_smap.o | |
a - bn_mp_read_radix.o | |
a - bn_mp_toradix.o | |
a - bn_mp_radix_size.o | |
a - bn_mp_fread.o | |
a - bn_mp_fwrite.o | |
a - bn_mp_cnt_lsb.o | |
a - bn_error.o | |
a - bn_mp_init_multi.o | |
a - bn_mp_clear_multi.o | |
a - bn_mp_exteuclid.o | |
a - bn_mp_toradix_n.o | |
a - bn_mp_toradix_nd.o | |
a - bn_mp_prime_random_ex.o | |
a - bn_mp_get_int.o | |
a - bn_mp_sqrt.o | |
a - bn_mp_is_square.o | |
a - bn_mp_init_set.o | |
a - bn_mp_init_set_int.o | |
a - bn_mp_invmod_slow.o | |
a - bn_mp_prime_rabin_miller_trials.o | |
a - bn_mp_to_signed_bin_n.o | |
a - bn_mp_to_unsigned_bin_n.o | |
ranlib libtommath.a | |
1: LB vendor/onig | |
checking for a BSD-compatible install... /sw/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /sw/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
./configure: line 2431: test: =: unary operator expected | |
./configure: line 2444: test: =: unary operator expected | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking build system type... x86_64-apple-darwin11.1.0 | |
checking host system type... x86_64-apple-darwin11.1.0 | |
checking for a sed that does not truncate output... /sw/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/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/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 for /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok | |
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 how to run the C preprocessor... /usr/bin/gcc-4.2 -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/gcc-4.2 supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.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... yes | |
checking for a BSD-compatible install... /sw/bin/ginstall -c | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for ANSI C header files... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for int... yes | |
checking size of int... 4 | |
checking for short... yes | |
checking size of short... 2 | |
checking for long... yes | |
checking size of long... 8 | |
checking for an ANSI C-conforming const... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for working memcmp... yes | |
checking for prototypes... yes | |
checking for variable length prototypes and stdarg.h... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating onig-config | |
config.status: creating sample/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default commands | |
make all-recursive | |
Making all in . | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c -o regerror.lo regerror.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -fno-common -DPIC -o .libs/regerror.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o >/dev/null 2>&1 | |
mv -f .deps/regerror.Tpo .deps/regerror.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c -o regparse.lo regparse.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -fno-common -DPIC -o .libs/regparse.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -o regparse.o >/dev/null 2>&1 | |
mv -f .deps/regparse.Tpo .deps/regparse.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c -o regext.lo regext.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -fno-common -DPIC -o .libs/regext.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -o regext.o >/dev/null 2>&1 | |
mv -f .deps/regext.Tpo .deps/regext.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.lo regcomp.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -fno-common -DPIC -o .libs/regcomp.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o >/dev/null 2>&1 | |
mv -f .deps/regcomp.Tpo .deps/regcomp.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c -o regexec.lo regexec.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -fno-common -DPIC -o .libs/regexec.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o >/dev/null 2>&1 | |
mv -f .deps/regexec.Tpo .deps/regexec.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c -o reggnu.lo reggnu.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c reggnu.c -fno-common -DPIC -o .libs/reggnu.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c reggnu.c -o reggnu.o >/dev/null 2>&1 | |
mv -f .deps/reggnu.Tpo .deps/reggnu.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c -o regenc.lo regenc.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -fno-common -DPIC -o .libs/regenc.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -o regenc.o >/dev/null 2>&1 | |
mv -f .deps/regenc.Tpo .deps/regenc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c -o regsyntax.lo regsyntax.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -fno-common -DPIC -o .libs/regsyntax.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -o regsyntax.o >/dev/null 2>&1 | |
mv -f .deps/regsyntax.Tpo .deps/regsyntax.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c -o regtrav.lo regtrav.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -fno-common -DPIC -o .libs/regtrav.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -o regtrav.o >/dev/null 2>&1 | |
mv -f .deps/regtrav.Tpo .deps/regtrav.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c -o regversion.lo regversion.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c regversion.c -fno-common -DPIC -o .libs/regversion.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c regversion.c -o regversion.o >/dev/null 2>&1 | |
mv -f .deps/regversion.Tpo .deps/regversion.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c -o st.lo st.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c st.c -fno-common -DPIC -o .libs/st.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c st.c -o st.o >/dev/null 2>&1 | |
mv -f .deps/st.Tpo .deps/st.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c -o regposix.lo regposix.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c regposix.c -fno-common -DPIC -o .libs/regposix.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c regposix.c -o regposix.o >/dev/null 2>&1 | |
mv -f .deps/regposix.Tpo .deps/regposix.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c -o regposerr.lo regposerr.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c regposerr.c -fno-common -DPIC -o .libs/regposerr.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c regposerr.c -o regposerr.o >/dev/null 2>&1 | |
mv -f .deps/regposerr.Tpo .deps/regposerr.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c -o unicode.lo `test -f './enc/unicode.c' || echo './'`./enc/unicode.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c ./enc/unicode.c -fno-common -DPIC -o .libs/unicode.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c ./enc/unicode.c -o unicode.o >/dev/null 2>&1 | |
mv -f .deps/unicode.Tpo .deps/unicode.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c -o ascii.lo `test -f './enc/ascii.c' || echo './'`./enc/ascii.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c ./enc/ascii.c -fno-common -DPIC -o .libs/ascii.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c ./enc/ascii.c -o ascii.o >/dev/null 2>&1 | |
mv -f .deps/ascii.Tpo .deps/ascii.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo `test -f './enc/utf8.c' || echo './'`./enc/utf8.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c ./enc/utf8.c -fno-common -DPIC -o .libs/utf8.o | |
./enc/utf8.c: In function ‘mbc_validate_prefix’: | |
./enc/utf8.c:70: warning: initialization discards qualifiers from pointer target type | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c ./enc/utf8.c -o utf8.o >/dev/null 2>&1 | |
mv -f .deps/utf8.Tpo .deps/utf8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c -o utf16_be.lo `test -f './enc/utf16_be.c' || echo './'`./enc/utf16_be.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c ./enc/utf16_be.c -fno-common -DPIC -o .libs/utf16_be.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c ./enc/utf16_be.c -o utf16_be.o >/dev/null 2>&1 | |
mv -f .deps/utf16_be.Tpo .deps/utf16_be.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c -o utf16_le.lo `test -f './enc/utf16_le.c' || echo './'`./enc/utf16_le.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c ./enc/utf16_le.c -fno-common -DPIC -o .libs/utf16_le.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c ./enc/utf16_le.c -o utf16_le.o >/dev/null 2>&1 | |
mv -f .deps/utf16_le.Tpo .deps/utf16_le.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c -o utf32_be.lo `test -f './enc/utf32_be.c' || echo './'`./enc/utf32_be.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c ./enc/utf32_be.c -fno-common -DPIC -o .libs/utf32_be.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c ./enc/utf32_be.c -o utf32_be.o >/dev/null 2>&1 | |
mv -f .deps/utf32_be.Tpo .deps/utf32_be.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c -o utf32_le.lo `test -f './enc/utf32_le.c' || echo './'`./enc/utf32_le.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c ./enc/utf32_le.c -fno-common -DPIC -o .libs/utf32_le.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c ./enc/utf32_le.c -o utf32_le.o >/dev/null 2>&1 | |
mv -f .deps/utf32_le.Tpo .deps/utf32_le.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c -o euc_jp.lo `test -f './enc/euc_jp.c' || echo './'`./enc/euc_jp.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c ./enc/euc_jp.c -fno-common -DPIC -o .libs/euc_jp.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c ./enc/euc_jp.c -o euc_jp.o >/dev/null 2>&1 | |
mv -f .deps/euc_jp.Tpo .deps/euc_jp.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c -o sjis.lo `test -f './enc/sjis.c' || echo './'`./enc/sjis.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c ./enc/sjis.c -fno-common -DPIC -o .libs/sjis.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c ./enc/sjis.c -o sjis.o >/dev/null 2>&1 | |
mv -f .deps/sjis.Tpo .deps/sjis.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c -o iso8859_1.lo `test -f './enc/iso8859_1.c' || echo './'`./enc/iso8859_1.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c ./enc/iso8859_1.c -fno-common -DPIC -o .libs/iso8859_1.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c ./enc/iso8859_1.c -o iso8859_1.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_1.Tpo .deps/iso8859_1.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c -o iso8859_2.lo `test -f './enc/iso8859_2.c' || echo './'`./enc/iso8859_2.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c ./enc/iso8859_2.c -fno-common -DPIC -o .libs/iso8859_2.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c ./enc/iso8859_2.c -o iso8859_2.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_2.Tpo .deps/iso8859_2.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c -o iso8859_3.lo `test -f './enc/iso8859_3.c' || echo './'`./enc/iso8859_3.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c ./enc/iso8859_3.c -fno-common -DPIC -o .libs/iso8859_3.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c ./enc/iso8859_3.c -o iso8859_3.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_3.Tpo .deps/iso8859_3.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c -o iso8859_4.lo `test -f './enc/iso8859_4.c' || echo './'`./enc/iso8859_4.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c ./enc/iso8859_4.c -fno-common -DPIC -o .libs/iso8859_4.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c ./enc/iso8859_4.c -o iso8859_4.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_4.Tpo .deps/iso8859_4.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c -o iso8859_5.lo `test -f './enc/iso8859_5.c' || echo './'`./enc/iso8859_5.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c ./enc/iso8859_5.c -fno-common -DPIC -o .libs/iso8859_5.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c ./enc/iso8859_5.c -o iso8859_5.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_5.Tpo .deps/iso8859_5.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c -o iso8859_6.lo `test -f './enc/iso8859_6.c' || echo './'`./enc/iso8859_6.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c ./enc/iso8859_6.c -fno-common -DPIC -o .libs/iso8859_6.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c ./enc/iso8859_6.c -o iso8859_6.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_6.Tpo .deps/iso8859_6.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c -o iso8859_7.lo `test -f './enc/iso8859_7.c' || echo './'`./enc/iso8859_7.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c ./enc/iso8859_7.c -fno-common -DPIC -o .libs/iso8859_7.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c ./enc/iso8859_7.c -o iso8859_7.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_7.Tpo .deps/iso8859_7.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c -o iso8859_8.lo `test -f './enc/iso8859_8.c' || echo './'`./enc/iso8859_8.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c ./enc/iso8859_8.c -fno-common -DPIC -o .libs/iso8859_8.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c ./enc/iso8859_8.c -o iso8859_8.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_8.Tpo .deps/iso8859_8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c -o iso8859_9.lo `test -f './enc/iso8859_9.c' || echo './'`./enc/iso8859_9.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c ./enc/iso8859_9.c -fno-common -DPIC -o .libs/iso8859_9.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c ./enc/iso8859_9.c -o iso8859_9.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_9.Tpo .deps/iso8859_9.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c -o iso8859_10.lo `test -f './enc/iso8859_10.c' || echo './'`./enc/iso8859_10.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c ./enc/iso8859_10.c -fno-common -DPIC -o .libs/iso8859_10.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c ./enc/iso8859_10.c -o iso8859_10.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_10.Tpo .deps/iso8859_10.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c -o iso8859_11.lo `test -f './enc/iso8859_11.c' || echo './'`./enc/iso8859_11.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c ./enc/iso8859_11.c -fno-common -DPIC -o .libs/iso8859_11.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c ./enc/iso8859_11.c -o iso8859_11.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_11.Tpo .deps/iso8859_11.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c -o iso8859_13.lo `test -f './enc/iso8859_13.c' || echo './'`./enc/iso8859_13.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c ./enc/iso8859_13.c -fno-common -DPIC -o .libs/iso8859_13.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c ./enc/iso8859_13.c -o iso8859_13.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_13.Tpo .deps/iso8859_13.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c -o iso8859_14.lo `test -f './enc/iso8859_14.c' || echo './'`./enc/iso8859_14.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c ./enc/iso8859_14.c -fno-common -DPIC -o .libs/iso8859_14.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c ./enc/iso8859_14.c -o iso8859_14.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_14.Tpo .deps/iso8859_14.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c -o iso8859_15.lo `test -f './enc/iso8859_15.c' || echo './'`./enc/iso8859_15.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c ./enc/iso8859_15.c -fno-common -DPIC -o .libs/iso8859_15.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c ./enc/iso8859_15.c -o iso8859_15.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_15.Tpo .deps/iso8859_15.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c -o iso8859_16.lo `test -f './enc/iso8859_16.c' || echo './'`./enc/iso8859_16.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c ./enc/iso8859_16.c -fno-common -DPIC -o .libs/iso8859_16.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c ./enc/iso8859_16.c -o iso8859_16.o >/dev/null 2>&1 | |
mv -f .deps/iso8859_16.Tpo .deps/iso8859_16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c -o euc_tw.lo `test -f './enc/euc_tw.c' || echo './'`./enc/euc_tw.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c ./enc/euc_tw.c -fno-common -DPIC -o .libs/euc_tw.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c ./enc/euc_tw.c -o euc_tw.o >/dev/null 2>&1 | |
mv -f .deps/euc_tw.Tpo .deps/euc_tw.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c -o euc_kr.lo `test -f './enc/euc_kr.c' || echo './'`./enc/euc_kr.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c ./enc/euc_kr.c -fno-common -DPIC -o .libs/euc_kr.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c ./enc/euc_kr.c -o euc_kr.o >/dev/null 2>&1 | |
mv -f .deps/euc_kr.Tpo .deps/euc_kr.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c -o big5.lo `test -f './enc/big5.c' || echo './'`./enc/big5.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c ./enc/big5.c -fno-common -DPIC -o .libs/big5.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c ./enc/big5.c -o big5.o >/dev/null 2>&1 | |
mv -f .deps/big5.Tpo .deps/big5.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c -o gb18030.lo `test -f './enc/gb18030.c' || echo './'`./enc/gb18030.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c ./enc/gb18030.c -fno-common -DPIC -o .libs/gb18030.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c ./enc/gb18030.c -o gb18030.o >/dev/null 2>&1 | |
mv -f .deps/gb18030.Tpo .deps/gb18030.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c -o koi8_r.lo `test -f './enc/koi8_r.c' || echo './'`./enc/koi8_r.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c ./enc/koi8_r.c -fno-common -DPIC -o .libs/koi8_r.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c ./enc/koi8_r.c -o koi8_r.o >/dev/null 2>&1 | |
mv -f .deps/koi8_r.Tpo .deps/koi8_r.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c -o cp1251.lo `test -f './enc/cp1251.c' || echo './'`./enc/cp1251.c | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c ./enc/cp1251.c -fno-common -DPIC -o .libs/cp1251.o | |
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I/opt/local/include -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c ./enc/cp1251.c -o cp1251.o >/dev/null 2>&1 | |
mv -f .deps/cp1251.Tpo .deps/cp1251.Plo | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -g -O2 -version-info 2:0:0 -o libonig.la -rpath /usr/local/lib regerror.lo regparse.lo regext.lo regcomp.lo regexec.lo reggnu.lo regenc.lo regsyntax.lo regtrav.lo regversion.lo st.lo regposix.lo regposerr.lo unicode.lo ascii.lo utf8.lo utf16_be.lo utf16_le.lo utf32_be.lo utf32_le.lo euc_jp.lo sjis.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo | |
libtool: link: /usr/bin/gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libonig.2.dylib .libs/regerror.o .libs/regparse.o .libs/regext.o .libs/regcomp.o .libs/regexec.o .libs/reggnu.o .libs/regenc.o .libs/regsyntax.o .libs/regtrav.o .libs/regversion.o .libs/st.o .libs/regposix.o .libs/regposerr.o .libs/unicode.o .libs/ascii.o .libs/utf8.o .libs/utf16_be.o .libs/utf16_le.o .libs/utf32_be.o .libs/utf32_le.o .libs/euc_jp.o .libs/sjis.o .libs/iso8859_1.o .libs/iso8859_2.o .libs/iso8859_3.o .libs/iso8859_4.o .libs/iso8859_5.o .libs/iso8859_6.o .libs/iso8859_7.o .libs/iso8859_8.o .libs/iso8859_9.o .libs/iso8859_10.o .libs/iso8859_11.o .libs/iso8859_13.o .libs/iso8859_14.o .libs/iso8859_15.o .libs/iso8859_16.o .libs/euc_tw.o .libs/euc_kr.o .libs/big5.o .libs/gb18030.o .libs/koi8_r.o .libs/cp1251.o -install_name /usr/local/lib/libonig.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module | |
libtool: link: dsymutil .libs/libonig.2.dylib || : | |
libtool: link: (cd ".libs" && rm -f "libonig.dylib" && ln -s "libonig.2.dylib" "libonig.dylib") | |
libtool: link: (cd ".libs" && rm -f "libonig.2.0.0.dylib" && ln -s "libonig.2.dylib" "libonig.2.0.0.dylib") | |
libtool: link: ar cru .libs/libonig.a regerror.o regparse.o regext.o regcomp.o regexec.o reggnu.o regenc.o regsyntax.o regtrav.o regversion.o st.o regposix.o regposerr.o unicode.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o sjis.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o | |
libtool: link: ranlib .libs/libonig.a | |
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" ) | |
1: LB vendor/udis86 | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-apple-darwin11.1.0 | |
checking host system type... x86_64-apple-darwin11.1.0 | |
checking for a BSD-compatible install... /sw/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /sw/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking for a sed that does not truncate output... /sw/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking for /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm | |
checking whether ln -s works... yes | |
checking how to recognise dependent libraries... pass_all | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for g77... no | |
checking for xlf... no | |
checking for f77... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for cf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for gfortran... gfortran | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether gfortran accepts -g... yes | |
checking the maximum length of command line arguments... 196608 | |
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... rm: cannot remove `conftest.dSYM': Is a directory | |
no | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... rm: cannot remove `conftest.dSYM': Is a directory | |
no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.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... no | |
checking whether to build static libraries... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common | |
checking if g++ PIC flag -fno-common works... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking if g++ static flag -static works... rm: cannot remove `conftest.dSYM': Is a directory | |
no | |
checking if g++ supports -c -o file.o... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
appending configuration tag "F77" to libtool | |
rm: cannot remove `conftest.dSYM': Is a directory | |
rm: cannot remove `conftest.dSYM': Is a directory | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gfortran option to produce PIC... -fno-common | |
checking if gfortran PIC flag -fno-common works... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking if gfortran static flag -static works... rm: cannot remove `conftest.dSYM': Is a directory | |
no | |
checking if gfortran supports -c -o file.o... rm: cannot remove `conftest.dSYM': Is a directory | |
yes | |
checking whether the gfortran linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libudis86/Makefile | |
config.status: creating udcli/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
make all-recursive | |
Making all in libudis86 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c -o itab.lo itab.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c itab.c -o itab.o | |
mv -f .deps/itab.Tpo .deps/itab.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -o input.o | |
mv -f .deps/input.Tpo .deps/input.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o | |
mv -f .deps/decode.Tpo .deps/decode.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c -o syn.lo syn.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c syn.c -o syn.o | |
mv -f .deps/syn.Tpo .deps/syn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c -o syn-intel.lo syn-intel.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c syn-intel.c -o syn-intel.o | |
mv -f .deps/syn-intel.Tpo .deps/syn-intel.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c -o syn-att.lo syn-att.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c syn-att.c -o syn-att.o | |
mv -f .deps/syn-att.Tpo .deps/syn-att.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c -o udis86.lo udis86.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c udis86.c -o udis86.o | |
mv -f .deps/udis86.Tpo .deps/udis86.Plo | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -g -O2 -Wall -o libudis86.la -rpath /usr/local/lib itab.lo input.lo decode.lo syn.lo syn-intel.lo syn-att.lo udis86.lo | |
mkdir .libs | |
ar cru .libs/libudis86.a itab.o input.o decode.o syn.o syn-intel.o syn-att.o udis86.o | |
ranlib .libs/libudis86.a | |
creating libudis86.la | |
(cd .libs && rm -f libudis86.la && ln -s ../libudis86.la libudis86.la) | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in udcli | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I../libudis86 -I.. -g -O2 -Wall -MT udcli-udcli.o -MD -MP -MF .deps/udcli-udcli.Tpo -c -o udcli-udcli.o `test -f 'udcli.c' || echo './'`udcli.c | |
udcli.c: In function ‘main’: | |
udcli.c:119: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:119: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:130: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:130: warning: format ‘%ld’ expects type ‘long int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:151: warning: format ‘%lx’ expects type ‘long unsigned int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:151: warning: format ‘%lx’ expects type ‘long unsigned int *’, but argument 3 has type ‘uint64_t *’ | |
udcli.c:193: warning: format ‘%016lx’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ | |
udcli.c:193: warning: format ‘%016lx’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ | |
mv -f .deps/udcli-udcli.Tpo .deps/udcli-udcli.Po | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2 -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/libudis86.la | |
mkdir .libs | |
/usr/bin/gcc-4.2 -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/.libs/libudis86.a | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in tests | |
make[2]: Nothing to be done for `all'. | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in docs | |
make[2]: Nothing to be done for `all'. | |
Running 163 tasks using 4 parallel threads | |
2: CC vm/builtin/access_variable.cpp | |
3: CC vm/arguments.cpp | |
4: CC vm/agent_components.cpp | |
5: CC vm/agent.cpp | |
3: CC vm/builtin/alias.cpp | |
2: CC vm/builtin/array.cpp | |
3: CC vm/builtin/autoload.cpp | |
2: CC vm/builtin/basicobject.cpp | |
4: CC vm/builtin/bignum.cpp | |
5: CC vm/builtin/block_as_method.cpp | |
3: CC vm/builtin/block_environment.cpp | |
2: CC vm/builtin/bytearray.cpp | |
5: CC vm/builtin/cache.cpp | |
2: CC vm/builtin/call_unit.cpp | |
4: CC vm/builtin/call_unit_adapter.cpp | |
5: CC vm/builtin/capi_handle.cpp | |
2: CC vm/builtin/channel.cpp | |
3: CC vm/builtin/chararray.cpp | |
4: CC vm/builtin/class.cpp | |
5: CC vm/builtin/compactlookuptable.cpp | |
3: CC vm/builtin/compiledmethod.cpp | |
2: CC vm/builtin/data.cpp | |
5: CC vm/builtin/dir.cpp | |
4: CC vm/builtin/encoding.cpp | |
2: CC vm/builtin/exception.cpp | |
5: CC vm/builtin/executable.cpp | |
4: CC vm/builtin/ffi_pointer.cpp | |
3: CC vm/builtin/fiber.cpp | |
5: CC vm/builtin/find_object.cpp | |
4: CC vm/builtin/fixnum.cpp | |
2: CC vm/builtin/float.cpp | |
3: CC vm/builtin/global_cache_entry.cpp | |
5: CC vm/builtin/heap_dump.cpp | |
4: CC vm/builtin/immediates.cpp | |
2: CC vm/builtin/integer.cpp | |
3: CC vm/builtin/io.cpp | |
4: CC vm/builtin/iseq.cpp | |
2: CC vm/builtin/list.cpp | |
4: CC vm/builtin/location.cpp | |
5: CC vm/builtin/lookuptable.cpp | |
2: CC vm/builtin/methodtable.cpp | |
3: CC vm/builtin/module.cpp | |
4: CC vm/builtin/nativefunction.cpp | |
5: CC vm/builtin/nativemethod.cpp | |
2: CC vm/builtin/object.cpp | |
3: CC vm/builtin/pack18.cpp | |
4: CC vm/builtin/pack19.cpp | |
5: CC vm/builtin/packed_object.cpp | |
2: CC vm/builtin/proc.cpp | |
5: CC vm/builtin/randomizer.cpp | |
2: CC vm/builtin/regexp.cpp | |
5: CC vm/builtin/staticscope.cpp | |
2: CC vm/builtin/string.cpp | |
5: CC vm/builtin/symbol.cpp | |
5: CC vm/builtin/system.cpp | |
2: CC vm/builtin/thread.cpp | |
2: CC vm/builtin/thunk.cpp | |
2: CC vm/builtin/time.cpp | |
5: CC vm/builtin/tuple.cpp | |
2: CC vm/builtin/unpack18.cpp | |
5: CC vm/builtin/unpack19.cpp | |
3: CC vm/builtin/variable_scope.cpp | |
4: CC vm/builtin/weakref.cpp | |
3: CC vm/bytecode_verification.cpp | |
4: CC vm/call_frame.cpp | |
3: CC vm/capi/array.cpp | |
4: CC vm/capi/bignum.cpp | |
3: CC vm/capi/capi.cpp | |
4: CC vm/capi/class.cpp | |
4: CC vm/capi/data.cpp | |
3: CC vm/capi/encoding.cpp | |
4: CC vm/capi/exception.cpp | |
3: CC vm/capi/file.cpp | |
4: CC vm/capi/float.cpp | |
3: CC vm/capi/gc.cpp | |
4: CC vm/capi/globals.cpp | |
3: CC vm/capi/handle.cpp | |
4: CC vm/capi/hash.cpp | |
2: CC vm/capi/io.cpp | |
4: CC vm/capi/kernel.cpp | |
3: CC vm/capi/marshal.cpp | |
3: CC vm/capi/module.cpp | |
4: CC vm/capi/numeric.cpp | |
2: CC vm/capi/object.cpp | |
5: CC vm/capi/proc.cpp | |
4: CC vm/capi/range.cpp | |
5: CC vm/capi/regexp.cpp | |
3: CC vm/capi/string19.cpp | |
2: CC vm/capi/string.cpp | |
4: CC vm/capi/struct.cpp | |
3: CC vm/capi/symbol.cpp | |
5: CC vm/capi/thread.cpp | |
2: CC vm/capi/time.cpp | |
3: CC vm/capi/util.cpp | |
4: CC vm/compiled_file.cpp | |
5: CC vm/config_parser.cpp | |
2: CC vm/dispatch.cpp | |
3: CC vm/drivers/cli.cpp | |
4: CC vm/environment.cpp | |
2: CC vm/exception.cpp | |
5: CC vm/exception_point.cpp | |
3: CC vm/ffi.cpp | |
5: CC vm/ffi_util.cpp | |
2: CC vm/gc/code_manager.cpp | |
5: CC vm/gc/baker.cpp | |
3: CC vm/gc/debug.cpp | |
2: CC vm/gc/gc.cpp | |
3: CC vm/gc/heap.cpp | |
5: CC vm/gc/immix.cpp | |
4: CC vm/gc/inflated_headers.cpp | |
2: CC vm/gc/managed.cpp | |
3: CC vm/gc/marksweep.cpp | |
4: CC vm/gc/object_mark.cpp | |
2: CC vm/gc/root.cpp | |
3: CC vm/gc/walker.cpp | |
5: CC vm/gc/write_barrier.cpp | |
4: CC vm/global_cache.cpp | |
2: CC vm/helpers.cpp | |
5: CC vm/inline_cache.cpp | |
3: CC vm/instructions.cpp | |
4: CC vm/instruments/rbxti.cpp | |
2: CC vm/instruments/tooling.cpp | |
4: CC vm/kcode.cpp | |
5: CC vm/linkedlist.cpp | |
2: CC vm/llvm/autotypes.cpp | |
5: CC vm/llvm/inline.cpp | |
4: CC vm/llvm/inline_block.cpp | |
4: CC vm/llvm/inline_primitive.cpp | |
2: CC vm/llvm/jit_block.cpp | |
5: CC vm/llvm/jit_builder.cpp | |
2: CC vm/llvm/jit_compiler.cpp | |
4: CC vm/llvm/jit_context.cpp | |
2: CC vm/llvm/jit_inline_block.cpp | |
4: CC vm/llvm/jit_inline_method.cpp | |
2: CC vm/llvm/jit_method.cpp | |
3: CC vm/llvm/jit_runtime.cpp | |
4: CC vm/llvm/jit_util.cpp | |
3: CC vm/llvm/method_info.cpp | |
4: CC vm/llvm/passes.cpp | |
2: CC vm/llvm/state.cpp | |
3: CC vm/llvm/types.cpp | |
4: CC vm/marshal.cpp | |
3: CC vm/missing/crypt.c | |
5: CC vm/missing/windows.cpp | |
3: CC vm/objectmemory.cpp | |
5: CC vm/ontology.cpp | |
2: CC vm/oop.cpp | |
4: CC vm/primitives.cpp | |
5: CC vm/shared_state.cpp | |
2: CC vm/signal.cpp | |
3: CC vm/symboltable.cpp | |
2: CC vm/stack_variables.cpp | |
2: CC vm/thread_state.cpp | |
3: CC vm/type_info.cpp | |
5: CC vm/util/dlmalloc.c | |
2: CC vm/util/sha1.c | |
5: CC vm/util/spinlock.cpp | |
2: CC vm/util/strlcat.cpp | |
5: CC vm/util/strlcpy.cpp | |
2: CC vm/util/time.c | |
5: CC vm/virtual.cpp | |
5: CC vm/vm.cpp | |
2: CC vm/vmmethod.cpp | |
Build time: 168.332582 seconds | |
1: LD vm/vm | |
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame | |
/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -S rake -r /Users/bruceb/.rvm/src/rbx-head/config.rb -r /Users/bruceb/.rvm/src/rbx-head/rakelib/ext_helper.rb -r /Users/bruceb/.rvm/src/rbx-head/rakelib/dependency_grapher.rb build:build | |
GEN lib/compiler/opcodes.rb | |
GEN lib/compiler/generator_methods.rb | |
Building bootstrap Melbourne for MRI | |
CXX bstrlib.c | |
CXX encoding_compat.cpp | |
CXX grammar18.cpp | |
CXX grammar19.cpp | |
CXX melbourne.cpp | |
CXX node_types18.cpp | |
CXX node_types19.cpp | |
CXX quark.cpp | |
CXX symbols.cpp | |
CXX var_table18.cpp | |
CXX var_table19.cpp | |
CXX visitor18.cpp | |
CXX visitor19.cpp | |
LDSHARED build/melbourne20.bundle | |
i686-apple-darwin11-llvm-g++-4.2: -bundle not allowed with -dynamiclib | |
rake aborted! | |
Command failed with status (1): [g++ -dynamic -bundle -undefined suppress -flat_namespace -lstdc++ build/bstrlib.o build/encoding_compat.o build/grammar18.o build/grammar19.o build/melbourne.o build/node_types18.o build/node_types19.o build/quark.o build/symbols.o build/var_table18.o build/var_table19.o build/visitor18.o build/visitor19.o -arch x86_64 -dynamiclib -undefined suppress -flat_namespace -L. -arch x86_64 -bind_at_load -lruby -L. -L/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/lib -ldl -lobjc -o build/melbourne20.bundle > /dev/null] | |
Tasks: TOP => build:build => build/melbourne20.bundle | |
(See full trace by running task with --trace) | |
rake aborted! | |
Command failed with status (1): [/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/...] | |
Tasks: TOP => install => build => build:build => kernel:build => compiler:load => lib/ext/melbourne/build/melbourne.bundle => extensions:melbourne_build | |
(See full trace by running task with --trace) |
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
$ rvm info | |
ruby-1.8.7-p352: | |
system: | |
uname: "Darwin Bruces-MacBook-Pro.local 11.1.0 Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64 x86_64 i386 MacBookPro8,2 Darwin" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)" | |
zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin11.0)" | |
rvm: | |
version: "rvm 1.8.3 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2011-06-30" | |
platform: "i686-darwin11.1.0" | |
patchlevel: "2011-06-30 patchlevel 352" | |
full_version: "ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-darwin11.1.0]" | |
homes: | |
gem: "/Users/bruceb/.rvm/gems/ruby-1.8.7-p352" | |
ruby: "/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352" | |
binaries: | |
ruby: "/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/ruby" | |
irb: "/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/irb" | |
gem: "/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin/gem" | |
rake: "/Users/bruceb/.rvm/gems/ruby-1.8.7-p352/bin/rake" | |
environment: | |
PATH: "/Users/bruceb/.rvm/gems/ruby-1.8.7-p352/bin:/Users/bruceb/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/bruceb/.rvm/bin:/Users/bruceb/bin:/usr/local/bin:/usr/local/sbin:/usr/local/php/bin:/opt/local/lib/postgresql90/bin:/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/X11R6/bin:/Developer/Tools:/usr/local/mysql/bin:/Applications/Firefox.app/Contents/MacOS" | |
GEM_HOME: "/Users/bruceb/.rvm/gems/ruby-1.8.7-p352" | |
GEM_PATH: "/Users/bruceb/.rvm/gems/ruby-1.8.7-p352:/Users/bruceb/.rvm/gems/ruby-1.8.7-p352@global" | |
MY_RUBY_HOME: "/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352" | |
IRBRC: "/Users/bruceb/.rvm/rubies/ruby-1.8.7-p352/.irbrc" | |
RUBYOPT: "" | |
gemset: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment