Bug 2610 - faulty make.exe prevents compiling in Mingw
Status: RESOLVED INVALID
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Platform
Version: unspecified
Hardware: PC Windows 2000
: P2 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2006-03-06 00:30 EST by Henry
Modified: 2007-05-21 14:01:36 EDT
1 user (show)

See Also:



Description Henry 2006-03-06 00:30:13 EST
Been trying unsuccessfully to compile quake3 with MINGW.

Tried using the make.exe from Cygwin --version 3.80. It worked.

Workaround:
cp -fv /c/cygwin/bin/make.exe /mingw/bin/make-cygwin.exe

run make-cygwin.exe
read the warning messages and copy the appropriate dll files into the /mingw/bin/ directory. After copying about 4 or 5 dll files. make-cygwin.exe should work in Mingw. 

Works for me, anyway.

Hank
Comment 1 Tim Angus 2006-03-06 15:59:19 EST
This is not a bug. Please leave discussion to the mailing list.
Comment 2 Ryan C. Gordon 2007-05-21 11:25:11 EDT
Setting a QA contact on all ioquake3 bugs, even resolved ones. Sorry if you get a flood of email from this, it should only happen once. Apologies for the incovenience.

--ryan.

Comment 3 Henry 2007-05-21 14:01:36 EDT
Don't use or upgrade to make-3.80. Use make 3.79 from the minimal msys installer.