Makeing "Gated"

Keyvan Shirnia Pre Sales keyvan at pyra.co.uk
Tue Apr 9 04:48:31 AEST 1991


In article <1991Apr8.073344.2646 at cheops.qld.tne.oz.au> logier at cheops.qld.tne.oz.au (Rob Logie) writes:
>I am trying to make it under the UCB universe and it complains about
>not being able to find "memory.h"
>
>Has any one any ideas how to get around this (Pyramid seems to have memory.h
>only in the att universe. If I try to compile under ATT I get a whole new
>lot of problems) or better still if someone has some src/Makefile.* files
>that are configured correctly for the Pyramid I would be greatfull if you
>could mail them to me .

Well memory.h is only defined in ATT. (That is the definition) Some other
operating systems might have memory.h in their UCB environment, but that
is not true UCB!

I am not quite sure what kind of errors your are getting. However, the 
first thing I would try out would be: (Type this in your ATT universe shell)

cc -I/usr/.attinclude -I/usr/.ucbinclude gated.c -o gated /.ucblib/libc.a

This line should pickup both the UCB and ATT include files. From the linking
point of view, since you are already in ATT universe /.attlib/libc.a is
automatically searched. But to be sure that you are not missing any UCB
routines add /.ucblib/libc.a	.

If you got any more problems with this, PLEASE do send me an e-mail.

Best regards,
Keyvan

      -m------- Keyvan Shirnia		       Tel : +44 252 373035
    ---mmm----- Pre Sales Support 
  -----mmmmm--- Pyramid Technology Ltd.        keyvan at pyra.co.uk
-------mmmmmmm- Farnborough GU14 7NA, England.
"God is real unless declared integer!"



More information about the Comp.sys.pyramid mailing list