I have problem in creating the libdirectfb_fbdev.la. The error log is as follows:
make[3]: Entering directory `/home/louis/DirectFB-0.9.22/systems/fbdev' source='fbdev.c' object='fbdev.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile arm-elf-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I../../lib -I../../lib -I../../src -D_REENTRANT -Wall -O3 -ffast-math -p ipe -I/home/louis/DFB/include -D_GNU_SOURCE -Werror-implicit-function-decla ration -c -o fbdev.lo fbdev.c arm-elf-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I../../lib -I../../lib -I../../src -D_REENTRANT -Wall -O3 -ffast-math -pipe -I/home/louis/DFB/include -D_GNU_SOURCE -Werror-implicit-function-declarati on -c fbdev.c -Wp,-MD,.deps/fbdev.TPlo -o fbdev.o source='vt.c' object='vt.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile arm-elf-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I../../lib -I../../lib -I../../src -D_REENTRANT -Wall -O3 -ffast-math -p ipe -I/home/louis/DFB/include -D_GNU_SOURCE -Werror-implicit-function-decla ration -c -o vt.lo vt.c arm-elf-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I../../lib -I../../lib -I../../src -D_REENTRANT -Wall -O3 -ffast-math -pipe -I/home/louis/DFB/include -D_GNU_SOURCE -Werror-implicit-function-declarati on -c vt.c -Wp,-MD,.deps/vt.TPlo -o vt.o /bin/sh ../../libtool --tag=CC --mode=link arm-elf-gcc -Wall -O3 -ffast-math -pipe -I/home/louis/DFB/include -D_GNU_SO URCE -Werror-implicit-function-declaration -L/home/louis/DFB/lib -o libdirectfb_fbdev.la -rpath /home/louis/DFB/lib/directfb-0.9.22/systems -avoid-version -module fbdev.lo vt.lo -lpthread mkdir .libs arm-elf-ar cru .libs/libdirectfb_fbdev.a fbdev.o vt.o arm-elf-ranlib .libs/libdirectfb_fbdev.a creating libdirectfb_fbdev.la (cd .libs && rm -f libdirectfb_fbdev.la && ln -s ../libdirectfb_fbdev.la libdirectfb_fbdev.la) make[3]: Leaving directory `/home/louis/DirectFB-0.9.22/systems/fbdev' make[2]: Leaving directory `/home/louis/DirectFB-0.9.22/systems' make[1]: Leaving directory `/home/louis/DirectFB-0.9.22 I have checked that the fbdev.o and vt.o can be compiled sucessfully but, unfortunately, fail to create the libdirectfb_fbdev.la. How can i resolve it?? Thanks in advance, Louis _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
