This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug#10241: undefined ffi_type_pointer problem mipsel linux


Can you please run "make V=1" so that we can see the complete command
used in the failing link (CCLD guile) command?  As Anthony Green said,
it appears that libffi was not linked.

I can think of a few possible reasons:

* Did you forget to run "ldconfig" after installing libffi?
* Was libffi present when you last ran Guile's configure?
* Is there a problem with pkg-config on your system?
  (What is the output of "pkg-config --libs libffi"?)

    Thanks,
      Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]