Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!hp-pcd!hpfcso!sje From: sje@hpfcso.HP.COM (Steve Ellcey) Newsgroups: comp.sys.hp Subject: Re: Routines for building X11R4 missing... Message-ID: <7370194@hpfcso.HP.COM> Date: 13 Aug 90 20:09:17 GMT References: <2290@dali> Organization: Hewlett-Packard, Fort Collins, CO, USA Lines: 19 > I would guess the utofl is unsigned > float, but what are > fixu and floatu??? You are correct about utofl. fixu converts a double to an unsigned and floatu converts an unsigned to a double. These routines should be in /lib/libc.a on your system. You mention you are running 6.01 so I would guess that they are there but without the leading underscores in the name (or with fewer leading underscores). The underscores were added in order to comply with the ANSI C requirements of not polluting the users name space with system function names. Steve Ellcey sje@hpfcrt.fc.hp.com This response does not represent the official position of, or statement by, the Hewlett-Packard Company. The above data is provided for informational purposes only. It is supplied without warranty of any kind.