Hello,<br><br>I've managed a build of lapack and atlas on Fedora 10 on a quad core, 64, and now (...) have a numpy I can import that runs tests ok. :]    I am puzzled, however, that numpy builds and imports lapack_lite.  Does this mean I have a problem with the build(s)?<br>
Upon building numpy, I see the troubling output:<br><br>########################<br><br>C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protecto<br>r --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fPIC<br>
<br>compile options: '-c'<br>gcc: _configtest.c<br>gcc -pthread _configtest.o -L/usr/local/rich/src/scipy_build/lib -llapack -lptf77blas -lptcblas -latlas -o _configtest<br>/usr/bin/ld: _configtest: hidden symbol `__powidf2' in /usr/lib/gcc/x86_64-redhat-linux/4.3.2/libgcc.a(_powidf2.o) is reference<br>
d by DSO<br>/usr/bin/ld: final link failed: Nonrepresentable section on output<br>collect2: ld returned 1 exit status<br>/usr/bin/ld: _configtest: hidden symbol `__powidf2' in /usr/lib/gcc/x86_64-redhat-linux/4.3.2/libgcc.a(_powidf2.o) is reference<br>
d by DSO<br>/usr/bin/ld: final link failed: Nonrepresentable section on output<br>collect2: ld returned 1 exit status<br>failure.<br>removing: _configtest.c _configtest.o<br>Status: 255<br>Output:<br>  FOUND:<br>    libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']<br>
    library_dirs = ['/usr/local/rich/src/scipy_build/lib']<br>    language = f77<br>    define_macros = [('NO_ATLAS_INFO', 2)]<br><br>##########################<br><br>I don't have root on this machine, but could pester admins for eventual temporary access.<br>
<br>Thanks much for any help,<br>Rich<br>