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.
>
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