Forgot some -Wl when passing arguments to ld for -update_registry
under IRIX 6.2 (probably for 6.5 as well).

-- 
albert chin ([EMAIL PROTECTED])

-- snip snip
--- ltcf-cxx.sh.orig    Thu Jun 15 13:09:01 2000
+++ ltcf-cxx.sh Thu Jun 15 13:09:32 2000
@@ -213,7 +213,7 @@
       *)
         if test "$with_gcc" = yes; then
           if test "$with_gnu_ld" = no; then
-            archive_cmds='$CC -shared $predep_objects $libobjs $deplibs 
$postdep_objects $linker_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo 
${wl}-set_version ${wl}$verstring` -update_registry ${objdir}/so_locations -o $lib'
+            archive_cmds='$CC -shared $predep_objects $libobjs $deplibs 
+$postdep_objects $linker_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && 
+echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry 
+${wl}${objdir}/so_locations -o $lib'
           else
             archive_cmds='$LD -shared $predep_objects $libobjs $deplibs 
$postdep_objects $linkopts -soname $soname `test -n "$verstring" && echo -set_version 
$verstring` -o $lib'
           fi

Reply via email to