[comp.soft-sys.andrew] ATK4 PL9 on IBM/RS6000?

pete@othello.dartmouth.edu (Pete Schmitt) (01/17/91)

We are not having problems compiling the code at PL7 but
most programs would not run.  Has anyone successfully got andrew
to run as well?  What compile options did you use?  Did you try
with bsdcc or cc?  

-pete schmitt
--
     Peter Schmitt                                          UNIX Consultant
Kiewit Computation Center                                Computing  Services
   Dartmouth College                                         (603)646-2085
   Hanover, NH 03755                                 Peter.Schmitt@Dartmouth.EDU

gk5g+@ANDREW.CMU.EDU (Gary Keim) (01/17/91)

Excerpts from misc: 16-Jan-91 ATK4 PL9 on IBM/RS6000? Pete
Schmitt@bloom-beaco (533)

> We are not having problems compiling the code at PL7 but
> most programs would not run.  Has anyone successfully got andrew
> to run as well?  What compile options did you use?  Did you try
> with bsdcc or cc?  

Do you mean patch.009?  It runs just fine here.  Here are the site files
that I use.

andrew/config/site.h:

#define PRE_X11R4_ENV 1
#define MK_BASIC_UTILS 1
#define MK_AUTHORING 1
#define MK_AUX_UTILS 1
#define MK_AUX_INSETS 1

#ifdef LINKINSTALL_ENV
#undef LINKINSTALL_ENV
#endif /* LINKINSTALL_ENV */

#define BUILDANDREWINSTALL_ENV   1

#define AFS_ENV 1
#define AFS30_ENV 1
#define AFS31_ENV 1
#define WHITEPAGES_ENV 1
#define AMS_DELIVERY_ENV 1
#define RUN_AMDS_ENV 1
#define SNAP_ENV 1

#define CONTRIB_ENV 1

andrew/config/site.mcr:

        BASEDIR = /usr/buildandrew

        CDEBUGFLAGS = -g
        MAKEDOFLAGS = -g -d ${BASEDIR}/lib -b ${BASEDIR}/bin

        AFSBASEDIR = /usr/vice

We use AFS so some of these options might not apply to your site.  We
use /bin/cc. If there are any error messages that come up when an
application fails, sent them along.

Gary Keim
ATK Group

oester@rchland.iinus1.ibm.com (Bob Oesterlin) (01/17/91)

At Rochester, we've been running ATK on RS/6000 for some time, no
problems. We use cc and the options provided in the config files for
rs_aix31.

What specific problems are you having?

Bob