[Rd] Cannot link mypackage to 2 other packages

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Aug 7 08:31:37 CEST 2008


What platform?

We've seen a similar report that said the problem was on Windows only.
Like this one, it had nothing to reproduce.

On Wed, 6 Aug 2008, hpages at fhcrc.org wrote:

> Hi,
>
> I need to link mypackage to 2 other packages so I can call
> some C functions defined in these 2 packages from mine.
>
> I've tried
> Depends: packageA, packageB
> LinkingTo: packageA, packageB
> as suggested by the "5.4 Registering native routines" section
> of the "Writing R Extensions" manual but then only packageA is
> seen at compilation time (gcc is called with
> -I"/some/path/to/packageA/include" only).
>
> I've also tried
> Depends: packageA, packageB
> LinkingTo: packageA
> LInkingTo: packageB
> but this time only packageB is seen at compilation time.
>
> How can I link mypackage to both packageA and packageB?
>
> Thanks!
>
> H.
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-devel mailing list