Displaying 1 result from an estimated 1 matches for "rp_init".
Did you mean:
mp_init
2002 Jan 02
1
multiple definitions in C code
...X with multiple definitions of the same
symbol in different files that will be put into the same bundle or
dynamic library by the dynamic linker. It occurs, for example, in
the rpart package, which includes rpart.h in all its source files,
and rpart.h has definitions of a structure rp and functions rp_init
and so on. I think the same problem occurs in the grid package --
all 150+ others seem to be fine. Just out of curiosity, I looked into
the problem a bit, in particular as it relates to dyld in OS X.
==========================================================================
====
According to the A...