search for: clw3207da

Displaying 3 results from an estimated 3 matches for "clw3207da".

2004 Oct 29
1
problem building an R package under Windows XP with calls to NAG C routines
...;Rcmd INSTALL test" I obtain the following: C:\Rdevelop>Rcmd INSTALL test ---------- Making package test ------------ adding build stamp to DESCRIPTION making DLL ... making test.d from test.c gcc -Ic:/R/rw2000/include -Wall -O2 -I"C:\Program Files\Numerical Algorithms Group\CLW3207DA\include" -c test.c -o test.o ar cr test.a test.o ranlib test.a windres --include-dir c:/R/rw2000/include -i test_res.rc -o test_res.o gcc --shared -s -o test.dll test.def test.a test_res.o -Lc:/R/rw2000/src/gnuwin32 -L"C:\Program Files\Microsoft Visual Studio\VC98\Lib" -L&quot...
2004 Nov 11
1
FW: problem building an R package under Windows XP with calls to NAG C routines
...est.dll : test.obj test.def > link /dll /def:test.def /out:test.dll test.obj nagcsmt-mkl.lib >mkl_s.lib mkl_def.lib mkl_lapack.lib advapi32.lib netapi32.lib Rdll.lib >test.obj : test.c > cl /MT /Ox /D "WIN32" /c -I"C:\Program Files\Numerical Algorithms >Group\CLW3207DA\include" test.c > >I inspired myself from the readme.package file in the \R folder to write >these lines. Note that this makefile relies on a .def file which >indicates (at least this is my understanding of what it does) to R how >to find the test() C function in the test.dll....
2004 Nov 11
1
problem building an R package under Windows XP with calls to
...following code: test.dll : test.obj test.def link /dll /def:test.def /out:test.dll test.obj nagcsmt-mkl.lib mkl_s.lib mkl_def.lib mkl_lapack.lib advapi32.lib netapi32.lib Rdll.lib test.obj : test.c cl /MT /Ox /D "WIN32" /c -I"C:\Program Files\Numerical Algorithms Group\CLW3207DA\include" test.c I inspired myself from the readme.package file in the \R folder to write these lines. Note that this makefile relies on a .def file which indicates (at least this is my understanding of what it does) to R how to find the test() C function in the test.dll. Before realizing the...