[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make 3.81rc1 / MSYS
From: |
Paul D. Smith |
Subject: |
Re: make 3.81rc1 / MSYS |
Date: |
Sat, 25 Mar 2006 10:23:03 -0500 |
%% Eli Zaretskii <address@hidden> writes:
>> see simple test file in attachment :
>> returns 0 if ok
>> 1 if buggy
>> [...]
>> #include <limits.h>
>> #include <stdlib.h>
>>
>> int main()
>> {
>> char resolved_path[PATH_MAX];
>> if (realpath("///", resolved_path) && (strcmp(resolved_path, "/") == 0)) {
>> return 0;
>> } else {
>> return 1;
>> }
>> }
ez> Paul, this is still not fixed. How about adding the above test to
ez> configure?
Can't do it: this will cause cross-compilation to break.
I'll apply the other patches.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
Re: make 3.81rc1 / MSYS, David Ergo, 2006/03/29
- Re: make 3.81rc1 / MSYS, Eli Zaretskii, 2006/03/29
- Re: make 3.81rc1 / MSYS, David Ergo, 2006/03/30
- Re: make 3.81rc1 / MSYS, Paul D. Smith, 2006/03/30
- Re: make 3.81rc1 / MSYS, Eli Zaretskii, 2006/03/30
- Re: make 3.81rc1 / MSYS, Paul D. Smith, 2006/03/30