OSSP CVS Repository

ossp - Check-in [139]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 139
Date: 2000-Aug-17 11:24:12 (local)
2000-Aug-17 09:24:12 (UTC)
User:rse
Branch:
Comment: *** empty log message ***
Tickets:
Inspections:
Files:
ossp-pkg/pth/ChangeLog      1.528 -> 1.529     7 inserted, 0 deleted
ossp-pkg/pth/aclocal.m4      1.87 -> 1.88     3 inserted, 0 deleted
ossp-pkg/pth/configure      1.140 -> 1.141     171 inserted, 168 deleted

ossp-pkg/pth/ChangeLog 1.528 -> 1.529

--- ChangeLog    2000/08/18 08:47:51     1.528
+++ ChangeLog    2000/08/18 09:24:12     1.529
@@ -21,6 +21,13 @@
     
   Changes between 1.4a3 and 1.4a4 (29-Jul-2000 to xx-Aug-2000)
 
+   *) Make --disable-shared the default under Solaris-2/x86, because
+      it is known to segfault sporadically if Pth is built as a DSO.  As
+      traces showed, it is not a Pth problem, but it looks like a problem with
+      the dynamic linker on Solaris/x86.  The same Solaris versions on SPARC
+      don't have this problem.
+      [Ralf S. Engelschall]
+
    *) Let pth_sleep(3) and pth_usleep(3) immediately return
       if an argument of zero is given.
       [Ralf S. Engelschall]


ossp-pkg/pth/aclocal.m4 1.87 -> 1.88

--- aclocal.m4   2000/07/18 09:02:03     1.87
+++ aclocal.m4   2000/08/18 09:24:12     1.88
@@ -383,6 +383,9 @@
 enable_shared="$enableval",
 if test ".$enable_shared" = .; then
     enable_shared=yes
+    case $PLATFORM in
+        *-pc-solaris2* ) enable_shared=no ;; # Solaris/x86 has problems
+    esac
 fi
 )dnl
 libtool_flags=''


ossp-pkg/pth/configure is a binary file

CVSTrac 2.0.1