This numa library somehow is being picked up as something to be linked against. I did not hear of this library before. Can you search for it in you CMakeCache.txt?
On Wed, Jan 28, 2009 at 4:05 PM, Simon Su <[email protected]> wrote: > Hello, > While compiling parallel version of paraview, I get this error message > [ 34%] Built target vtkVolumeRenderingPython > Linking CXX shared library ../../bin/libvtkParallel.so > /usr/bin/ld: skipping incompatible /usr/lib/libnuma.so when searching for > -lnuma > /usr/bin/ld: cannot find -lnuma > collect2: ld returned 1 exit status > make[2]: *** [bin/libvtkParallel.so.pv3.4] Error 1 > make[1]: *** [VTK/Parallel/CMakeFiles/vtkParallel.dir/all] Error 2 > make: *** [all] Error 2 > I am compiling with > [simo...@cses14 build]$ c++ -v > Using built-in specs. > Target: x86_64-redhat-linux > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info --enable-shared --enable-threads=posix > --enable-checking=release --with-system-zlib --enable-__cxa_atexit > --disable-libunwind-exceptions --enable-libgcj-multifile > --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk > --disable-dssi --enable-plugin > --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic > --host=x86_64-redhat-linux > Thread model: posix > gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) > > and using openmpi version 1.2.7 compiled with intel compiler 10.1 > Any suggestion is much appreciated > thank you > Simon > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
