Created
December 4, 2010 22:43
-
-
Save emiltin/728564 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| have_func:: checking for iconv() in iconv.h... -------------------- no | |
| "/usr/bin/gcc -o conftest -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/universal-darwin10.0 -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/ruby/backward -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2 -I. -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall conftest.c -L. -L../.. -arch i386 -arch x86_64 -arch i386 -arch x86_64 -lmacruby " | |
| checked program was: | |
| /* begin */ | |
| 1: #include "ruby.h" | |
| 2: | |
| 3: int main() {return 0;} | |
| /* end */ | |
| "/usr/bin/gcc -o conftest -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/universal-darwin10.0 -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/ruby/backward -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2 -I. -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall conftest.c -L. -L../.. -arch i386 -arch x86_64 -arch i386 -arch x86_64 -lmacruby " | |
| Undefined symbols for architecture i386: | |
| "_libiconv", referenced from: | |
| _libiconv$non_lazy_ptr in ccxFitLR.o | |
| (maybe you meant: _libiconv$non_lazy_ptr) | |
| ld: symbol(s) not found for architecture i386 | |
| collect2: ld returned 1 exit status | |
| Undefined symbols for architecture x86_64: | |
| "_libiconv", referenced from: | |
| _t in ccKq3yNM.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| lipo: can't open input file: /var/folders/5q/5qH5wOd8F9aTzYS7jImYC++++TI/-Tmp-/mkmf_20101204-36526-9arark/ccEB72bj.out (No such file or directory) | |
| checked program was: | |
| /* begin */ | |
| 1: #include "ruby.h" | |
| 2: | |
| 3: #include <iconv.h> | |
| 4: | |
| 5: /*top*/ | |
| 6: int main() {return 0;} | |
| 7: int t() { void ((*volatile p)()); p = (void ((*)()))iconv; return 0; } | |
| /* end */ | |
| "/usr/bin/gcc -o conftest -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/universal-darwin10.0 -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/ruby/backward -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2 -I. -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall conftest.c -L. -L../.. -arch i386 -arch x86_64 -arch i386 -arch x86_64 -lmacruby " | |
| conftest.c: In function ‘t’: | |
| conftest.c:7: error: too few arguments to function ‘libiconv’ | |
| conftest.c: In function ‘t’: | |
| conftest.c:7: error: too few arguments to function ‘libiconv’ | |
| lipo: can't figure out the architecture type of: /var/folders/5q/5qH5wOd8F9aTzYS7jImYC++++TI/-Tmp-/mkmf_20101204-36526-1j6ndlx/ccDdLLvm.out | |
| checked program was: | |
| /* begin */ | |
| 1: #include "ruby.h" | |
| 2: | |
| 3: #include <iconv.h> | |
| 4: | |
| 5: /*top*/ | |
| 6: int main() {return 0;} | |
| 7: int t() { iconv(); return 0; } | |
| /* end */ | |
| -------------------- | |
| have_library:: checking for iconv() in -liconv... -------------------- no | |
| "/usr/bin/gcc -o conftest -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/universal-darwin10.0 -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/ruby/backward -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2 -I. -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall conftest.c -L. -L../.. -arch i386 -arch x86_64 -arch i386 -arch x86_64 -lmacruby -liconv " | |
| Undefined symbols for architecture x86_64: | |
| "_libiconv", referenced from: | |
| _t in cchtL5Eq.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| lipo: can't open input file: /var/folders/5q/5qH5wOd8F9aTzYS7jImYC++++TI/-Tmp-/mkmf_20101204-36526-2irdrx/ccJaqJRr.out (No such file or directory) | |
| checked program was: | |
| /* begin */ | |
| 1: #include "ruby.h" | |
| 2: | |
| 3: #include <iconv.h> | |
| 4: | |
| 5: /*top*/ | |
| 6: int main() {return 0;} | |
| 7: int t() { void ((*volatile p)()); p = (void ((*)()))iconv; return 0; } | |
| /* end */ | |
| "/usr/bin/gcc -o conftest -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/universal-darwin10.0 -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2/ruby/backward -I/Library/Frameworks/MacRuby.framework/Versions/0.8/usr/include/ruby-1.9.2 -I. -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall conftest.c -L. -L../.. -arch i386 -arch x86_64 -arch i386 -arch x86_64 -lmacruby -liconv " | |
| conftest.c: In function ‘t’: | |
| conftest.c:7: error: too few arguments to function ‘libiconv’ | |
| conftest.c: In function ‘t’: | |
| conftest.c:7: error: too few arguments to function ‘libiconv’ | |
| lipo: can't figure out the architecture type of: /var/folders/5q/5qH5wOd8F9aTzYS7jImYC++++TI/-Tmp-/mkmf_20101204-36526-1c0yljv/cclvVRzN.out | |
| checked program was: | |
| /* begin */ | |
| 1: #include "ruby.h" | |
| 2: | |
| 3: #include <iconv.h> | |
| 4: | |
| 5: /*top*/ | |
| 6: int main() {return 0;} | |
| 7: int t() { iconv(); return 0; } | |
| /* end */ | |
| -------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment