in reply to nmake win32
If you're using Cygwin, and the Cygwin Perl, you need to also use the (Cygwin build of) GNU make. nmake by Microsoft is only useful if you're using an ActiveState build of Perl or another Perl configured to use nmake.exe. Mixing Cygwin tools and native Win32 tools will give you lots of pain because Cygwin has a very different idea of how files should be named than the rest of Win32 has.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: nmake win32
by expo (Initiate) on Oct 26, 2006 at 14:16 UTC | |
by planetscape (Chancellor) on Oct 26, 2006 at 18:21 UTC |