Skip to content
Prev 165358 / 398506 Next

Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6

Mike Lawrence wrote:
Ouch. As you probably realize, this is very Mac-specific, and the actual 
bug is in GCC and has nothing to do with R.

I don't think  there's any obvious way to fix this, but there might be a 
temporary workaround. I'd consider making the .d file by hand, so that 
make doesn't even try to build it. You can probably rather easily create 
one based on one of the other .d files in the same directory (.d files 
are usually overkill, it is probably not necessary to get it completely 
right.)

Next question is whether this GCC can handle .m files at all....