summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-26 02:25:50 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-26 02:25:50 +0000
commitf0ba57341ac7815189f7e33c980b8cbb51571efb (patch)
treec98fc35622e959e797200f51c19fdfadcbbaf05a
parentb17c80f6d63027d18cee2c49b4ab9116b3264b03 (diff)
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db993fe986..dd282f8868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ Wed Jul 26 10:09:01 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* configure.in: set SOLIBS to LIBS on Cygwin.
+ * configure.in: LIBRUBY_SO='$(RUBY_INSTALL_NAME)'.$target_os.dll
+ on cygwin and mingw32. ruby-cygwin.dll is bad. why?
+
Tue Jul 25 19:03:04 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* cygwin/GNUmakefile: use puts instead of print, because
diff --git a/configure.in b/configure.in
index 8ec9bed5cc..bccbdbac36 100644
--- a/configure.in
+++ b/configure.in
@@ -825,7 +825,7 @@ case "$target_os" in
;;
cygwin*|mingw*)
if test x"$enable_shared" = xyes; then
- LIBRUBY_SO='$(RUBY_INSTALL_NAME)-'$target_os.dll
+ LIBRUBY_SO='$(RUBY_INSTALL_NAME).'$target_os.dll
LIBRUBY_DLDFLAGS='--dllname=$@ --output-lib=$(LIBRUBY) --add-stdcall-alias --def=$(RUBYDEF)'
else
LIBRUBY_SO=dummy