[Paraview] problem compiling paraview 3.4.0

Burlen Loring burlen.loring at kitware.com
Fri Jan 30 10:10:31 EST 2009


This is a kernel interface library for fine grained process control it's 
probably a dependency of openmpi. I think the error message:

Linking CXX shared library ../../bin/libvtkParallel.so
/usr/bin/ld: skipping incompatible /usr/lib/libnuma.so when searching for
-lnuma



means libnuma was compiled as 32 bit .so. I used to get these from time 
to time on my old opteron system you have to build stuff with -fpic and 
-m64.



Berk Geveci wrote:
> 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 <newsgroup4ssu at gmail.com> 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
>> [simonsu at 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
>> ParaView at paraview.org
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>>
>>     
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>   


-- 
Burlen Loring
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x137



More information about the ParaView mailing list