bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] Latest Tar on OS/2


From: Paul Smedley
Subject: [Bug-tar] Latest Tar on OS/2
Date: Thu, 28 Jul 2005 07:45:25 +0930
User-agent: Mail/News 1.0+ (OS/2/20050725)

Hi All,
I just compiled tar on OS/2 using Innotek GCC.

It builds fine and works fine, except that it chokes on archives with drive letters.

eg:
[M:\]tar -xvf e:\file.tar
tar: e\:\\file.tar: Cannot open: I/O error
tar: Error is not recoverable: exiting now

I looked at config.h, and changed:
/* Define on systems for which file names may have a so-called `drive letter'
prefix, define this to compute the length of that prefix, including the
colon. */
#define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0

to

#define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 2

But this made no difference.

Any other ideas? It looks like tar is designed to cope with drive letters on msdos and windows..

Cheers,

Paul.




reply via email to

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