ext/mkmf.log in rb_cdio-0.2.0 vs ext/mkmf.log in rb_cdio-0.2.1
- old
+ new
@@ -1,49 +1,74 @@
have_library: checking for cdio_open() in -lcdio... -------------------- 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' -lruby18-static -lcdio -ldl -lcrypt -lm -lc"
+"cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -lruby1.8-static -lcdio -lpthread -ldl -lcrypt -lm -lc"
+conftest.c: En la función ‘t’:
+conftest.c:3: error: ‘cdio_open’ no se declaró aquí (primer uso en esta función)
+conftest.c:3: error: (Cada identificador no declarado solamente se reporta una vez
+conftest.c:3: error: para cada funcion en la que aparece.)
checked program was:
/* begin */
+1: /*top*/
+2: int main() { return 0; }
+3: int t() { void ((*volatile p)()); p = (void ((*)()))cdio_open; return 0; }
+/* end */
-/*top*/
-int main() { return 0; }
-int t() { cdio_open(); return 0; }
+"cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -lruby1.8-static -lcdio -lpthread -ldl -lcrypt -lm -lc"
+checked program was:
+/* begin */
+1: /*top*/
+2: int main() { return 0; }
+3: int t() { cdio_open(); return 0; }
/* end */
--------------------
have_library: checking for iso9660_get_system_id() in -liso9660... -------------------- 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' -lcdio -lruby18-static -liso9660 -lcdio -ldl -lcrypt -lm -lc"
+"cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -lcdio -lruby1.8-static -liso9660 -lcdio -lpthread -ldl -lcrypt -lm -lc"
+conftest.c: En la función ‘t’:
+conftest.c:3: error: ‘iso9660_get_system_id’ no se declaró aquí (primer uso en esta función)
+conftest.c:3: error: (Cada identificador no declarado solamente se reporta una vez
+conftest.c:3: error: para cada funcion en la que aparece.)
checked program was:
/* begin */
+1: /*top*/
+2: int main() { return 0; }
+3: int t() { void ((*volatile p)()); p = (void ((*)()))iso9660_get_system_id; return 0; }
+/* end */
-/*top*/
-int main() { return 0; }
-int t() { iso9660_get_system_id(); return 0; }
+"cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -lcdio -lruby1.8-static -liso9660 -lcdio -lpthread -ldl -lcrypt -lm -lc"
+checked program was:
+/* begin */
+1: /*top*/
+2: int main() { return 0; }
+3: int t() { iso9660_get_system_id(); return 0; }
/* end */
--------------------
-have_library: checking for cddb_new() in -lcddb... -------------------- yes
+have_library: checking for cddb_new() in -lcddb... -------------------- no
-"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"
+"cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -liso9660 -lcdio -lruby1.8-static -lcddb -liso9660 -lcdio -lpthread -ldl -lcrypt -lm -lc"
+conftest.c: En la función ‘t’:
+conftest.c:3: error: ‘cddb_new’ no se declaró aquí (primer uso en esta función)
+conftest.c:3: error: (Cada identificador no declarado solamente se reporta una vez
+conftest.c:3: error: para cada funcion en la que aparece.)
checked program was:
/* begin */
-
-/*top*/
-int main() { return 0; }
-int t() { cddb_new(); return 0; }
+1: /*top*/
+2: int main() { return 0; }
+3: int t() { void ((*volatile p)()); p = (void ((*)()))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"
+"cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -liso9660 -lcdio -lruby1.8-static -lcddb -liso9660 -lcdio -lpthread -ldl -lcrypt -lm -lc"
+/usr/bin/ld: cannot find -lcddb
+collect2: ld devolvió el estado de salida 1
checked program was:
/* begin */
-#include <cddb/cddb.h>
+1: /*top*/
+2: int main() { return 0; }
+3: int t() { cddb_new(); return 0; }
/* end */
--------------------