bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minor link bug in tar 1.13.25 on Tru64 UNIX


From: Tim Mooney
Subject: minor link bug in tar 1.13.25 on Tru64 UNIX
Date: Wed, 10 Jul 2002 19:21:32 -0500 (CDT)

This may have already been fixed in a later version, but I can't get on to
alpha.gnu.org to find out.

GNU tar 1.13.25 will use iconv, and the m4/iconv.m4 correctly detects that
iconv and iconv_open are in `-liconv' on Tru64 UNIX, and

        LIBICONV = -liconv

is correctly set in Makefile after running configure, but the link line
for tar doesn't add $(LIBICONV), so linking fails on Tru64.  I think the
appropriate fix is to add

        $(LIBICONV)

to the `tar_LDADD' in Makefile.am, and regenerate Makefile.in.

Let me know if you need more specific details than that.

Tim
-- 
Tim Mooney                              address@hidden
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164




reply via email to

[Prev in Thread] Current Thread [Next in Thread]