From: "KISHIMOTO, Makoto" Date: 2009-09-15T12:14:43+09:00 Subject: [ruby-dev:39339] Re: makeターゲットrdevを抽象化 きしもとです こんどはmake (all)が compiling zlib gcc -I. -I../../.ext/include/x86_64-freebsd8.0 -I../../../include -I../../../ext/zlib -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/include -fPIC -O3 -g -Wall -Wno-unused-parameter -Wno-parentheses -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -ozlib.o -c ../../../ext/zlib/zlib.c gcc -shared -o ../../.ext/x86_64-freebsd8.0/zlib.so zlib.o -L. -L../.. -L. -L/usr/local/lib -rdynamic -Wl,-soname,../../.ext/x86_64-freebsd8.0/zlib.so -lz -lthr -lrt -lcrypt -lm -lc making ruby19 gcc -O3 -g -Wall -Wno-unused-parameter -Wno-parentheses -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -L. -L/usr/local/lib -rdynamic main.o -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby-static -lthr -lrt -lcrypt -lm -o ruby19 Graph cycles through all `all' not remade because of errors. 1 error こんな感じで止まります