Displaying 8 results from an estimated 8 matches for "_rstd_readconsole".
2016 May 18
2
Latest R-devel build failing on OS X
...arwin11/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_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 invocation)
> make[3]: *** [R.bin] Error 1
> make[2]: *** [R] Error 2
> make[1]: *** [R] Error 1
> make: *** [R] Error 1
>
> and the MBAir st...
2016 May 18
3
Latest R-devel build failing on OS X
...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 invocation)
> make[3]: *** [R.bin] Error 1
> On 18 May 2016, at 14:18 , Keith O'Hara <keith.ohara at nyu.edu> wrote:
> > Dear R-devel,
&...
2016 May 18
0
Latest R-devel build failing on OS X
.../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_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 invocation)
make[3]: *** [R.bin] Error 1
make[2]: *** [R] Error 2
make[1]: *** [R] Error 1
make: *** [R] Error 1
and the MBAir still builds...
Confused!,
-pd
>...
2016 May 18
0
Latest R-devel build failing on OS X
...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_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 invocation)
>> make[3]: *** [R.bin] Error 1
>> make[2]: *** [R] Error 2
>> make[1]: *** [R] Error 1
>> make: *** [R] Error 1
>...
2016 May 18
2
Latest R-devel build failing on OS X
...sr/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_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 invocation)
> >> make[3]: *** [R.bin] Error 1
> >> make[2]: *** [R] Error 2
> >> make[1]: *** [R] Error 1
> >...
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 19
0
Latest R-devel build failing on OS X
...r/lib
>> -lgfortran -Wl,-framework -Wl,CoreFoundation -lreadline
>> -lpcre -llzma -lbz2 -lz -licucore -lm -llzma -liconv >>
>> Undefined symbols for architecture x86_64: >>
>> "_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 invocation) >>
>> make[3]: *** [R.bin] Error 1 >> make[2]: *** [R] Error 2
>> >> make[1]...
2016 May 18
0
Latest R-devel build failing on OS X
...re -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 invocation)
make[3]: *** [R.bin] Error 1
On 18 May 2016, at 14:18 , Keith O'Hara <keith.ohara at nyu.edu> wrote:
> Dear R-devel,
>
> The latest vers...