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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message