Mensagem original de remi <[EMAIL PROTECTED]>:
> CFLAGS=-I/home/DFB/include \ > LDFLAGS=-L/home/DFB/lib \ > CC=arm-linux-gcc CXX=arm-linux-g++ > AR=arm-linux-ar \ > RANLIB=arm-linux-ranlib LD=arm-linux-ld \ > ./configure --target arm-linux-linux --host > i386-pc-linux \ > --disable-shared --enable-static --disable-sdl > \ > --with-gfxdrivers=none > --with-inputdrivers=none I think that target and host are wrong host -> is the machine where the bin will be ran build -> is the machine that will compile the sources target -> is only used for build compilers and assemblers try only: ./configure --host=arm-linux --build=i386-pc-linux -- Iuri Gomes Diniz <adm.iuri (at) digi.com.br> Network Admin and Programmer [http://clx.digi.com.br] DIGINET [http://www.digi.com.br] Natal - RN - Brazil. _______________________________________________________________ Na Digizap você tem 5GB de espaço para dividir como quiser em até 50 contas de email! Ligue e assine: 4008-9000 _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
