[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils 6.6 fails to compile on IRIX 5.3
From: |
Paul Eggert |
Subject: |
Re: coreutils 6.6 fails to compile on IRIX 5.3 |
Date: |
Mon, 18 Dec 2006 18:11:43 -0800 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Georg Schwarz <address@hidden> 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.
- coreutils 6.6 fails to compile on IRIX 5.3, Georg Schwarz, 2006/12/03
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Jim Meyering, 2006/12/03
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Paul Eggert, 2006/12/04
- Message not available
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Paul Eggert, 2006/12/20
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Georg Schwarz, 2006/12/21
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Paul Eggert, 2006/12/21
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Bruno Haible, 2006/12/22
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Bruno Haible, 2006/12/22
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Paul Eggert, 2006/12/24
- Message not available
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Eric Blake, 2006/12/27
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Eric Blake, 2006/12/27
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Jim Meyering, 2006/12/27