comparison main/sparsersb/doc/README @ 12629:fe288ae1e8d9 octave-forge

a note in the README about necessity of -fPIC.
author michelemartone
date Tue, 09 Jun 2015 16:25:46 +0000
parents b8f0148a86f1
children
comparison
equal deleted inserted replaced
12628:4cacfa5f9470 12629:fe288ae1e8d9
15 ./configure CXXFLAGS="-O3 " 15 ./configure CXXFLAGS="-O3 "
16 ./configure CXXFLAGS="-O3 " LIBRSB_CONFIG=/opt/librsb-optimized/bin/librsb-config 16 ./configure CXXFLAGS="-O3 " LIBRSB_CONFIG=/opt/librsb-optimized/bin/librsb-config
17 ./configure SPARSERSB_LIBS="-lmpi++" 17 ./configure SPARSERSB_LIBS="-lmpi++"
18 ./configure 18 ./configure
19 19
20 On many systems, you will have to build librsb with the PIC (-fPIC on GCC) option or you will get link time problems.
21
20 More options: 22 More options:
21 ./configure --help 23 ./configure --help
22 24
23 Usage instructions: 25 Usage instructions:
24 # go in the directory where sparsersb.oct is located and run octave. 26 # go in the directory where sparsersb.oct is located and run octave.