I found a way to compile it. first, ./configure --enable-shared, then ./configure --prefix=/home/zhaoshichang/directfb/install --enable-shared --host=arm-linux --build=arm-linux CC=arm_linux-gcc
It seems work. REGARDS littertiger >Thanks Luis! But I'm using a tool chain specialized for my arm platform. > > >REGARDS >littertiger >> >> >> littertiger: >> >> You can get it from here : >>http://packages.debian.org/stable/otherosfs/prc-tools-arm >> with full description. >> >> Cheers, >> Luis >> >> >>-----Original Message----- >>From: littertiger [mailto:[EMAIL PROTECTED] >>Sent: Friday, January 05, 2007 11:58 AM >>To: Lecca Luis; [email protected] >>Subject: Re: [directfb-users] jpegsrc.v6b compile error >> >> >>Hi, >>I cannot find the package prc_tools-arm on >>http://www.debian.org/distrib/packages , >> and I am not using debian or ubuntu, I'm using redhat. >> >>what tools does prc_tools-arm contain? >> >> >>REGARDS >>littertiger >>> >>>Hi, littertiger >>> >>>Did you try first install prc_tools-arm ? ($ apt-get install prc_tools-arm) >>> >>>then : >>> >>>$ >>>./configure --prefix=/home/zhaoshichang/directfb/install --enable-shared >>>--host >>= >>>arm-linux --build=arm-linux >>> >>>$ make >>> >>>It should works... >>> >>>IHIH - Cheers, >>>Luis >>> >>>-----Original Message----- >>>From: [EMAIL PROTECTED] >>>[mailto:[EMAIL PROTECTED] Behalf Of littertiger >>>Sent: Friday, January 05, 2007 9:10 AM >>>To: [email protected] >>>Subject: [directfb-users] jpegsrc.v6b compile error >>> >>> >>>Hi,group >>> >>>config: >>>./configure --prefix=/home/zhaoshichang/directfb/install --enable-shared >>>--host >>= >>>arm-linux --build=arm-linux CC=arm_linux-gcc >>> >>>when make, there's the follow error: >>>make: ./libtool: Command not found >>> >>>Then I create a symbol link of libtool . >>>also error when make: >>> >>>./libtool --mode=compile arm_linux-gcc -O2 -I. -c ./jcapimin.c >>>libtool: compile: unable to infer tagged configuration >>>libtool: compile: specify a tag with `--tag' >>>make: *** [jcapimin.lo] Error 1 >>> >>>What's wrong? >>> >>> >>>BEST RIGARDS >>>littertiger >>> >>> >>> >>> >>>_______________________________________________ >>>directfb-users mailing list >>>[email protected] >>>http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users >>> >>> >>> >>> >>>_______________________________________________ >>>directfb-users mailing list >>>[email protected] >>>http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users >>> >> >> >> >> >> >> >>_______________________________________________ >>directfb-users mailing list >>[email protected] >>http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users >> > > > > > > >_______________________________________________ >directfb-users mailing list >[email protected] >http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users > > _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
