guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core INSTALL ChangeLog


From: Marius Vollmer
Subject: guile/guile-core INSTALL ChangeLog
Date: Wed, 01 Aug 2001 14:28:46 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/08/01 14:28:45

Modified files:
        guile-core     : INSTALL ChangeLog 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/INSTALL.diff?cvsroot=OldCVS&tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ChangeLog.diff?cvsroot=OldCVS&tr1=1.289&tr2=1.290&r1=text&r2=text

Patches:
Index: guile/guile-core/ChangeLog
diff -u guile/guile-core/ChangeLog:1.289 guile/guile-core/ChangeLog:1.290
--- guile/guile-core/ChangeLog:1.289    Mon Jul 23 15:10:42 2001
+++ guile/guile-core/ChangeLog  Wed Aug  1 14:28:45 2001
@@ -1,3 +1,9 @@
+2001-08-01  Marius Vollmer  <address@hidden>
+
+       * configure.in: Added `--disable-linuxthreads' option and do not
+       define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
+       given.  Thanks to Cris Cramer!
+
 2001-07-23  Marius Vollmer  <address@hidden>
 
        * Makefile.am (SUBDIRS): Build libguile before ice-9.
Index: guile/guile-core/INSTALL
diff -u guile/guile-core/INSTALL:1.35 guile/guile-core/INSTALL:1.36
--- guile/guile-core/INSTALL:1.35       Thu Jul 19 13:57:59 2001
+++ guile/guile-core/INSTALL    Wed Aug  1 14:28:45 2001
@@ -102,6 +102,14 @@
   thread support do not affect you if you don't actually use threads.
 
 
+--disable-linuxthreads  ---  Disable pthread compatability hack on Linux
+
+  If you experience problems on GNU/Linux that are related to
+  pthreads, you might try this option.  Guile with then not link with
+  the pthreads library, but will also not try to be compatible to
+  programs that use both libguile and libpthread.
+
+
 --with-modules  ---  Specify statically linked `modules'
 
   Guile can dynamically load `plugin modules' during runtime, using



reply via email to

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