home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9512 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  2.4 KB

  1. Xref: sparky comp.sys.hp:9512 comp.unix.questions:10259 comp.unix.misc:3326
  2. Newsgroups: comp.sys.hp,comp.unix.questions,comp.unix.misc
  3. Path: sparky!uunet!tijc02!cgh018
  4. From: cgh018@tijc02.uucp (Calvin Hayden x2254)
  5. Subject: Re: Pls help: Misc questions
  6. Message-ID: <1992Aug21.122709.386@tijc02.uucp>
  7. Organization: Siemens Industrial Automation, Johnson City TN
  8. References: <1992Aug14.100417.23395@hp9000.csc.cuhk.hk>
  9. Date: Fri, 21 Aug 92 12:27:09 GMT
  10. Lines: 41
  11.  
  12. From article <1992Aug14.100417.23395@hp9000.csc.cuhk.hk>, by a866700@hp9000.csc.cuhk.hk (Wong Siu To):
  13. > Hi all,
  14. > Hope that this's not FAQ's.
  15. > I want to know if HP-UX (8.07) has the re_comp and re_exec regular
  16. > expression handler calls.  I'm compiling pathalias (version 11) on my
  17. > HP720 and found that these calls are undefined.  I've installed this
  18. > software on a DECstation 5000/200 and everything's fine.  Is there any
  19. > work around ?
  20. Depends...  Do you have just the runtime system, or a full blown development
  21. system (or one of the in betweens)?  HP/UX runtime system only comes with a
  22. subset of the commands that makes unix unix (in my opinion).  For instance,
  23. it does not include lex, yacc, sccs, lint, or many of the online man pages for
  24. C function calls.  If you have man pages, try looking for regexec or regcomp,
  25. or possibly regex and regcmp.  We basically found out - much to our dismay -
  26. that to get everything that we felt needed to be in a "unix" system, that we
  27. had to purchase their ANSI C Developers bundle on top of the basic runtime OS.
  28. In our case, we are running 8.05 on a 720.  From looking at the time stamps on
  29. the man page files, it looks like the at least the man pages were added as part
  30. of one of HP's "extras", and not as part of the runtime distribution.
  31. Their levels of software are something like this...
  32.  
  33.     HP/UX 8.xxx Runtime
  34.       General Programming Tools (sccs, rcs, ...)
  35.         Developers Toolkit (General pgm tools, Starbase/X/Motif prg tools)
  36.           Ansi C Developers Bundle (ANSI C, lint, lex, yacc, etc...,
  37.                                     plus anything you get in the above
  38.                                     two subsets)
  39.  
  40. Real pain in the *ss way to do things if you ask me.  Getting this information
  41. out of them was also a pain.
  42.  
  43. My opinions...
  44.  
  45. Calvin
  46. -- 
  47. Calvin Hayden                   Uucp: uunet!tijc02!cgh018        
  48. Siemens Industrial Automation   Inet: cgh018%tijc02@uunet.uu.net  
  49. -- My opinions and mine alone --      cgh018@tijc02.uucp         
  50.