sigh, does anyone ever build on solaris?
Anyway, the test failed:
configure:9898: c++ -o conftest -fno-exceptions -fno-implicit-templates -DARCH_spArc conftest.C -lz -lgmp -ldl -lm -lsocket -lnsl 1>&5
configure:9850: #error platform not supported
note -DARCH_spArc !!!
solaris:
@savannah:emulator 4Q> echo solaris-sparc|sed -e s/-/_/|tr a-z A-Z
solAris_spArc
@savannah:emulator 4Q> echo solaris-sparc|sed -e s/-/_/|tr [a-z] [A-Z]
SOLARIS_SPARC
@savannah:emulator 4Q> echo solaris-sparc|sed -e s/-/_/|tr '[a-z]' '[A-Z]'
SOLARIS_SPARC
linux:
@s-ensor:glynn 4Q> echo solaris-sparc|sed -e s/-/_/|tr a-z A-Z
SOLARIS_SPARC
@s-ensor:glynn 4Q> echo solaris-sparc|sed -e s/-/_/|tr [a-z] [A-Z]
solaris_sparc
@s-ensor:glynn 4Q> echo solaris-sparc|sed -e s/-/_/|tr '[a-z]' '[A-Z]'
SOLARIS_SPARC
k
duchier@ps.uni-sb.de writes:
> glynn@info.ucl.ac.be (Kevin Glynn) writes:
>
> > c++ -DHAVE_CONFIG_H -I. -I/ingi/staff/glynn/MOZART/inline-opcode-map/mozart/platform/emulator -fno-exceptions -fno-implicit-templates -O3 -pipe -fschedule-insns2 -fregmove -mcpu=v8 -fdelayed-branch -fverbose-asm -c -o emulate.o /ingi/staff/glynn/MOZART/inline-opcode-map/mozart/platform/emulator/emulate.cc
> > /ingi/staff/glynn/MOZART/inline-opcode-map/mozart/platform/emulator/emulate.cc: In function `int engine(int)':
> > /ingi/staff/glynn/MOZART/inline-opcode-map/mozart/platform/emulator/instrDefs.m4:278: label `ENDOFCHUNKLBL' used but not defined
>
> Ah, yes. 2 things:
>
> 1. I believe that your configure did not think that it could support
> the inline opcode map trick, because there are no ...LBL labels in
> that case. Could you go back to that and see why the tests failed.
>
> 2. there is now a small (bit rot) bug in the not inline opcode map
> part which I'll fix asap.
>
> Thanks a lot.
>
> --
> Denys Duchier - Équipe Calligramme - LORIA, Nancy, France
> -
> Please send submissions to hackers@mozart-oz.org
> and administriva mail to hackers-request@mozart-oz.org.
> The Mozart Oz web site is at http://www.mozart-oz.org/.
>
-
Please send submissions to hackers@mozart-oz.org
and administriva mail to hackers-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.