%% [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> 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 _______________________________________________ Bug-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-make
