Quoting Eric Christopherson ([EMAIL PROTECTED]): > Also, I noticed one other section of code that's conditional on PIC, in > src/core/coredefs.h: > > #ifdef PIC > #define DFB_DYNAMIC_LINKING > #endif > > So it looks like it doesn't generate any dynamicly linkable code unless PIC > is defined. Could this be causing the problem with missing implementations? > (I will try once again to build everything staticly to test it out.)
Yes, dynamic modules won't get loaded without PIC defined. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
