Skip to content
Prev 12759 / 15075 Next

Building R-devel from source

Thanks Peter,

The tripping lines are here

configure:24611: checking size of size_t
configure:24616: gcc -o conftest -g -O2 -I/usr/local/include 
-L/usr/local/lib conftest.c -ldl -lm  >\
&5
configure:24616: $? = 0
configure:24616: ./conftest
dyld: Library not loaded: /usr/local/lib/libgcc_s.1.dylib
   Referenced from: /Users/gb/R/src/R-devel/./conftest
   Reason: image not found

so it seems as if my installation of tools is lacking an essential part 
(/usr/local/lib/libgcc_s.1.dylib). I'll look around, but any suggestion 
is welcome!

G?ran

Den 2019-08-18 kl. 17:56, skrev peter dalgaard: