I did a 'cvs update' in my 21.5 workspace and tried to build with
MinGW only to find that the resulting temacs.exe contained references
to *_profile functions which were undefined.
After a little investigation, I found that src/profile.c was not being
included in the link because HAVE_SETITIMER was not #define'd when
Makefile.in.in was processed to produce GNUmakefile. HAVE_SETITIMER
is #define'd in s/mingw32.h, but not in src/config.h.
Shouldn't values from the system specific header (s/mingw32.h) be used
when building the makefiles, etc.?
How should this be resolved?
Craig
--
Craig Lanning <CraigL(a)Knology.net>