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
--- 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