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