From e6300774896d943115b3f51fa3489d3051f61eb4 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 26 May 1998 08:24:51 +0000 Subject: 1.1b9_23 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0b916f741d..946f4b876a 100644 --- a/configure.in +++ b/configure.in @@ -360,10 +360,10 @@ if test "$with_dln_a_out" != yes; then beos*) LDSHARED="ld -xms" case "$host_cpu" in powerpc*) - DLDFLAGS="-f ruby.def -lbe -lroot -ldll" + DLDFLAGS="-f ruby.exp -lbe -lroot glue-noinit.a init_term_dyn.o start_dyn.o" ;; *) - DLDFLAGS="ruby.def -lbe -lroot /boot/develop/lib/x86/glue-noinit.a" + DLDFLAGS="ruby.def -lbe -lroot glue-noinit.a init_term_dyn.o start_dyn.o" ;; esac rb_cv_dlopen=yes ;; @@ -513,7 +513,7 @@ if test "$host_os" = "beos"; then echo creating ruby.def case "$host_cpu" in powerpc*) - cp beos/ruby.def.in ruby.def + cp beos/ruby.def.in ruby.exp ;; *) echo EXPORTS > ruby.def -- cgit v1.2.3