I ran into this and had to add this one line in configure.in

AC_SUBST(LD)

my configure has a lot of stuff for a new driver so a diff is not helpful.


But its pretty simple when you do --enable-static --disable-shared  ld
ends up being used directly
but we never set LD even if you set it during autogen.sh

Just cat a generated make file and you will see no LD set


Mike

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to