Mail Archives: djgpp/2000/06/11/22:15:14
On Fri, 9 Jun 2000 17:01:23 GMT, neil AT robots DOT ox DOT ac DOT uk (Neil Townsend)
ate too many hallucinogenic mushrooms and wrote:
>Whilst I can't comment on your specific problems, I have no problems
>compiling 3.9.32 for DOS using DJGPP. My procedure was to
>
>(1) remove the old library from the lib directory.
>(2) remove the old headers files.
>(3) rename the old allegro directory
>(4) unzip the new distribution
>(5) follow the intrsuctions.
>
>This seemed to work.
Are you sure of the version you used? I have basically mathematically
proved that old files can't possibly be influencing the compile, since
old source files will be either not referenced any more or
overwritten, and old .o files will be overwritten by make because of
the very fact that they are old. (There shouldn't be a .o file in
there with a modification time more recent than a couple of months
ago, whereas the source files ought to have created/modified times
sometime late last night.)
I can definitely say I'm using gnu make, and I definitely did have the
unzipper preserve directory structure and overwrite old files on
unpacking.
Indeed:
C:\DJGPP\allegro>make --version
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
PARTICULAR PURPOSE.
Report bugs to <bug-make AT gnu DOT org>.
--
Any sufficiently advanced magic is indistinguishable from
an Allegro-using C++ program compiled with gcc.
- Raw text -