HI, Look like this check in compc and mxmlc may not be correct:
if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" ];
then
D32='-d32'
fi
In that it sets D32 when using a 64 bit JRE.
Justin
HI, Look like this check in compc and mxmlc may not be correct:
if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" ];
then
D32='-d32'
fi
In that it sets D32 when using a 64 bit JRE.
Justin