-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta2
-
generic
-
generic
Name: dm26566 Date: 05/09/2001
The actual buidling against Motif 1.2 and/or Motif 2.1 is handled by
Defs-solaris.gmk by :
# Solaris builds AWT against both Motif 1.2 and 2.1. The
# following flags are checked by make/sun/motif[12,21]/Makefile
# and if they are defined, regardless of the value, the
# specified Motif version library is created.
#
# Motif 1.2 is not valid for 64-bit builds.
ifeq ($(ARCH_DATA_MODEL), 32)
BUILD_MOTIF12 = true
endif
BUILD_MOTIF21 = true;
However, no matter what those settings are, the sanity checker requires
both or fails.
======================================================================