On Sat, Jun 06, 2015, Eric Christopherson wrote:
> On Sat, Jun 06, 2015, Greg King wrote:
> > On 2015-06-06 1:38 AM, Eric Christopherson wrote:
> > >
> > > PS: If I just knew the command-line switches to enable real device
> > > support via OpenCBM, I'd like to try that, and report back if it doesn't
> > > work.
> >
> > First thing first: Run this command:
> >
> > x64 -verbose
> >
> > Look at the log output (on the console). One of the lines will name the
> > OpenCBM shared library. It will say either
> > * "sucessfully loaded libopencbm.so"
> > or
> > * "opening dynamic library libopencbm.so failed!"
> >
> > If it's the second one, then that library wasn't installed on your
> > system -- you can't make VICE use a real device without it.
>
> That helps -- it does say it failed. Now just to see how to get it
> compiled with support for it.
>
> Given that the config output looks like OpenCBM was detected and
> enabled, is there anything else I need to do to ensure it compiles with
> it?
It looks like, for whatever reason, I didn't have a library named
exactly libopencbm.so. I made a symlink, so I have the following in
/usr/lib:
lrwxrwxrwx 1 root root 15 Jun 7 01:44 libopencbm.so -> libopencbm.so.0
lrwxrwxrwx 1 root root 23 Jan 8 2012 libopencbm.so.0 -> libopencbm.so.0.4.99.94
-rw-r--r-- 1 root root 29760 Jan 8 2012 libopencbm.so.0.4.99.94
--
Eric Christopherson
|