Quoting Teresa Tao ([EMAIL PROTECTED]): > Hi , > > I have compile the directfb 0.9.17 library libdirectfb.a for mips platform. And > build the sample programs link with the libdirectfb.a. But when I run it on my mips > platform, I got the following error message: > > ./df_window > (!) DirectFB/core/system: No system found! > df_window.c <87>: > (#) DirectFBError [DirectFBInit( &argc, &argv )]: Interface implementation > not available! > > > On my target platform, I do have a frame buffer device driver and I would like to > know what components I need to install in my platform in order for my directfb > application to run.
Static linking requires special LDFLAGS depending on which drivers and modules should be linked in (at executable link time). Please use directfb-config to obtain the required flags. -- 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-users" as subject.
