[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MXE Octave: "... has no symbols" warning under Mac OS X
From: |
c. |
Subject: |
Re: MXE Octave: "... has no symbols" warning under Mac OS X |
Date: |
Tue, 27 Aug 2013 22:43:20 +0200 |
On 27 Aug 2013, at 10:26, Anirudha Bose <address@hidden> wrote:
> dyld: Library not loaded: libcholmod.so
> Referenced from: /Users/mac6-user1/./mxe-octave/usr/bin/octave
> Reason: image not found
> Trace/BPT trap: 5
this error message looks quite strange, on OSX shared libraries use the
extension .dylib not .so so it sounds strange that you have linked to a library
named "libcholmod.so"
c.