Skip to content
Prev 45323 / 63421 Next

compiling C code using headers from another R package

Hi,
On 03/12/2013 09:55 AM, Simon Urbanek wrote:
I think that at least on Windows, the user would still need to have the
GSL installed on his/her machine.
FWIW we currently have 7 or 8 Bioconductor packages that require the
GSL as an external system lib. That's because even if we provide Windows
binaries for those packages, those binaries are dynamically linked.
Is there a way to build those binaries that would avoid that dependency?

Anyway, to answer Kevin's original question:

   how do I know where the GSL library and header files, packaged
   in GSLR, would live so I can point the compiler at them?

Use the LinkingTo field.

Cheers,
H.
!