ext/mkmf.log in rb_cdio-0.1.1 vs ext/mkmf.log in rb_cdio-0.2.0

- old
+ new

@@ -22,5 +22,28 @@ int t() { iso9660_get_system_id(); return 0; } /* end */ -------------------- +have_library: checking for cddb_new() in -lcddb... -------------------- yes + +"i686-pc-linux-gnu-gcc -o conftest -I/home/cdx/ruby/rb_cdio/ext -I/usr/lib/ruby/1.8/i686-linux -O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe -ffast-math -fPIC conftest.c -L'/usr/lib' -Wl,-R'/usr/lib' -liso9660 -lcdio -lruby18-static -lcddb -liso9660 -lcdio -ldl -lcrypt -lm -lc" +checked program was: +/* begin */ + +/*top*/ +int main() { return 0; } +int t() { cddb_new(); return 0; } +/* end */ + +-------------------- + +have_header: checking for cddb/cddb.h... -------------------- yes + +"i686-pc-linux-gnu-gcc -E -I/home/cdx/ruby/rb_cdio/ext -I/usr/lib/ruby/1.8/i686-linux -O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe -ffast-math -fPIC conftest.c -o conftest.i" +checked program was: +/* begin */ +#include <cddb/cddb.h> +/* end */ + +-------------------- +