Displaying 1 result from an estimated 1 matches for "init_ext".
Did you mean:
_init_ext
2006 Jun 21
0
make: Warning: Illegal dependency list for target `.DEFAULT''
...ly.
Then when I run "make" under Ruby-1.8.4, it gives me
make: Warning: Illegal dependency list for target `.DEFAULT''
gcc main.o libruby-static.a -ldl -lcrypt -lm -o miniruby -g -O2
-DRUBY_EXPORT
Undefined first referenced
symbol in file
Init_ext libruby-static.a(ruby.o)
ld: fatal: Symbol referencing errors. No output written to miniruby
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `miniruby''
Regards,
josh
--
Posted via http://www.ruby-forum.com/.