bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] configure misses lstat on zaurus


From: tz
Subject: [Bug-tar] configure misses lstat on zaurus
Date: Sat, 12 Jun 2004 13:07:06 -0400

The configure program uses a very simple test which fails, but Linux on the zaurus seems to inline and/or change the return type of lstat from char to int. It is in (include path) sys/stat.h

The test occurs around line 18079. The other functions in the loop seem to test correctly.

If I do #include <sys/stat.h> (which doesn't occur in the minimal test program), I get a return type conflict error. If I don't include it, it says lstat doesn't exist.

Manually modifying #define HAS_LSTAT 1 made it work fine (and correctly detect symlinks and such).





reply via email to

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