[comp.sys.alliant] Summary: X11 config for Concentrix

kinzler@iuvax.cs.indiana.edu (Steve Kinzler) (08/01/90)

To comp.sys.alliant in news:ames!ll-xn!usc!hacgate.uucp!ipla01.hac.com!kelly

Written Mon Jul 23 14:38:22 1990 by bingle@cs.purdue.edu in mail:
---------- "alliant.cf" ----------
| We used gcc and the alliant.cf file contained below to compile the
| libraries and clients for X11R4 on our Alliant FX/80 running Concentrix
| 5.5.0.

| If you use gcc, don't forget about running fix-includes.

| Hope this helps

| Richard Bingle                                      bingle@cs.purdue.edu
| Computer Science Department                                purdue!bingle
| Purdue University                                         (317) 494-0893
| West Lafayette, IN 47907

[ alliant.cf.bingle included in shar at end of article ]


Written Tue Jul 24 11:33:11 1990 by dereks%aggie@sgi.com in mail:
---------- "Re: Wanted: X11 config for Concentrix" ----------
|         Try talking to Alliant Customer Service.  I know that have had
| X11 servers running in-house, but I am not sure whether or not the were
| R3 or R4...  Either way, they should at least be able to point you in
| the right direction...  (of course you have to be paying that maint.
| fee.....)

| 		derek


Written Thu Jul 26 07:04:30 1990 by hans@hp4.es.ele.tue.nl in mail:
---------- "Wanted: X11 config for Concentrix" ----------
| Below is our configuration file for the Alliant FX/8 called alliant.cf.
| Put this name in the Imake.tmpl.
| In general everything has been compiled with the pcc. Files that couldn't be
| compiled with this compiler where compiled with either fxc -Ogi or gcc
| (option -fpcc-struct-return).

| We've compiled the libraries, all clients and some programs from the contrib
| tape. Everything seemed to work fine. However, xload needs a patch for an
| alliant system. I'm trying to do this in near future, for instance gnuemacs
| has the correct code for it.

| Succes.

| ---

| Hans Fleurkens
| Design Automation Section
| Eindhoven University of Technology
| E-mail: hans@es.ele.tue.nl

[ alliant.cf.hans included in shar at end of article ]


Written Tue Jul 24 08:06:48 1990 by shei@ogre.cica.indiana.edu in mail:
---------- "Re: Wanted: X11 config for Concentrix" ----------
| To build the X on alliant seems to be trivial (at least I did it for
| X11R2 before).  I don't quite remember how I did it but I seemed to
| modify sun3's configuration file.  You don't need server since we don't
| have any display hook directly to alliant.  You need only build the
| libraries and then all the clients you are interested.

| Bruce


#! /bin/sh
# This is a shell archive.  Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file".  To overwrite existing
# files, type "sh file -c".  You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g..  If this archive is complete, you
# will see the following message at the end:
#		"End of shell archive."
# Contents:  alliant.cf.bingle alliant.cf.hans
# Wrapped by kinzler@iuvax on Tue Jul 31 22:24:16 1990
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f 'alliant.cf.bingle' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'alliant.cf.bingle'\"
else
echo shar: Extracting \"'alliant.cf.bingle'\" \(936 characters\)
sed "s/^X//" >'alliant.cf.bingle' <<'END_OF_FILE'
X/*
X * SET VERSION NUMBERS BEFORE MAKING MAKEFILES
X */
X
X
X#define OSName            Concentrix 5.5.0
X#define OSMajorVersion    5.5
X#define OSMinorVersion    0
X#define HasSaberC         YES
X#define HasBsearch        NO
X#define HasNdbm           YES
X
X#define SystemV           NO
X#define HasGcc            YES
X
X/**/# platform:  $XConsortium: generic.cf,v 1.2 89/01/11 14:58:19 jim Exp $
X/**/# operating system:  OSName
X
X/*****************************************************************************
X *			  Platform-specfic parameters                        *
X *****************************************************************************/
X
X#ifdef HasGcc
X#define DefaultCCOptions
X#endif
X
X#define BuildServer      NO
X
X#define ExtensionDefines -DSHAPE -DMULTIBUFFER -DMITMISC
X#define FontDefines      -DFONT_SNF -DFONT_BDF -DCOMPRESSED_FONTS
X#define ConnectionFlags  -DTCPCONN
X
X.DIRECTORIES:            /* Turn off directory search for RCS */
END_OF_FILE
if test 936 -ne `wc -c <'alliant.cf.bingle'`; then
    echo shar: \"'alliant.cf.bingle'\" unpacked with wrong size!
fi
# end of 'alliant.cf.bingle'
fi
if test -f 'alliant.cf.hans' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'alliant.cf.hans'\"
else
echo shar: Extracting \"'alliant.cf.hans'\" \(1052 characters\)
sed "s/^X//" >'alliant.cf.hans' <<'END_OF_FILE'
X/*
X * Created by Jos van Eijndhoven (JvE), 23 jan 1990
X * modified by Hans Fleurkens, Wim Philipsen
X * SET VERSION NUMBERS BEFORE MAKING MAKEFILES
X */
X
X#define OSName            Concentrix V5.0
X#define OSMajorVersion    5
X#define OSMinorVersion    0
X
X#define HasGcc YES
X
X/**/# platform:  $Alliant fx/8, written by Jos van Eijndhoven, 23 jan 1990 $
X/**/# operating system:  OSName
X
X/*****************************************************************************
X *			  Platform-specfic parameters                        *
X *****************************************************************************/
X
X#define BuildServer NO
X#define SetTtyGroup YES		/* dont really know what this means... */
X#define HasFortran  YES
X#define FortranCmd  fortran
X#define HasNdbm     YES
X#define StripInstalledPrograms  YES
X#define CcCmd       pcc
X#define OptimizedCDebugFlags -O
X#define LibraryDefines -DUNIXCPP -DMISSING_STDARG_H -DNeedVarargsPrototypes=0
X	/* MISSING_STDARG_H and NeedVarargsPrototypes needed for */
X	/* lib/Xt/Intrinsic.h and lib/Xt/VarargsI.h   JvE */
END_OF_FILE
if test 1052 -ne `wc -c <'alliant.cf.hans'`; then
    echo shar: \"'alliant.cf.hans'\" unpacked with wrong size!
fi
# end of 'alliant.cf.hans'
fi
echo shar: End of shell archive.
exit 0