[#7102] Ruby 1.3.4-990611 — Yukihiro Matsumoto <matz@...>

Ruby 1.3.4-990611 is out, check out:

20 messages 1999/06/11

[#7223] Ruby 1.3.4-990625 — Yukihiro Matsumoto <matz@...>

Ruby 1.3.4-990625 is out, check out:

14 messages 1999/06/25
[#7224] -Wl,-rpath on Linux (Re: Ruby 1.3.4-990625) — Ryo HAYASAKA <hayasaka@...21.u-aizu.ac.jp> 1999/06/25

早坂@会津大学です。

[ruby-dev:7153] [patch] dbm.c, Solaris 2.6

From: Ryo HAYASAKA <hayasaka@...21.u-aizu.ac.jp>
Date: 1999-06-21 10:39:29 UTC
List: ruby-dev #7153
 早坂@会津大学です。

 Solaris 2.6 で ext/dbm/dbm.c コンパイルする時、cdefs.h をイ
ンクルードする必要があるようです。

--- configure.in.dist   Mon Jun 21 17:46:27 1999
+++ configure.in        Mon Jun 21 19:23:48 1999
@@ -159,9 +159,10 @@
 dnl Checks for header files.
 AC_HEADER_DIRENT
 AC_HEADER_STDC
-AC_CHECK_HEADERS(stdlib.h unistd.h limits.h sys/file.h sys/ioctl.h pwd.h \
+AC_CHECK_HEADERS(stdlib.h unistd.h limits.h sys/file.h sys/ioctl.h pwd.h\
                 sys/select.h sys/time.h sys/times.h sys/param.h sys/wait.h\
-                syscall.h a.out.h string.h utime.h memory.h direct.h fnmatch.h)
+                syscall.h a.out.h string.h utime.h memory.h direct.h fnmatch.h\
+                cdefs.h)

--- dbm.c.dist  Mon Jun 21 17:38:41 1999
+++ dbm.c       Mon Jun 21 18:04:27 1999
@@ -12,6 +12,9 @@
 
 #include "ruby.h"
 
+#ifdef HAVE_CDEFS_H
+# include <cdefs.h>
+#endif
 #include <ndbm.h>
 #include <fcntl.h>
 #include <errno.h>


-------
Name   :  HAYASAKA, Ryo  (早坂 良)
E-mail :  hayasaka@univ21.u-aizu.ac.jp
URL    :  http://www.u-aizu.ac.jp/%7Es1041140/
Computer Science and Engineering Lab., The University of Aizu

In This Thread

Prev Next