Hello,

On Wed, 1 May 2019, Klaus Ebbe Grue wrote:

Is that something one should do for each new Fedora?

No, instead whoever maintains the TCC package for Fedora should update it.

~> tcc hello.c
Segmentation fault (core dumped)
~> tcc
Tiny C Compiler 0.9.27 - Copyright (C) 2001-2006 Fabrice Bellard

My guess is, that this is either the 0.9.27 release as is, or an older version of the mob branch.

temp> git clone git://repo.or.cz/tinycc.git

And this will get you the current mob branch, quite a bit newer than the 0.9.27 release. In particular it will contain commit fef838db, which should be the one that fixed the problem with newer glibcs (which Fedora 30 has).

In any case, it's a problem with the Fedora package and should be reported with them.

(And yeah, we probably should be a bit nicer in our version info and not claim 0.9.27 when it is much newer)


Ciao,
Michael.

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

Reply via email to