Francesco Lombardi wrote:
For a quick check if it's the only problem, you can try adding
#define getcwd(buf, size) NULL
in p/rts/rts.c (e.g., in line 215). (But if there were other errors that you trimmed in your mail, I might have to see them to tell if it's worth checking for all of those things.)
Ok, with this change all works fine.
OK, I'll add an autoconf check so this won't be necessary in the future. Is there another function to get the current directory (if there's such a thing -- I'm not familiar with the platform)?
Frank