guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile 1.7.90 has been released


From: Han-Wen Nienhuys
Subject: Re: Guile 1.7.90 has been released
Date: Sun, 12 Feb 2006 16:58:43 +0000 (UTC)

In article <address@hidden>, Marius Vollmer  <address@hidden> wrote:
>Hi,
>
>I just uploaded guile-1.7.90.tar.gz to alpha.gnu.org.  Please check it
>out.  I'll now go watch some movie and when I'm back I'll announce it
>properly.

crosscompiling from Linux/x86 to Darwin/ppc with --without-threads, I get  

tem//usr/lib/libdl.dylib  -Wl,-headerpad_max_install_names -install_name  
/usr/l ib/libguile.17.dylib -Wl,-compatibility_version -Wl,18 
-Wl,-current_version -Wl, 18.0
/home/hanwen/vc/gub-stable/target/darwin/system/usr/cross//bin/powerpc-apple-dar
 win7-ld: warning multiple definitions of symbol _locale_charset
/home/hanwen/vc/gub-stable/target/darwin/system//usr/lib/libintl.dylib(localchar
 set.o) definition of _locale_charset
/home/hanwen/vc/gub-stable/target/darwin/system//usr/lib/libiconv.dylib(localcha
 rset.o) definition of _locale_charset
/home/hanwen/vc/gub-stable/target/darwin/system/usr/cross//bin/powerpc-apple-dar
 win7-ld: Undefined symbols:
_scm_dynwind_pthread_mutex_lock
/home/hanwen/vc/gub-stable/target/darwin/system/usr/cross/bin/powerpc-apple-darw
 in7-libtool: internal link edit command failed


The function scm_dynwind_pthread_mutex_lock is defined only if
SCM_USE_PTHREAD_THREADS is enabled, but it is called regardless in eval.c.

Bug?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]