This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New issue on x64 Win7 box


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]