Skip to content
Prev 22398 / 63424 Next

PR#9295

watplatt at us.ibm.com writes:
Well, you should have seen the snide remarks that I decided to keep to
myself.... (Along the lines of "please tell us the fix in time for the
_next_ release")

Anyways, AFAIK those entry points are not supposed to be macros. They
are also undefined symbols in tools.so on Fedora, so your issue would
seem to be with the linker. The culprit is likely changes to the
symbol registration mechanism, or an unforeseen complication of this:

    o   configure now defaults to 'run-time linking' on AIX
        (and AIX < 4.2 is no longer allowed), using -bexpall rather
        than export/import files.  If this works, it allows R to be
        built in the same way as other Unix-alikes, including with R
        as a shared library and with a shared BLAS.

Also, of course, check that you are doing a clean build and that the
previous build is not somehow interfering.