Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 07:16:17 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Clive Lin <clive@tongi.org>
Cc:        current@FreeBSD.ORG, <ru@FreeBSD.ORG>
Subject:   Re: sort and gperf
Message-ID:  <20020416071356.H5505-100000@gamplex.bde.org>
In-Reply-To: <20020412184821.GA15932@malloc.eb.kliev.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 13 Apr 2002, Clive Lin wrote:

> Hi, sort and gperf was not installed after make world.
>
> I think sort is easy to deal with, but I have no idea about gperf. Does
> this intend to be ? (On regular i386 platform, of course)
> ...
> gperf: (Only gperf.info.gz installed !?)
> /usr/src/gnu/usr.bin/gperf# make install
> ===> doc
> install-info --quiet  --defsection="Programming & development tools."
> --defentry="* Gperf: (gperf).            The GNU perfect hash function
> generator."  gperf.info /usr/share/info/dir
> install -c -o root -g wheel -m 444  gperf.info.gz /usr/share/info
> /usr/src/gnu/usr.bin/gperf#

gperf is still broken (mostly not even built).  This patch has not been
tested by makeworld.

%%%
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/gperf/Makefile,v
retrieving revision 1.8
diff -u -2 -r1.8 Makefile
--- Makefile	11 Apr 2002 11:06:06 -0000	1.8
+++ Makefile	15 Apr 2002 21:13:30 -0000
@@ -7,5 +7,5 @@
 SUBDIR=	doc

-PROG_GCC=	gperf
+PROG_CXX=	gperf
 SRCS=	bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \
 	list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \
%%%

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020416071356.H5505-100000>