GNU bug report logs -
#24681
undefined reference to `mktime_internal' on solaris sparc
Previous Next
Full log
Message #8 received at 24681 <at> debbugs.gnu.org (full text, mbox):
Hi Christian,
On Thu 13 Oct 2016 08:03, "Christian Jullien" <eligis <at> orange.fr> writes:
> Trying to compile guile on solaris sparcs (I’m using gcc 6.2) I get:
>
> CC guile-guile.o
>
> CCLD guile
>
> ./.libs/libguile-2.0.so: undefined reference to `mktime_internal'
>
> collect2: error: ld returned 1 exit status
This appears to be a Gnulib problem of some kind. See:
https://lists.gnu.org/archive/html/guile-devel/2016-07/msg00012.html
I believe that after updating gnulib, one of the modules we pulled in
added this mktime-internal dependency. It should be built on platforms
that require it, and not otherwise. It appears that your platform
requires it but is not building it; irritating!
I just updated Gnulib again today; I wonder if it fixes this problem.
Are you able to build from git? If so can you try the stable-2.0
branch?
Andy
This bug report was last modified 8 years and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.