Hello everyboy:
I had had using dfb (rel 0.9.22) as dynamic obj to link with my application...
Now I had build the static libs but when a run my applicaction linked as static I get this message:
---------------------- DirectFB v0.9.22 ---------------------
(c) 2000-2002 convergence integrated media GmbH
(c) 2002-2004 convergence GmbH
-----------------------------------------------------------
(c) 2000-2002 convergence integrated media GmbH
(c) 2002-2004 convergence GmbH
-----------------------------------------------------------
(*) DirectFB/Core: Single Application Core. (2006-03-23 12:23)
(!) DirectFB/core/system: No system found!
./Main.c <90>:
(#) DirectFBError [DirectFBCreate( &dfb )]: No (suitable) implementation found!
(!) DirectFB/core/system: No system found!
./Main.c <90>:
(#) DirectFBError [DirectFBCreate( &dfb )]: No (suitable) implementation found!
I compiled dfb with this options (I think the key is here but I can get it):
#./configure --enable-static --enable-zlib --with-gfxdrivers=ati128,cle266,cyber5k,i830,i810,mach64,matrox,neomagic,nsc,nvidia,radeon,savage,tdfx,unichrome ---enable-fbdev
then, I do #make install
as aditional information, my appl2 linked as dynamic obj works
Any Idea... ? There is not information about this problem exactly...
This is the line that I build when I compile my appl1 as static:
gcc -fno-strength-reduce -g -static -ansi -pedantic -Wall -O3 -pipe -Werror-implicit-function-declaration -D_REENTRANT - D_GNU_SOURCE
./.obj/libdirectfb.a ./.obj/libfusion.a ./.obj/libdirect.a
./.obj/libpthread.a ./.obj/libdl.a ./.obj/libz.a
${OBJLIST} -o ${APPL_LOCATION}/${APPL_NAME}
Another aditional information: #ldd appl1
not a dynamic executable
Thanks very much for read it, Luis Ariel Lecca.
P.S. I use Debian, kernel 2.4.18 woody
_______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
