Re: [lfs-dev] Fix udev-lfs

2013-03-20 Thread Matt Burgess
On Wed, 2013-03-20 at 20:13 +0100, Armin K. wrote: > Please apply this patch to udev-lfs > > Add -Wl,--no-undefined for linker to detect missing symbols in > libudev.so. Replace 'nm /lib/libc.so.6' with 'objdump -T /lib/libc.so.6' > since the former doesn't work if library has been stripped. >

[lfs-dev] Fix udev-lfs

2013-03-20 Thread Armin K.
Please apply this patch to udev-lfs Add -Wl,--no-undefined for linker to detect missing symbols in libudev.so. Replace 'nm /lib/libc.so.6' with 'objdump -T /lib/libc.so.6' since the former doesn't work if library has been stripped. Adding -Wl,--no-undefined already showed me few undefined ref