On 10/28/05, Daniel Laird <[EMAIL PROTECTED]> wrote: > However the .la files that LiTE links against for example libdirectfb.la > have a hardcoded path like this > /usr/local/lib/libdirectfb.so
What does pkg-config --libs --cflags directfb direct show you? Note that when you run autogen.sh or configure, you need to ser PKG_CONFIG_FLAG first to point at the place where the .pc files for your compilation setup reside. You might point at a wrong location, for example. --Kent -- Something, Anything! _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
