makefile.gcc is the way to go. For this to work, you have to make sure that you have make 3.8 (older versions will not do) and you must make sure that no other conflicting make or gcc is in the path (this is most easily done by simply setting the path to the one directory where your build tools live before building).
With the correct version and path set up, makefile.gcc works fine.
Why do you say that make 3.8 is required.
I've been using 3.77 just fine for awhile now. To make sure, I just recompiled 2.6.3 again. It seems to work fine.
Am I missing something hidden here?
thanks
pecan
Ok, I see. Make is at 3.77. But mingw32-make is at 3.80
C:\Usr\Proj\wxWidgets263\build\msw>mingw32-make -v
GNU Make 3.80
Copyright (C) 2002 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.
C:\Usr\Proj\wxWidgets263\build\msw>make -v
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
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