------- Comment #6 from pinskia at gcc dot gnu dot org 2005-12-12 20:46 ------- (In reply to comment #5) > > You have to do "aclocal -I ../config", or you can configure with > > --enable-maintainer-mode. > > Ah, thanks. It fails very early though:> [EMAIL PROTECTED]:~> cat t.c > typedef __extension__ long long int64_t; > [EMAIL PROTECTED]:~> gcc -S t.c > t.c:1: error: parse error before "__extension__"
It should be: __extension__ typedef long long int64_t; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25259