On 9/11/2010 6:41 AM, Kai Tietz wrote:
> with recent cygwin version (cygwin1.dll 1.7.7 (1007.7.0.0)) I get
> while building gcc the following error message:
> "/home/ktietz/source/rth/gcc/buildw64/./gcc/as: fork: Resource
> temporarily unavaiable".
> 
> This behavior is new as with older version I didn't saw this problem.
> Is this an already known issue?

It's the old "fork can't relocate DLLs to the same location in the
child's memory space as they were in the parent's" problem.  The
workaround is to use 'rebaseall'.  See
/usr/share/doc/Cygwin/rebase-3.0.1.README

--
Chuck

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to