Displaying 4 results from an estimated 4 matches for "_popreadline".
Did you mean:
popreadline
2016 May 18
3
Latest R-devel build failing on OS X
...686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv
> Undefined symbols for architecture x86_64:
> "_rl_mark", referenced from:
> _popReadline in sys-std.o
> "_rl_readline_state", referenced from:
> _popReadline in sys-std.o
> "_rl_resize_terminal", referenced from:
> _Rstd_ReadConsole in sys-std.o
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with...
2016 May 18
2
Latest R-devel build failing on OS X
Dear R-devel,
The latest version of R-devel (05-17) is throwing an error for me when building on OS X (v 10.11.4):
making Rembedded.d from Rembedded.c
making dynload.d from dynload.c
making system.d from system.c
making sys-unix.d from sys-unix.c
making sys-std.d from sys-std.c
making X11.d from X11.c
clang -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
2016 May 18
0
Latest R-devel build failing on OS X
...L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv
Undefined symbols for architecture x86_64:
"_rl_mark", referenced from:
_popReadline in sys-std.o
"_rl_readline_state", referenced from:
_popReadline in sys-std.o
"_rl_resize_terminal", referenced from:
_Rstd_ReadConsole in sys-std.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see in...
2016 May 18
0
Latest R-devel build failing on OS X
...darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv
>> Undefined symbols for architecture x86_64:
>> "_rl_mark", referenced from:
>> _popReadline in sys-std.o
>> "_rl_readline_state", referenced from:
>> _popReadline in sys-std.o
>> "_rl_resize_terminal", referenced from:
>> _Rstd_ReadConsole in sys-std.o
>> ld: symbol(s) not found for architecture x86_64
>> clang: error: linker...