home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16527 < prev    next >
Encoding:
Text File  |  1992-11-17  |  893 b   |  32 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!ncar!csn!news.den.mmc.com!enterprise.den.mmc.com!beck
  3. From: beck@enterprise.den.mmc.com (Fred R. Beck)
  4. Subject: porting code
  5. Message-ID: <1992Nov17.000038.21808@den.mmc.com>
  6. Sender: news@den.mmc.com (News)
  7. Nntp-Posting-Host: gate-enterprise.den.mmc.com
  8. Organization: Martin Marietta
  9. Date: Tue, 17 Nov 1992 00:00:38 GMT
  10. Lines: 20
  11.  
  12. Just a quick one to you multi-platform c gurus...
  13.  
  14. I'm trying to port some code from SGI to a MIPS box
  15. and have run into a problem I havn't seen before.
  16.  
  17. After the code successfully compiles, the loader fails
  18. to find the appropriate string functions:
  19.  
  20.     isdigit()
  21.     isxdigit()
  22.     strncasecmp()
  23.  
  24. as well as some other string functions.
  25.  
  26. Any suggestions out there?  I havn't been able to locate
  27. any of the above in the libraries in /usr/lib...
  28.  
  29. Appreciate any help offered!!  -thanx
  30.  
  31. fred.
  32.