***************> bugfix.8 Correction Author: Jim Caldwell Correction Date: 11/09/97 Program Leap Severity: Severe Problem: Leap will not compile on SGI macines running Irix 6.4 Temporary Workaround: None. Cause: This turned out to be due to SGI changing "cc" flangs. Fix: Apply the following Patch to ../amber5/leap/src/leap/Imakefile *** Imakefile Wed Nov 19 15:44:32 1997 --- Imakefile.orig Wed Nov 19 15:24:30 1997 *************** *** 217,249 **** SYSLIB = -lm -lmalloc # if OSMajorVersion == 3 M4Cmd = m4 -B50000 NmCmd = nm LsCmd = ls -o | $(LsFilter) CDEBUGFLAGS = $(LEAP_FLAGS) -w -Wf,-XNl16386 ! # endif ! # if OSMajorVersion == 4 /* Version 4 */ M4Cmd = m4 -B50000 NmCmd = nm LsCmd = ls -o | $(LsFilter) CDEBUGFLAGS = $(LEAP_FLAGS) -cckr -noprototypes -w -Wf,-XNl16386 ! # endif ! # if OSMajorVersion == 5 - M4Cmd = m4 -B50000 - NmCmd = nm - LsCmd = ls -o | $(LsFilter) - CCOPTIONS = -cckr -noprototypes -32 -Wf,-XNh2000 - CDEBUGFLAGS = $(LEAP_FLAGS) -cckr -noprototypes -w -Wf,-XNl16386 - # endif - # if OSMajorVersion == 6 - M4Cmd = m4 -B50000 - NmCmd = nm - LsCmd = ls -o | $(LsFilter) - CCOPTIONS = -cckr -n32 -Wf,-XNh2000 - CDEBUGFLAGS = $(LEAP_FLAGS) -cckr -w -Wf,-XNl16386 # endif #endif --- 217,243 ---- SYSLIB = -lm -lmalloc # if OSMajorVersion == 3 + M4Cmd = m4 -B50000 NmCmd = nm LsCmd = ls -o | $(LsFilter) CDEBUGFLAGS = $(LEAP_FLAGS) -w -Wf,-XNl16386 ! # elsif OSMajorVersion == 4 /* Version 4 */ ! M4Cmd = m4 -B50000 NmCmd = nm LsCmd = ls -o | $(LsFilter) CDEBUGFLAGS = $(LEAP_FLAGS) -cckr -noprototypes -w -Wf,-XNl16386 ! # else ! ! M4Cmd = m4 -B50000 ! NmCmd = nm ! LsCmd = ls -o | $(LsFilter) ! CCOPTIONS = -cckr -noprototypes -32 -Wf,-XNh2000 ! CDEBUGFLAGS = $(LEAP_FLAGS) -cckr -noprototypes -w -Wf,-XNl16386 # endif #endif