Andy Wingo skribis:
> On Sun 25 Sep 2016 21:22, Jan Nieuwenhuizen writes:
>
>> ld-wrapper: error: attempt to use impure library
>> "/home/janneke/guile-2.1.4/lib/libguile-2.2.so"
>> collect2: error: ld returned 1 exit status
>> libtool: error: error: relink 'guile-readline.la' wit
See the R6RS Libraries document page 10. The differences:
- R6RS supports reading a BOM.
- R6RS mandates an endianness argument to specify the behavior at the
absence of a BOM.
- R6RS allows an optional third argument 'endianness-mandatory' to
explicitly ignore any possible BOM.
Here's a q
See the R6RS Libraries document page 10. The differences:
- R6RS supports reading a BOM.
- R6RS mandates an endianness argument to specify the behavior at the
absence of a BOM.
- R6RS allows an optional third argument 'endianness-mandatory' to
explicitly ignore any possible BOM.
Here's a q
Please ignore this, as it's a duplicate of #26058.