LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Benjamin Close <linux@senet.com.au>
  To  : Richard Sharpe <sharpe@ns.aus.com>
  Date: Sun, 12 Sep 1999 10:39:44 +0930 (CST)

Re: Which library is addToUtmp in

On Sat, 11 Sep 1999, Richard Sharpe wrote:

> I am trying to build an RPM for XFree86 3.5.5[1] and I am having a problem
> finding the library that contains the routines addToUtmp and removeFromUtmp
> which xterm wants to link with.
> 
> Does anyone know which library it is in?  Obvious things like man addToUtmp
> do not work (ie, it is not documented) and a search of all the include
> files I can find does not reveal anything.
> 
> [1] Why am I trying to build an RPM for XFree86 3.5.5? Well, it is a long
> story, which amounts to needing support for a ViewTop Titan 4000 with S3
> Trio 3D chipset which 3.3.5 has.

Well I searched my system and couldn't find a library containing those
symbols. Maybe you'll have more luck. The program nm will list symbols
from libraries:

ie: nm /usr/lib/* /usr/X11R6/lib/* /lib/* 2>/dev/null|grep addToUtmp 

Cheers,
--

* Benjamin Close
* Benjsc@senet.com.au
* Web Page: http://users.senet.com.au/~benjsc

-- 
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page