Changeset 1078 for trunk/README


Ignore:
Timestamp:
Feb 12, 2008, 10:45:24 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes #118. Removed reset of CXXFLAGS from configure.ac and added info on how to reset CXXFFLAGS when running configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r1061 r1078  
    2828must run './bootstrap' to initialize the build system. Now do
    2929'./configure' to create the Makefiles. Optionally you can run
    30 configure with '--enable-debug', which will turn on debug options.
     30configure with '--enable-debug', which will turn on debug options. If
     31you want to disable debugging options do './configure CXXFLAGS=""',
     32needed since autoconf defaults to adding debug flags to the compiler.
    3133
    3234Issue 'make' to compile the project.
     
    7981hardware architecture. If you have ATLAS installed and the configure
    8082script fails to locate it, try to add the location to the atlas
    81 libraries when running confiure:
     83libraries when running configure:
    8284
    8385  #> LDFLAGS="/usr/lib64/atlas" ./configure
Note: See TracChangeset for help on using the changeset viewer.