From: Andris P. <pa...@la...> - 2004-04-16 11:43:27
|
On Thursday 15 April 2004 16:03, Hans-Bernhard Broeker wrote: > I've re-tagged and tarballed the current state of things once more. > Same place as before. > > The USERPROFILE change for Windows is in, the splash text is changed. > > Other changes affect only documentation files. Tried to build 4.0.0 for DJGPP on system that had ancient libgd (perhaps 1.3) and libpng-1.2.5 installed. After running configure got libraries in following order -lz -lgd -lpng As result there were unresolved references from libpng, as -lz should be after -lpng. Of course I could use Makefile.dj2, but this problem perhaps could appear also for some other system. Andris |