New ./configure error on Fedora 13 machine : deanm at sharplabs.com (Dean S. Messing)

Dean S. Messing deanm at sharplabs.com
Fri Feb 18 04:04:01 CET 2011


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


Dean



More information about the dev mailing list