Makefile bug

15 views
Skip to first unread message

David Meyer

unread,
Jun 20, 2026, 9:31:58 AM (10 days ago) Jun 20
to 4th-co...@googlegroups.com
Hi, Beez.

I just installed 4tH on my Linux box and noticed that there is an error
on 4th-3.64.2/sources/Makefile line 131.

The line is currently:

install -Dm644 ../documentation/4tHmanual.pdf $(DOCDIR)/4th/

... which causes `make install` to fail with the following error:

...
install -Dm644 ../documentation/4tHmanual.pdf /usr/share/doc/4th/
install: cannot create regular file '/usr/share/doc/4th/': Not a directory
make: *** [Makefile:131: install] Error 1

I think line 131 should be changed to:

install -Dm644 ../documentation/4tHmanual.pdf $(DOCDIR)/4th/4tHmanual.pdf

And so 4tH ... ;)

--
David Meyer
Takarazuka, Japan
pa...@sdf.org

Hans Bezemer

unread,
Jun 20, 2026, 11:16:26 AM (10 days ago) Jun 20
to 4th-co...@googlegroups.com
Hi David!

Thank you! Personally - I never used that part of the Makefile. And neither did I write it. That's not an excuse by any measure, but an explanation why it was there for that long. ;-)

I already fixed it, but it may take some time before it shows up in SVN.

Again -- much appreciated!

Hans Bezemer

> Op 20-06-2026 15:36 CEST schreef 'David Meyer' via 4tH-compiler <4th-co...@googlegroups.com>:
> --
> You received this message because you are subscribed to the Google Groups "4tH-compiler" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to 4th-compiler...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/4th-compiler/878q892v1f.fsf%40localhost.

The Beez

unread,
Jun 21, 2026, 9:12:13 AM (9 days ago) Jun 21
to 4tH-compiler
Well, it has been submitted now. So you will find it in the repository.

HB
Reply all
Reply to author
Forward
0 new messages