看板 FB_security 關於我們 聯絡資訊
dawnshade wrote: >># cd /usr/src >># patch < /path/to/patch >># cd /usr/src/gnu/usr.bin/texinfo/texindex >># make obj && make depend && make && make install > > does not compile on 5.4-RELEASE > > make obj && make depend && make && make install > make: don't know how to make /usr/src/gnu/usr.bin/texinfo/texindex/../libtxi/libtxi.a. Stop Oops. The instructions should be as follows: # cd /usr/src # patch < /path/to/patch # cd /usr/src/gnu/usr.bin/texinfo/libtxi # make obj && make depend && make # cd /usr/src/gnu/usr.bin/texinfo/texindex # make obj && make depend && make && make install Colin Percival _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"