[Scilab-Dev] Re: New ./configure error on Fedora 13 machine : deanm at sharplabs.com (Dean S. Messing)

Sylvestre Ledru sylvestre.ledru at scilab.org
Fri Feb 18 08:41:04 CET 2011


Le jeudi 17 février 2011 à 19:04 -0800, Dean S. Messing a écrit :
> There are a lot of other problems too with ./configure
> For one thing, configure is not detecting that
> I have the atlas libraries.
> 
> 
> Th following appears to be the problem.
> This change ./configure seems to fix everything.
> 
>   --- configure_orig	2011-02-17 13:03:44.818878305 -0800
>   +++ configure	2011-02-17 17:51:53.492879440 -0800
>   @@ -9298,7 +9298,7 @@
>       # Once all cyclic dependencies have been dropped, this line could be removed.
>       # Check if linker supports --as-needed and --no-as-needed options
>       if $LD --help 2>/dev/null | grep no-as-needed > /dev/null; then
>   -      LDFLAGS="-Wl,--no-as-needed"
>   +      LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
>       fi
You are right. It is my fault. Thanks!

Here it is:
http://codereview.scilab.org/#change,3207

Sylvestre





More information about the dev mailing list