On Wed, 8 Nov 2000, Francois Gouget wrote:
[...]
>    Look for '-Bforcearchive' in configure.in. You need to remove the
> second instance and then rerun autoconf (or manually remove the flag
> from configure too). 

   Well, actually the configure.in script seems a bit strange. I believe
it would be more correct with the following change: 

--- configure.in.orig   Wed Nov  8 17:04:04 2000
+++ configure.in        Wed Nov  8 17:04:23 2000
@@ -525,7 +525,7 @@
       ])
       if test "$ac_cv_c_dll_netbsd" = "yes"
       then
-        LDSHARED="ld -Bshareable -Bforcearchive"
+        LDSHARED="\$(CC) -Bshareable -Bforcearchive"
       fi
     fi
   fi


   I belive that AC_TRY_LINK always calls $(CC) when attempting to link.
Knowing that this works, why should we then specify that linking should
be done with ld?
   So maybe the above would be the correct fix. Or am I overlooking
something? 


--
Francois Gouget         [EMAIL PROTECTED]        http://fgouget.free.fr/
                     Linux: the choice of a GNU generation



Reply via email to