I'm having trouble compiling on Solaris with GCC 4.1.2, would anyone be able to assist?

% uname - a 1
SunOS systemname 5.10 Generic_118822-08 sun4u sparc SUNW,Sun-Fire-V440
% make
dirs="platform share contrib doc"; \
for i in $dirs; do \
  if (cd $i && gmake bootstrap); \
          then true; \
          else exit 1; \
          fi; \
        done
gmake[1]: Entering directory `/tmp/mozart-1.3.2.20060615/platform'
dirs="emulator wish tools"; \
for i in $dirs; do \
  if (cd $i && gmake bootstrap); \
          then true; \
          else exit 1; \
          fi; \
        done
gmake[2]: Entering directory `/tmp/mozart-1.3.2.20060615/platform/ emulator' gm4 -E -B10000 -s -DEMUDIR=/tmp/mozart-1.3.2.20060615/platform/ emulator opcodes.m4hh > opcodes.hh || (rm -f opcodes.hh; exit 1) /tmp/mozart-1.3.2.20060615/platform/emulator/instrDefs.m4:256: gm4: INTERNAL ERROR: Recursive push_string!
gmake[2]: *** [opcodes.hh] Error 1
gmake[2]: Leaving directory `/tmp/mozart-1.3.2.20060615/platform/ emulator'
gmake[1]: *** [bootstrap] Error 1
gmake[1]: Leaving directory `/tmp/mozart-1.3.2.20060615/platform'
make: *** [bootstrap] Error 1
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to