Crash-Override.net

Benjamin 'blindcoder' Schieder - Code Collection

Home | Who am I?

Linking findutils 4.2.26 to glibc 2.3.6 statically

Trying to link findutils 4.2.26 statically to a glibc 2.3.6 bails out with multiple definitions of __re_error_msgid and __re_error_msgid_idx in libc.a and gnulib.a due to lack of checking for their existance.

This patch doesn't do checking either, but it fixes static linking.

findutils_4224_glibc236_static.patch

482