home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / misc / 36080 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  2.1 KB

  1. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!iris.mincom.oz.au!markm
  2. From: markm@iris.mincom.oz.au (Mark McCafferty)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: gnu and etc questions
  5. Summary: gnu problems
  6. Message-ID: <3192@iris.mincom.oz.au>
  7. Date: 11 Nov 92 00:01:16 GMT
  8. Organization: Mincom, Brisbane, Australia
  9. Lines: 46
  10. X-Newsreader: TIN [version 1.1 PL6]
  11.  
  12. I have a number of questions about the gnu products I have recently
  13. installed.
  14.  
  15. 1. gnuman - despite my best efforts, I cannot get this to find my man
  16.    pages. I have configured manpath.cfg to point to the necessary places
  17.    and my path also contains the parent directory of the man directory.
  18.    What else need I do?
  19.  
  20. 2. gnused - I can only get this to work using a script file and the -f option.
  21.    Running even the simplest on line command
  22.  
  23.       echo abc def | sed 's/abc/ABC/'
  24.  
  25.    causes sed to say "unknown command". The same script as a file works OK.
  26.  
  27. 3. glib - how do I find out what libraries contain what? I was looking
  28.    for chmod and glib'd and grep'ed all the supplied libraries, with no
  29.    success. It must be there somewhere, surely, even if it is just a
  30.    stub.
  31.  
  32. 4. gcc - where are _system and _fork? They keep turning up as unresolved. When
  33.    I try to recompile the supplied sources for gnu products (eg gnuman, gnused)    they do not compile and link cleanly. Why not?
  34.  
  35. 5. link386 - how do I get usage on this? Can it use a response file? It does
  36.    not appear to be in the OS/2 help stuff.
  37.  
  38. 6. gnumake - if this produces a response file for lines longer than 100 chars
  39.    and the program running cannot use a reposnse file, what do I do?
  40.  
  41. 7. does either OS/2 or gcc define a standard #define to identify itself?
  42.  
  43. 8. are there any porting guides for Un*x -> OS/2?
  44.  
  45. 9. libman - are there any OS/2 specific changes made to these man pages? What
  46.    routines/functions have no corresponding OS/2 equivalent (eg getuid)? How
  47.    do I find out what they are? How are they handled?
  48.  
  49. 10. where is putenv?
  50.  
  51. 11. Where is __EMX__ defined? How do I tell that the code will dynamic link?
  52.  
  53. thanks a lot for any help
  54. mark
  55.  
  56. PS This is in no way a complaint about the gnu ports. Without them life
  57.    would be pretty straight!
  58.