Skip to content
Prev 10968 / 15075 Next

dyld: Symbol not found: _R_tzname

I use a very similar setup (Yosemite, compilers from CLT for Xcode 
6.1.1, self-built gfortran 4.9.2), and it works for me. You should see 
things like

% nm -g lib/libR.dylib | grep tzname
000000000029f0c0 D _R_tzname

% nm -g src/extra/tzone/libtz.a | grep tzname
000000000000ada0 D _R_tzname
                  U _R_tzname
% nm -g src/extra/tzone/localtime.o | grep tzname
000000000000ada0 D _R_tzname

Maybe that will help you track down why the symbol is missing.
On 27/11/2014 21:23, Qiong Cai wrote: