bug-cpio
[Top][All Lists]
Advanced

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

[Bug-cpio] cpio-2.6 Questions


From: Randy McMurchy
Subject: [Bug-cpio] cpio-2.6 Questions
Date: Mon, 20 Dec 2004 17:01:36 -0600

Hi,

I downloaded and built the new cpio-2.6 package on a GNU-Linux
platform (i686, Linux-2.6.8.1, Glibc-2.3.4).

I noticed the following.

1) The mt program does not get built or installed. Was this
by design, or did somehow my system not pass the correct flags
to build the mt program. I cannot see anything in the configure
script that would keep mt from being built, or force it to being
built.

2. The mt man page does get installed.

3. If I change directories to src and run make mt, the program
fails at these lines:

  i = argmatch (argv[optind], opnames);
  if (i < 0)
    {
      invalid_arg ("tape operation", argv[optind], i);
      exit (1);
    }
  operation = operations[i];

with the following error:

mt.o(.text+0x375): In function `main':
/home/rml/build/cpio-2.6/src/mt.c:283: undefined reference to `invalid_arg'
collect2: ld returned 1 exit status
make: *** [mt] Error 1


Any help, suggestions or otherwise would be appreciated.

--
Randy






reply via email to

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