0

Helle there,

compiling the perl api for tokyo cabinet is diving me crazy ! i've always this error message :

ld: warning: in /usr/local/lib/libtokyocabinet.dylib, file is not of required architecture

i've tried de rebuild tokyop cabinet en 64bit with

-arch x86_64

but nothing changes ..

i'm using mac os x 10.6 (snow leopard) i'll be gratefull for any help.

Peter Hosey
  • 95,783
  • 15
  • 211
  • 370
Houssem
  • 169
  • 1
  • 1
  • 8

1 Answers1

0

try configuring Tokyo Cabinet using

./configure --enable-off64

  • thank you for the response but i'm still getting the same error .. :s i think the problem is on the file libtokyocabinet.dylib which is not compiled but only copied from installation directory to lib directory. – Houssem Nov 02 '09 at 13:34