bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'fhandler_base::dup:' - Error


From: Paul D. Smith
Subject: Re: 'fhandler_base::dup:' - Error
Date: Mon, 21 Nov 2005 17:24:06 -0500

%% address@hidden writes:

  as> I have been using MSYS-MINGW-GCC to compile and link my C++ code.

  as> The problem I am having is following error.

  as> Building ------------  GCCAltiaGui.exe   ------------
  as> Executing: "C:\Rhapsody6.1\Share\etc\cygwinmake.bat" GCCAltiaGui.mak clean
  as> Setting environment for Cygwin
  as> "make.exe"
  as>       0 [main] make 2772 fhandler_base::dup: dup(some disk file) failed,
  as> handle 0, Win32 error 6
  as> Cleanup

  as> Clean Done

  as> This happens when I try to execute 'make' for the first time.  The
  as> version of 'make' is 3.79.1.  Version of GCC is 3.2.3. The build
  as> is on Windows 2000 machine.

Hi; it looks like you are using the Cygwin-modified version of GNU make.
That version of make is supported by the Cygwin team, not this mailing
list (we support only the standard version of GNU make, provided on the
FSF web site), for problems which seem likely to be related to Cygwin
changes.  if it's a generic problem with make of course you can ask
here, but the above error looks very much to me like a system-specific
error that would need to be addressed by the Cygwin team.  I suggest you
contact them.


Good luck!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]