summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rw-r--r--configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index b169a844dd..42f4d82a1e 100644
--- a/configure
+++ b/configure
@@ -3482,10 +3482,10 @@ echo "configure:3434: checking whether OS depend dynamic link works" >&5
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 ;;
@@ -3862,7 +3862,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