tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] tcc mob regression on x86_64


From: Aharon Robbins
Subject: [Tinycc-devel] tcc mob regression on x86_64
Date: Thu, 17 Dec 2015 08:43:44 +0200
User-agent: Heirloom mailx 12.5 6/20/10

Hi All.

TCC on x86_64 is broken (again) when used to create .so files. I like
to use it for gawk development since it's fast.

Unfortunately, all the shared library stuff no longer works.
This can be reproduced using the current version:

        wget ftp://ftp.gnu.org/gnu/gawk/gawk-4.1.3.tar.gz
        tar -xpzvf gawk-4.1.3.tar.gz
        cd gawk-4.1.3
        PATH=/tmp/tcc/bin:$PATH         # or wherever you have latest mob
        ./configure CC=tcc && make
        make check

This used to work...

Thanks,

Arnold



reply via email to

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