Hi,

Obviously way OT for this list - but I see that Strawberry ships with
gd-2.0.35, so I'm hoping someone here has faced (and solved) the problem
I've struck.

No problem running configure. It terminates with:

###############################
** Configuration summary for gd 2.0.35:

  Support for PNG library:          yes
  Support for JPEG library:         yes
  Support for Freetype 2.x library: yes
  Support for Fontconfig library:   yes
  Support for Xpm library:          yes
  Support for pthreads:             yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config/gdlib-config
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

###############################

But running 'make', things go apeshit almost immediately:

###############################
if /bin/sh ./libtool --tag=CC --mode=compile
c -DHAVE_CONFIG_H -I. -I. -I.   -IC:/MinGW/msys/1.0/local/include/freetype2
-IC:/MinGW/msys/1.0/local/include -IC:/MinGW/msys/1.0/local/include -MT gd.lo -MD -MP -MF ".deps/gd.Tpo" -c -o gd.lo gd.c; \
       then mv -f ".deps/gd.Tpo" ".deps/gd.Plo"; else rm -f ".deps/gd.Tpo";
exit 1; fi
./libtool: line 893: X--tag=CC: command not found
./libtool: line 926: libtool: ignoring unknown tag : command not found
./libtool: line 893: X--mode=compile: command not found
./libtool: line 1059: *** Warning: inferring the mode of operation is
deprecated.: command not found
./libtool: line 1060: *** Future versions of Libtool will
require --mode=MODE be specified.: command not found
./libtool: line 1203: Xgcc: command not found
./libtool: line 1203: X-DHAVE_CONFIG_H: command not found
./libtool: line 1203: X-I.: command not found
./libtool: line 1203: X-I.: command not found
./libtool: line 1203: X-I.: command not found
./libtool: line 1203: X-IC:/MinGW/msys/1.0/local/include/freetype2: No such
file or directory
./libtool: line 1203: X-IC:/MinGW/msys/1.0/local/include: No such file or
directory
./libtool: line 1203: X-IC:/MinGW/msys/1.0/local/include: No such file or
directory
./libtool: line 1203: X-DNONDLL: command not found
./libtool: line 1203: X-DNONDLL: command not found
./libtool: line 1203: X-MT: command not found
./libtool: line 1203: Xgd.lo: command not found
./libtool: line 1203: X-MD: command not found
./libtool: line 1203: X-MP: command not found
./libtool: line 1203: X-MF: command not found
./libtool: line 1203: X.deps/gd.Tpo: No such file or directory
./libtool: line 1203: X-c: command not found
./libtool: line 1254: Xgd.lo: command not found
./libtool: line 1259: libtool: compile: cannot determine name of library
object
from `': command not found
make[2]: *** [gd.lo] Error 1
make[2]: Leaving directory `/c/_32/comp/level2/gd-2.0.35'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/_32/comp/level2/gd-2.0.35'
make: *** [all] Error 2
###############################

Anyone struck anything like this ?
I've actually built gd-2.0.35 before, and didn't strike this problem. But
now that it's started happening, I can't avoid it - having tried various
combinations of (MSWindows) system, msys shell, and gcc versions.

Sorry for the noise.

Cheers,
Rob

Reply via email to