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

Clément David clement.david at scilab.org
Fri Feb 18 09:53:12 CET 2011


Le vendredi 18 février 2011 à 08:41 +0100, Sylvestre Ledru a écrit :
> 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
> 
> 

Merged at
http://gitweb.scilab.org/?p=scilab.git;a=commit;h=09a5dc4185ce574cd16df0a13fcbd503817ac74f


-- 
Clément David <clement.david at scilab.org>




More information about the dev mailing list