armgong / rjulia

R package which integrating R and Julia
GNU General Public License v2.0
145 stars 23 forks source link

compile failed : undefined symbol: jl_base_ctx #11

Closed armgong closed 9 years ago

armgong commented 9 years ago

related to https://github.com/JuliaLang/julia/issues/9117 which rjulia compile fail under julia 0.3.4

armgong commented 9 years ago

to slove this,there are two way:

1). use julia 0.3.3 or 0.4.0-dev to compile,install and use rjulia.

2). use julia 0.3.3 to compile and install rjula ,after that user can upgrade to julia 0.3.4

armgong commented 9 years ago

now julia 0.3.5 release, problem sloved