tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] x86_64 mob broken


From: Aharon Robbins
Subject: Re: [Tinycc-devel] x86_64 mob broken
Date: Thu, 13 Jun 2013 21:22:21 +0300
User-agent: Heirloom mailx 12.5 6/20/10

Hi Thomas.

You need current gawk. Either http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz
or

        git clone git://git.savannah.gnu.org/gawk.git
        cd gawk
        ./bootstrap.sh
        ./configure CC=tcc
        make && make check

It used to be that the problem was building the extensions which
create .so files (via libtool), they wouldn't load. Now I can't even
compile gawk itself.

Thanks!!

Arnold

> From: "Thomas Preud'homme" <address@hidden>
> To: Aharon Robbins <address@hidden>
> Subject: Re: [Tinycc-devel] x86_64 mob broken
> Date: Thu, 13 Jun 2013 20:05:02 +0200
> Cc: address@hidden
>
> Le dimanche 26 mai 2013 10:40:38, Aharon Robbins a écrit :
> > Hi. I just pulled mob and rebuilt and installed. Now trying to build gawk
> > I get:
> > 
> >     tcc -DDEFPATH='".:/usr/local/share/awk"'
> > -DDEFLIBPATH="\"/usr/local/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H
> > -DGAWK -DLOCALEDIR='"/usr/local/share/locale"' -I.     -g -DARRAYDEBUG
> > -DYYDEBUG -c array.c tcc: x86_64-gen.c:428: load: Assertion `((ft &
> > 0x000f) == 0) || ((ft & 0x000f) == 12) || ((ft & 0x000f) == 4) || ((ft &
> > 0x000f) == 5) || ((ft & 0x000f) == 6)' failed. ./depcomp: line 119:  6680
> > Aborted                 (core dumped) "$@" -MD -MF "$tmpdepfile"
> > 
> > Back to gcc...
> > 
> > Thanks,
> > 
> > Arnold
>
> Hi Aharon,
>
> which version of gawk are you trying to compile? I tried compiling gawk-4.0.1 
> and it compiles fine so I can't debug the issue you are having.
>
> Best regards,
>
> Thomas




reply via email to

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