Displaying 1 result from an estimated 1 matches for "libnr".
Did you mean:
libnl
2010 Jan 29
1
Using win-builder with static libraries
Dear All,
I am intending to build a package (pksmooth) on Linux to work on
Windows. Some c++ functions need c++ libraries (numerical recipes)
from a static library "libNR.a".
Building the package on Linux for Linux is allright. However, when
sending the 'pksmooth_1.0.tar.gz' to the online Windows builder
(win-builder.r-project.org),the compilation doesn't take into account
the library "libNR.a". Yet, it is included in the tar.gz file in a...