%% Eli Zaretskii <[EMAIL PROTECTED]> 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 <[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