Skip to content

Compiling problem:

2 messages · Conrad Stack, Simon Urbanek

#
On Jul 10, 2010, at 4:55 PM, Conrad Stack wrote:

            
That sounds like a lot of trouble in itself (you should not include any R flags since that can break and -lR is not what's used on OS X; -s it bad as well and static libraries are better linked using their name since they have lower priority in -l). But it could be really anything including bugs in your package, so without the actual package I fear we can't help you much.
More trouble - you should never run configure by hand because it will likely use wrong settings (unless it is written such that it attempts to find R and run it to get flags)  - R CMD INSTALL is what you need to use so the correct architecture, compilers and flags are setup.

Cheers,
Simon