Actually, I am trying to prepare a small footprint system which 
hopefully include python and pydfb . Then I will put my python app on 
it. So, I am trying to recompile everything against to uclibc for both 
static and shared. So, I don't have any specific app written in C tou be 
compiled with dfb


Lecca Luis wrote:

>did you try -static option when you link... ?
>
>gcc -fno-strength-reduce -g -static -ansi -pedantic -Wall -03 -pipe 
>-Werror-impl
>icit-function-declaration -D_REENTRANT -D_GNU_SOURCE ${YOUR_FILES_O}
>libidirectfbimageprovider_gif.o
>libidirectfbimageprovider_jpeg.o
>libidirectfbimageprovider_mpeg2.o
>libidirectfbimageprovider_png.o
>libidirectfbfont_ft2.o
>libidirectfb_ps2mouse.o
>libidirectfb_serialmouse.o
>libidirectfb_keyboard.o
>libidirectfb_fbdev.o
>libdirectfb.a
>libdfusion.a
>libdirect.a
>libpthread.a
>libdl.a
>libz.a
>libjpeg.a
>libpng.a
>libfreetype.a
>libm.a
>-o yourappldfb
>
> I hope It helps...
> Best Regards, Luis
>
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Aykut KOÇAK
>Sent: Sunday, September 17, 2006 12:00 PM
>To: [email protected]
>Subject: [directfb-users] Compiling dfb with uclibc
>
>
>Hi to all,
>
>I am trying to compile directfb with uclibc by using Debian static
>distro and uclibc-toolchain. dfb is succesfully compiled without any
>problem. But when I tried 'find -name "*.so" -exec ldd {} \;" command I
>noticed that some of the shared libs is linked against to libc.so.6 not
>libc.so.0. Could anyone suggest how to compile dfb with uclibc?
>
>Here is my environment;
>--------------------------
>export CC=i386-uclibc-linux-gcc
>export CPP=i386-uclibc-linux-cpp
>export LD=i386-uclibc-linux-ld
>export AR=i386-uclibc-linux-ar
>export PREFIX=/opt
>export CFLAGS="-I /opt/include"
>export LD_LIBRARY_PATH=$PREFIX/lib
>export PKG_CONFIG_PATH=$LD
>
>Libraries :
>----------------
>jpeg,png,freetype,zlib,mpeg libraries already compiled succesfully under
>/opt
>
>Config command
>---------------------------
>./configure --enable-static --enable-shared --prefix=$PREFIX
>--enable-zlib
>--with-inputdrivers=keyboard,serialmouse,ps2mouse,linuxinput
>--build=i386-uclibc-linux
>
>
>--
>Aykut KOÇAK
>
> Elektronik Mühendisi
>(/Electronics Engineer/)
>
> E-Posta
>(/E-Mail/ )
>
> [EMAIL PROTECTED]
>
>
>_______________________________________________
>directfb-users mailing list
>[email protected]
>http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>
>
>
>
>
>  
>


-- 
Aykut KOÇAK

 Elektronik Mühendisi
(/Electronics Engineer/)
 
 E-Posta
(/E-Mail/ )

 [EMAIL PROTECTED]


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

Reply via email to