Detlev Zundel <[email protected]> writes:
> Hi,
>
> compiling TOT of this branch (commit
> 9dadfa47b07548ff5cf3604067910c8aece93c42 [fix prompt in fix in
> single-value context compilation]) fails like this:
>
> make[2]: Entering directory `/opt/src/git/guile/libguile'
> make all-am
> make[3]: Entering directory `/opt/src/git/guile/libguile'
> CCLD guile
> ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_cancel'
> ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_exit'
> collect2: ld returned 1 exit status
> make[3]: *** [guile] Error 1
> make[3]: Leaving directory `/opt/src/git/guile/libguile'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/opt/src/git/guile/libguile'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/opt/src/git/guile'
> make: *** [all] Error 2
> dzu@ohwell:guile[0]$
>
> Compilation of the tag "v2.0.0" succeeds. Installed locally is
> gc-7.2alpha4.
>
> Is this a known problem?
No, I don't think so; thanks for reporting it. FWIW I see it too, also
with gc-7.2alpha4.
Regards,
Neil