Date: Tue, 16 Jul 1996 11:22:08 -0400 From: Stephane Russell <sstef@sprynet.com> To: bugs@FreeBSD.org Subject: mset don't compile in 2.1.5-RELEASE Message-ID: <31EBB3A0.41C67EA6@sprynet.com>
next in thread | raw e-mail | index | archive | help
I've been compiling the last release of FreeBSD (2.1.5). The 'mset' utility
(usr.bin/tn3270/mset) don't compile. It seems that the Makefile is pointing
to inexistant directory, i.e., ${.CURDIR}/../tools/mkastosc/obj/mkastosc
should be ${.CURDIR}/../tools/mkastosc/mkastosc.
The Makefile also forgets to make a symlink from astosc.OUT to astosc.out,
so 'make' generate the
'/usr/src/usr.bin/tn3270/mset/../api/astosc.c:47: astosc.out: No such file
or directory'
message and abort compilation.
I've been replacing the mset Makefile by the one from the current version
and everything compiled fine.
No other problems to report.
Keep up the good work!
Stef
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31EBB3A0.41C67EA6>
