tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Re : Making tcc release 0.9.27 with gnu make, musl, and


From: david . koch
Subject: [Tinycc-devel] Re : Making tcc release 0.9.27 with gnu make, musl, and gcc on alpine linux, compilation error occurs
Date: Sun, 16 Jan 2022 08:30:39 +0100 (CET)

This legacy version is more than 4 years old, try the up-to-date maintained 
repo :

https://repo.or.cz/tinycc.git

Regards.

----- Mail d'origine -----
De: squidrin--- via Tinycc-devel <tinycc-devel@nongnu.org>
À: tinycc-devel@nongnu.org
Cc: squidrin@tuta.io
Envoyé: Sat, 15 Jan 2022 23:46:37 +0100 (CET)
Objet: [Tinycc-devel] Making tcc release 0.9.27 with gnu make, musl, and gcc on 
alpine linux, compilation error occurs

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.


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

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