tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Making tcc release 0.9.27 with gnu make, musl, and gcc on


From: squidrin
Subject: [Tinycc-devel] Making tcc release 0.9.27 with gnu make, musl, and gcc on alpine linux, compilation error occurs
Date: Sat, 15 Jan 2022 23:46:37 +0100 (CET)

make[1]: Leaving directory '/home/quin/tcc-0.9.27/lib'
./texi2pod.pl tcc-doc.texi tcc.pod \
&& pod2man --section=1 --center="Tiny C Compiler" --release="0.9.27" tcc.pod > 
tmp.1 \
/bin/sh: ./texi2pod.pl: not found
makeinfo tcc-doc.text || true
/bin/sh: makinfo: not found

I can confirm the existence of 'texi2pod.pl' in my current directory; however, 
it's clearly not an executable file, but rather a perl file. When entering

chmod -x texi2pod.pl

the shell then returns 'Permission denied' in reference to 'texi2pod.pl'. This 
is because the file is not able to be executed (obviously, for those more 
intelligent than me, who wouldn't even think of this).

I downloaded the source code from 
'http://download.savannah.gnu.org/releases/tinycc/', which is the site linked 
directly from Bellard's website.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]