bug-glibc
[Top][All Lists]
Advanced

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

diff util and DUX 5.1


From: jonah
Subject: diff util and DUX 5.1
Date: Thu, 22 Feb 2001 15:50:40 -0600 (CST)

Hi,

I compiled diffutils-2.7 on a DUX 5.1 alpha box using the native cc. The file 
fnmatch.h causes a problem. fnmatch.h:52 states,
        #if !defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCe < 2 || 
defined(_GNU_SOURCE)
        #define FNM_FILE_NAME...
        ...
        #endif

Taking out the POSIX_C_SOURCE reference allows the compilation to go through.



Jonah Tsai



reply via email to

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