%% Eli Zaretskii <[EMAIL PROTECTED]> writes: 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. ez> Then perhaps the test that fails if realpath doesn't convert /// ez> to / should be rewritten or not run under MSYS. Perhaps. The other thing is, if we leave it as-is then this make function behaves differently on Windows and UNIX, which doesn't seem like a good thing to me. Maybe instead, we should change the platforms where the native realpath() doesn't behave properly to use the one built into make instead. Of course the problem with this is that the built in realpath() we have today probably doesn't work properly on Windows either since it's not DOS-path knowledgeable. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> 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 _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
