Skip to content

building R package

3 messages · Simon Urbanek, Guillaume Blanchet

5 days later
#
Guillaume,

although your package may be ok, your system is not. You have  
apparently broken libraries in /usr/local/lib that override your  
system libraries and thus cause your package to fail to build (from  
the output it's at least libstdc++). This is likely from some broken  
local compiler installations. I strongly recommend removing all 3rd  
party compilers, especially from /usr/local, and install only the GNU  
Fortran that R supplies (if needed).

Cheers,
Simon
On Jan 14, 2008, at 10:42 PM, Guillaume Blanchet wrote:

            
1 day later