home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12631 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  892 b 

  1. Path: sparky!uunet!topaz.bds.com!topaz.bds.com!ron
  2. From: ron@topaz.bds.com (Ron Natalie)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Where is regcmp on HP 9000/750?
  5. Date: 6 Nov 1992 14:15:26 GMT
  6. Organization: BDS Systems
  7. Lines: 15
  8. Distribution: world
  9. Message-ID: <1dduluINNlrb@topaz.bds.com>
  10. References: <Bx7x2M.Dzz@world.std.com> <Bx91Bn.9vG@apollo.hp.com>
  11. NNTP-Posting-Host: topaz.bds.com
  12. Keywords: regular expression HP
  13.  
  14. > From page 3-2 of the Rev 1.1 OSF/Motif Programmer's Guide:
  15.  
  16. >   8  Link relevant libraries.    cc -o app app.c -lXm -lXt -lX11 -lPW
  17.  
  18. Won't work on the HP reliably.  The problem is that the libPW is all
  19. hosed up with symbols that are duplicated with libc.  There are only
  20. two reliable approaches:
  21.  
  22. extract regcmp/regex.o files from libPW and include them specifically.
  23.  
  24. Get a FileSB.c that can deal with the POSIX versions of these routines
  25. that are already in libc.
  26.  
  27. -Ron
  28.  
  29.