vle-forge / rvle

R wrapper
GNU General Public License v3.0
1 stars 3 forks source link

win32: unfound symbol into intdl #8

Closed rtrepos closed 6 years ago

rtrepos commented 11 years ago

Message of the error when library(rvle). It seems the is no conflict of intdl into the PATH.

Symbol unfound : libintdl_setlocalle into intdl into function nDL

rtrepos commented 10 years ago

The problem occurs also in with vle 1.1. Quick and high risk fix (worked at least 2 times): Windows sometimes provides an old version of intl.dll (2004) into c:/windows/system32 A possible fix is to copy c:/vle-1.1.0/bin/indl.dll into c:/windows/system32.

Note : modifying the path does not work (by settting c:/vle-1.1.0/bin at the front of the path). It seems that launching R load the intl.dll from c:/windows/system32. This is then too late for loading the intl.dll of vle.