On 11/9/10 1:25 AM, Robert Dodier wrote:
> On 11/8/10, Raymond Toy <toy.raymond at gmail.com> wrote:
>
>> Why are these files created? I don't seem to get them on my builds.
> Those files seem to be erased at the end of configure.
> I stopped configure part way through to see them.
Ah, I see.
>> Anyway, can you try the following fix? In configure.in, use this line
>> for default_sharedirs:
>>
>> default_sharedirs=`find share -type d | sort | egrep -v
>> 'share$|CVS|/fortran' | sed 's;share/\(.*\);"\1";' | tr '\n' ' '`
> That seems to make the errors go away.
Can someone else test this on Windows? I tried, but something has
totally messed up my msys and cygwin packages. I can barely start a
window and every command that I run causes a segfault about resource not
available or not enough memory. But I didn't change anything on that
machine and everything else works fine. Reinstalling cygwin fails.
Ray