Project

General

Profile

ActionsLike0

Bug #9264

closed

with-opt-dir not working

Added by spastorino (Santiago Pastorino) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
ruby -v:
2.1
[ruby-core:59209]

Description

Using today's trunk, I'm getting the following error on compiling

compiling ./enc/encdb.c
linking encoding encdb.bundle
Undefined symbols for architecture x86_64:
"_rb_enc_set_base", referenced from:
_Init_encdb in encdb.o
"_rb_enc_set_dummy", referenced from:
_Init_encdb in encdb.o
"_rb_encdb_alias", referenced from:
_Init_encdb in encdb.o
"_rb_encdb_declare", referenced from:
_Init_encdb in encdb.o
"_rb_encdb_dummy", referenced from:
_Init_encdb in encdb.o
"_rb_encdb_replicate", referenced from:
_Init_encdb in encdb.o
"_rb_encdb_set_unicode", referenced from:
_Init_encdb in encdb.o
ld: symbol(s) not found for architecture x86_64

Here is the full trace ...

https://gist.github.com/spastorino/1ad2858fce42d0e0a2e2

Thanks in advance.

Updated by zzak (zzak _) over 11 years ago

  • Category set to build
  • Status changed from Open to Feedback

Updated by zzak (zzak _) over 11 years ago

  • Subject changed from Compiling error: encdb.bundle Undefined symbols for architecture x86_64 to with-opt-dir not working
  • Status changed from Feedback to Assigned
  • Assignee set to nobu (Nobuyoshi Nakada)

Updated by zzak (zzak _) over 11 years ago

  • Status changed from Assigned to Closed
ActionsLike0

Also available in: Atom PDF