home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!decwrl!netcomsv!resonex!zenon
- From: zenon@resonex.com (Zenon Fortuna)
- Subject: Re: atoh
- Message-ID: <1992Aug13.205627.20924@resonex.com>
- Organization: Resonex Inc., Sunnyvale CA
- References: <1992Aug13.071225.9818@cco.caltech.edu>
- Date: Thu, 13 Aug 1992 20:56:27 GMT
- Lines: 28
-
- In article <1992Aug13.071225.9818@cco.caltech.edu> madler@cco.caltech.edu (Mark Adler) writes:
- >
- >I have release 2.1, where there is a man page for the atoh() function.
- >However, I get:
- >
- >/bin/ld: Undefined symbols:
- >_atoh
- >
- >indicating that it's not really there. Is there some other sneaky
- >library I have to link to get it? Or is it not there at all? Is
- >it in 2.2? 3.0 beta?
-
- The atoh is declared in /usr/lib/libcs.a
-
- One of the ways to find it is to execute:
-
- cd /usr/lib
- nm -o *.a | grep atoh
-
- ... and to watch for the T symbol value (text section symbol).
-
- -Z.
-
- >
- >Mark Adler
- >madler@tybalt.caltech.edu
-
-
-