Re: [Rd] Cannot link mypackage to 2 other packages

2008-08-08 Thread Herve Pages
Prof Brian Ripley wrote: Thanks for the examples. The specific problems was a typo, but there was another on Windows (missing quotes). This should work in R-patched and R-devel on Linux and Windows now. Yes this works now. Thanks! H. On Thu, 7 Aug 2008, Herve Pages wrote: Prof Brian Rip

Re: [Rd] Cannot link mypackage to 2 other packages

2008-08-06 Thread hpages
Quoting Prof Brian Ripley <[EMAIL PROTECTED]>: What platform? 64-bit openSUSE Linux [EMAIL PROTECTED]:~> uname -a Linux george1 2.6.22.12-0.1-default #1 SMP 2007/11/06 23:05:18 UTC x86_64 x86_64 x86_64 GNU/Linux R version 2.8.0 Under development (unstable) (2008-07-07 r46046) We've see

Re: [Rd] Cannot link mypackage to 2 other packages

2008-08-06 Thread Prof Brian Ripley
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, [EMAIL PROTECTED] 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.

[Rd] Cannot link mypackage to 2 other packages

2008-08-06 Thread hpages
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 t