On Tue, 17 Apr 2007, Duncan Murdoch wrote:
> On 4/17/2007 10:43 PM, Ross Boylan wrote:
>> I get the error
>> undefined symbol: Rf_rownamesgets
>> when I try to load my package, which include C++ code that calls that
>> function. This is particularly strange since the code also calls
>> Rf_classg
On Tue, Apr 17, 2007 at 11:07:12PM -0400, Duncan Murdoch wrote:
> On 4/17/2007 10:43 PM, Ross Boylan wrote:
> >I get the error
> > undefined symbol: Rf_rownamesgets
> >when I try to load my package, which include C++ code that calls that
> >function. This is particularly strange since the code als
On 4/17/2007 10:43 PM, Ross Boylan wrote:
> I get the error
> undefined symbol: Rf_rownamesgets
> when I try to load my package, which include C++ code that calls that
> function. This is particularly strange since the code also calls
> Rf_classgets, and it loaded OK with just that.
>
> Can anyo
I get the error
undefined symbol: Rf_rownamesgets
when I try to load my package, which include C++ code that calls that
function. This is particularly strange since the code also calls
Rf_classgets, and it loaded OK with just that.
Can anyone tell me what's going on?
For the record, I worked