On Sun, 2 Sep 2012, Chris Seberino wrote:
On new 64 bit Ubuntu 12.04, I tried compiling from source and got this error... (I know predefs.h exists because I can see the file here: /usr/include/i386-linux-gnu/bits/predefs.h .)
/usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file
Well, you can set CPATH (or C_INCLUDE_PATH to have automatic -I only on .c, not on .cpp files), see man gcc for details. But I guess you haven't installed build-essentials. Install it with 'apt-get install'.
-- Jori Mäntysalo -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support?hl=en.