[comp.unix.ultrix] UIL compiler

larsens@urubu.CS.ORST.EDU (Scott Larsen) (08/12/89)

I am using a DECstation 3100 at work, and wanted to use the UIL compiler.
The only thing is, I can't find it!  I did a find / -name uil -print and
nothing showed up.  Even typing uil does nothing.

Am I missing something (mentally or physically)

Scott
--------------------------------------------------------------------------------
| Scott Larsen			| The statements expressed here are the        |
| larsens@urubu.cs.orst.edu	| opinions of myself and not the computer's.   |
| Oregon State Univeristy	| "Bring us . . . a shrubbery!" - M.P.F.C.     |
--------------------------------------------------------------------------------

avolio@decuac.dec.com (Frederick M. Avolio) (08/12/89)

The uil compiler under ULTRIX is dxuil.  

Fred

chris@winsrf.dec.com (Chris Cordrey) (08/15/89)

In article <12085@orstcs.CS.ORST.EDU>, larsens@urubu.CS.ORST.EDU (Scott Larsen) writes:
> 
> I am using a DECstation 3100 at work, and wanted to use the UIL compiler.
> The only thing is, I can't find it!  I did a find / -name uil -print and
> nothing showed up.  Even typing uil does nothing.
> 
> Am I missing something (mentally or physically)
> 
> Scott

your find should look more like

csh> find / -name "*uil*" -print


/usr/bin/dxuil  would be at least one of your answers from this find.
-chris