------- Additional Comments From joc at presence-pc dot com  2005-04-23 01:13 
-------
A much simpler compile line ;) :

gcc -I../include -O2 -c -o default.o default.c; 

With 

gcc -I../include -O -c -o default.o default.c; 

the compilation no more fails

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21167

Reply via email to