This is the mail archive of the cygwin@cygwin.com 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]

GNU Make fork_copy error in Win98


Hi,

I am using the following version of GNU Make under Win98.

	GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
	Built for i686-pc-cygwin
	Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
      	  Free Software Foundation, Inc.
	This is free software; see the source for copying conditions.
	There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
	PARTICULAR PURPOSE.


The main project contains multiple subprojects. The main project has a
makefile that launches GNU Make for each of the subprojects. The subprojects
are making object files using a C compiler and an Assembler. One of the
subprojects has a
large number of source files (> 120). Periodically I get the following
errors when making this subproject. Executing the make again normally does
not result in an error. The problem has not been seen on Win2000 or XP.

Any help would be appreciated.

Thanks,

Steve


ERRORS
------------------------

566860 [main] MAKE 292569 fork_copy: user/cygwin data pass 2 failed,
0x4590000.

.0x47C3000, done 0, Win32 error 8
MAKE[2]: vfork: Resource temporarily unavailable
 648585 [main] MAKE 292569 fork_copy: user/cygwin data pass 2 failed,
0x4590000.

.0x47C4000, done 0, Win32 error 8
MAKE[2]: vfork: Resource temporarily unavailable
 738617 [main] MAKE 292569 fork_copy: user/cygwin data pass 2 failed,
0x4590000.

.0x47C6000, done 0, Win32 error 8
MAKE[2]: vfork: Resource temporarily unavailable
 962589 [main] MAKE 292569 fork_copy: user/cygwin data pass 2 failed,
0x4590000.

.0x47C8000, done 0, Win32 error 8
MAKE[2]: vfork: Resource temporarily unavailable
1448512 [main] MAKE 292569 fork_copy: user/cygwin data pass 2 failed,
0x4590000.

.0x47C9000, done 0, Win32 error 8
MAKE[2]: vfork: Resource temporarily unavailable
1901443 [main] MAKE 292569 fork_copy: user/cygwin data pass 2 failed,
0x4590000.

.0x47CA000, done 0, Win32 error 8
MAKE[2]: vfork: Resource temporarily unavailable
2535342 [main] MAKE 292569 fork_copy: user/cygwin data pass 2 failed,
0x4590000.

.0x47CC000, done 0, Win32 error 8
MAKE[2]: vfork: Resource temporarily unavailable
MAKE[1]: *** [ps] Interrupt
MAKE: *** [cbp4_rom_revb] Interrupt


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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