I am trying to cross-compile libgphoto.... I succeeded for WR RC5, but now I am running into a real roadblock with kamikaze...
Building ibgphoto2_port.la fails with:
make[9]: Entering directory `/home/yan/trunk/openwrt/build_mipsel/libgphoto2-2.1.99/libgphoto2_port/libgphoto2_port'
make[9]: *** No rule to make target `-lltdl', needed by `libgphoto2_port.la'. Stop.
The system has libltdl; the toplevel configure sees it:
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dlcaller_register in -lltdl... yes
checking whether to use included libltdl... no
I've tried all sorts of things; setting LIBLTDL manually, but nothing I do seems to make any difference at all. The build *always* fails at that point.
I really need to get this working; if anyone has any ideas on this please let me know. I've posted the output of make on my website: http://seiner.com/make.out (warning, it's uncompressed 250KB.)
My current Makefile is at http://seiner.com/Makefile .
Thanks,
--Yan