Hello,
I'm new here
I want to analyze directfb, it's performance and architecture
I compiled library using --enable-static
My goal and analyze workflow using profiling information from -finstrument-functions and create diagram.

But problem is when "simple' application is started it produce next error screen:
[EMAIL PROTECTED] simple]# pwd
/usr/gtkdfb/src/DFBTutorials-0.5.0/src/simple
[EMAIL PROTECTED] simple]# make
gcc -DPACKAGE=\"DFBTutorials\" -DVERSION=\"0.5.0\" -I. -I. -D_REENTRANT -D_GNU_SOURCE -I/usr/gtkdfb/include/directfb -DDATADIR=\"/root/Desktop/DFBTutorials-0.5.0/data\" -g -O2 -Wall -pg -c simple.c gcc -g -O2 -Wall -pg -o simple simple.o -L/usr/gtkdfb/lib -ldirectfb -lz -lfusion -ldirect -lpthread -ldl
[EMAIL PROTECTED] simple]# ./simple
(-) [ NO NAME 0.000] (20502) DirectFB/Config: Unable to open config file `/etc/directfbrc'! (-) [ NO NAME 0.000] (20502) DirectFB/Config: Unable to open config file `/root/.directfbrc'!(-) [ NO NAME 0.000] (20502) DirectFB/Config: Unable to open config file `/etc/directfbrc.simple'! (-) [ NO NAME 0.000] (20502) DirectFB/Config: Unable to open config file `/root/.directfbrc.simple'!

      ---------------------- DirectFB v0.9.24 ---------------------
            (c) 2000-2002  convergence integrated media GmbH
            (c) 2002-2004  convergence GmbH
       -----------------------------------------------------------

(-) [  NO NAME         0.000] (20502) DirectFB/Core:     dfb_core_create...
(-) [ NO NAME 0.000] (20502) Direct/Main: direct_initialize() called... (-) [Main Thread 0.000] (20502) Direct/Main: ...initializing now. (-) [Main Thread 0.000] (20502) Direct/Signals: Initializing... (*) DirectFB/Core: Single Application Core. (2006-04-27 18:43) [ DEBUG ][ TRACE ]
(!) DirectFB/core/system: No system found!
(-) [20502: -STACK- ]
 #0  0x0808e100 in ?? ()
 #1  0x080546d0 in ?? ()
 #2  0x0804a950 in ?? ()

(-) [Main Thread 0.000] (20502) Direct/Main: direct_shutdown() called... (-) [Main Thread 0.000] (20502) Direct/Main: ...shutting down now. (-) [Main Thread 0.000] (20502) Direct/Signals: Shutting down...
simple.c <102>:
(#) DirectFBError [DirectFBCreate (&dfb)]: No (suitable) implementation found!
[EMAIL PROTECTED] simple]#

Directfb options :
./configure --prefix=/usr/gtkdfb --enable-trace --enable-debug --enable-profiling --disable-mmx --disable-shared --enable-static
OS: Fedora5

Iwill  be really appreciated for any help with directfb analysis tools
Ive been working in Windows many years, but I"m novice at Linux in Linux.
Please help
Regards, Nikolay Krasnoshchekov

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to