home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / utils / bug / 2325 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.0 KB  |  29 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!igc.apc.org!scott
  3. From: scott@igc.apc.org (Scott Weikart)
  4. Subject: suggestions for getopt*.c in libiberty
  5. Message-ID: <9301050334.AA06167@igc.apc.org>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 5 Jan 1993 03:34:26 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 16
  12.  
  13. I'd like to add -liberty to some of my Makefiles that run on BSD and SysV.  I
  14. want to put it after -lc, since any existing routines on a particular Unix are
  15. probably more efficient than the versions in -liberty.  But when I try to use
  16. getopt_long, libiberty.a(getopt.o) gets dragged in because it contains
  17. _getopt_internal.
  18.  
  19. It would be great if _getopt_internal could be put in getopt1.c instead of
  20. getopt.c .
  21.  
  22. Also, it would be nice if libiberty.tar.Z, with it's own configure, could
  23. appear in prep.ai.mit.edu:~ftp/pub/gnu.
  24.  
  25. Scott Weikart            Community Data Processing (CdP): 415-322-9069
  26. Internet: scott@igc.apc.org    Bitnet: scott%igc.apc.org@stanford
  27. UUCP Mail Net: uunet!cdp!scott
  28.  
  29.