[Paraview-developers] Compile error

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Feb 3 13:42:39 EST 2012


What cmake version are you using? May you're missing a link to
librt.so. Set your MPI_EXTRA_LIBRARY variable to include that shared
lib.

Utkarsh

On Fri, Feb 3, 2012 at 1:35 PM, Scott, W Alan <wascott at sandia.gov> wrote:
> Has anyone seen this new compile error?  It os for 3.12.0, and is on an OLD
> cluster.  Make is old as dirt.
>
> Linking CXX executable ../../../bin/pvtkpython
> /usr/local/viz/paraview/support/Linux-angren-RHEL4-32-i686/install/Python-2.6.3/lib/libpython2.6.a(posixmodule.o)(.text+0x3e72):
> In function `posix_tmpnam':
> ./Modules/posixmodule.c:7180: warning: the use of `tmpnam_r' is dangerous,
> better use `mkstemp'
> /usr/local/viz/paraview/support/Linux-angren-RHEL4-32-i686/install/Python-2.6.3/lib/libpython2.6.a(posixmodule.o)(.text+0x3dd2):
> In function `posix_tempnam':
> ./Modules/posixmodule.c:7135: warning: the use of `tempnam' is dangerous,
> better use `mkstemp'
> ../../../bin/libvtkParallel.so.pv3.12: undefined reference to `aio_read64'
> ../../../bin/libvtkParallel.so.pv3.12: undefined reference to `aio_error64'
> ../../../bin/libvtkParallel.so.pv3.12: undefined reference to
> `aio_suspend64'
> ../../../bin/libvtkParallel.so.pv3.12: undefined reference to `aio_write64'
> ../../../bin/libvtkParallel.so.pv3.12: undefined reference to `aio_return64'
> collect2: ld returned 1 exit status
> gmake[2]: *** [bin/pvtkpython] Error 1
>
> Thanks,
>
> Alan
>
> --------------------------------------------------------
> W. Alan Scott
> ParaView Support Manager
>
> GAITS
> Sandia National Laboratories, MS 0822
> Org 9326 - Building 880 A1-C
> (505) 284-0932   FAX (505) 284-5619
> ---------------------------------------------------------
>
>
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>


More information about the Paraview-developers mailing list