Georg Schwarz <[EMAIL PROTECTED]> writes: > I manually changed the sources according to your patches. > Nevertheless I still end up like this: > > cc -g -o dir ls.o ls-dir.o ../lib/libcoreutils.a ../lib/ > libcoreutils.a > ld: > Unresolved: > _ctmp_ > _iswctype > *** Error code 1 (bu21) > *** Error code 1 (bu21) > *** Error code 1 (bu21) > > do I first have to rebuild certain parts of the sources using some > tools like automake?
Plain 'make' should invoke automake and autoconf as needed. However, you have to have those tools installed; if they're not installed, 'make' skips the step. However, this particular patch should work on your host even if automake and autoconf are not installed. Can you please try removing all your .o files and recompiling? That might be enough to do the trick. If not, please try applying that patch to a fresh copy of coreutils, and building from that. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils