2007/8/2, Junior <[EMAIL PROTECTED]>:
>
> >> I've already build it according to what I believe I need. I do have
> >> fbdev
> >> support with tslib.
> >> Those are the two basic support I want to try initially.
> >>
> >> I just don't know which libraries I'm supose to use. I see one library
> >> libdirectfb and I thought this
> >> was the only one I needed, but then I see others in other directories.
> >> Do I need just this one or ALL spefified by the "make install"?
> >
> >
> > I think you should just do "make install" after you set up the
> > PREFIX.
> > Using ARM "ldd" to see a list of dependencies for "libdirectfb.so" .
>
> I think you missunderstood.
>
> in src/.libs I see:
>
> libdirectfb-1.0.so.0 -> libdirectfb-1.0.so.0.0.0
> libdirectfb-1.0.so.0.0.0
> libdirectfb-1.0.so.0.0.0T
> libdirectfb.so -> libdirectfb-1.0.so.0.0.0
>
> in src/input/.libs I see:
> libdirectfb_input.la -> ../libdirectfb_input.la
>
> in src/core/.libs I see
> libdirectfb_core.la -> ../libdirectfb_core.la
>
> their are also libdirectfb_windows.la libdirectfb-fbdev and others.
>
> My question was, do I need to concern myself with these, or just
> libdirectfb-1.0.so.0.0.0?
ldd /usr/local/lib/libdirectfb.so :
linux-gate.so.1 => (0xffffe000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7e59000)
libdirect-1.0.so.0 => /usr/local/lib/libdirect-1.0.so.0 (0xb7e3f000)
libfusion-1.0.so.0 => /usr/local/lib/libfusion-1.0.so.0 (0xb7e1f000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7e1b000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7e04000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7cc4000)
/lib/ld-linux.so.2 (0x80000000)
The libdirectfb.so library is for your application. The directfb itself
should include other core libraries :
directfb_core,directfb_input,directfb_fbdev, direct.
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev