[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make 3.81rc1 / MSYS
From: |
Eli Zaretskii |
Subject: |
Re: make 3.81rc1 / MSYS |
Date: |
Sat, 25 Mar 2006 19:23:43 +0200 |
> Date: Sat, 25 Mar 2006 10:23:03 -0500
> Cc: David Ergo <address@hidden>, address@hidden,
> address@hidden, address@hidden
> From: "Paul D. Smith" <address@hidden>
>
> >> 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.
Then perhaps the test that fails if realpath doesn't convert /// to /
should be rewritten or not run under MSYS.
> I'll apply the other patches.
Thanks.
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
Re: make 3.81rc1 / MSYS, Eli Zaretskii, 2006/03/30