Le samedi 4 mai 2013 15:12:20, Stephan Beal a écrit :
> Hiho,
> 
> i just updated to "the latest" tcc:
> 
> [stephan@host:~/cvs/tinycc]$ git pull
> ...
> From git://repo.or.cz/tinycc
> ...
> 
> And i am seeing what is probably a portability problem on x64 Ubuntu 12.04:
> 
> [stephan@host:~/cvs/fossil/cpdo]$ CC=tcc make
> Generating dependencies...
> + tcc -Wall -Werror -fPIC -g -I. -I./include -I/home/stephan/include
> -UNDEBUG -DDEBUG=1 -DCPDO_ENABLE_SQLITE3=1 -DCPDO_ENABLE_SQLITE4=1
> -DCPDO_ENABLE_MYSQL5=1 -c -o test.o test.c
> In file included from test.c:25:
> In file included from /usr/include/assert.h:37:
> /usr/include/features.h:324: error: include file 'bits/predefs.h' not found
> make: *** [test.o] Error 1

I bet this is related to multiarch. Are you using tcc from ubuntu? Can you 
check whether bits/predefs is in /usr/include/x86_64-linux-gnu or just 
/usr/include ?

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to