On Mon, 26 Nov 2007, Hector Oron wrote: > I tried with option: -uignore-missing-info > > ARCH=arm MAKEFLAGS="CC=something" dh_shlibdeps -plibgcc1-arm-cross > -uignore-missing-info > dpkg-shlibdeps: failure: couldn't find library libc.so.6 (note: only > packages with 'shlibs' files are looked into). > dh_shlibdeps: command returned error code 512 > make[1]: *** [stamps/08-binary-stamp-libgcc] Error 1 > > Note that libc6, libc6-dev, linux-libc-dev are dpkg-cross'ed libraries. > Any suggestion?
Until dpkg-shlibdeps has been modified to support natively cross-build, you'll have to indicate him where to find libraries for other architectures with LD_LIBRARY_PATH=/usr/arm-linux-gnu/lib/ or similar. Cheers, -- Raphaël Hertzog Premier livre français sur Debian GNU/Linux : http://www.ouaza.com/livre/admin-debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]