Martin Nylund wrote:
> Hello all,
> 
> I'm trying to build the latest git version of directfb for a SH7722 
> target, but the build always fails to errpr 
> "../src/.libs/libdirectfb.so: undefined reference to 
> `dfb_surface_pool_bridges_transfer'":
> 
> .
> .
> .
> sh3-linux-gcc -DHAVE_CONFIG_H -I. 
> -I/home/hico/emtrix-2.2/hico7722/pkgs/DirectFB-git/tools -I.. -I../lib 
> -I../include -I/home/hico/emtrix-2.2/hico7722/pkgs/DirectFB-git/include 
> -I/home/hico/emtrix-2.2/hico7722/pkgs/DirectFB-git/lib 
> -I/home/hico/emtrix-2.2/hico7722/pkgs/DirectFB-git/src 
> -DDATADIR=\"/usr/local/share/directfb-1.3.0\" -D_REENTRANT -O3 
> -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration 
> -MT dfbdump.o -MD -MP -MF .deps/dfbdump.Tpo -c -o dfbdump.o 
> /home/hico/emtrix-2.2/hico7722/pkgs/DirectFB-git/tools/dfbdump.c
> mv -f .deps/dfbdump.Tpo .deps/dfbdump.Po
> /bin/bash ../libtool --tag=CC --mode=link sh3-linux-gcc -O3 -ffast-math 
> -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -o dfbdump 
> dfbdump.o ../src/libdirectfb.la ../lib/fusion/libfusion.la 
> ../lib/direct/libdirect.la -ldl -lpthread
> sh3-linux-gcc -O3 -ffast-math -pipe -D_GNU_SOURCE 
> -Werror-implicit-function-declaration -o .libs/dfbdump dfbdump.o 
> ../src/.libs/libdirectfb.so ../lib/fusion/.libs/libfusion.so 
> ../lib/direct/.libs/libdirect.so -ldl -lpthread
> ../src/.libs/libdirectfb.so: undefined reference to 
> `dfb_surface_pool_bridges_transfer'

Did you try "autoreconf -f" and ./configure?

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to