> Date: Sat, 25 Mar 2006 10:23:03 -0500 > Cc: David Ergo <[EMAIL PROTECTED]>, [email protected], > [EMAIL PROTECTED], [EMAIL PROTECTED] > From: "Paul D. Smith" <[EMAIL PROTECTED]> > > >> 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. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
