[vtkusers] amd64 compilation error with cvs

Kevin H. Hobbs kevin.hobbs.1 at ohiou.edu
Thu Jul 14 15:14:02 EDT 2005


On Fri, 2005-07-08 at 14:51 -0400, Leila baghdadi wrote:
> Gavin,
> 
> This is a common problem with AMD Opteron,
> 
> you need to make sure that you link against
> 
> 
> /usr/X11R6/lib64
> and not 
> 
> /usr/X11R6/lib
> which actually contains the 32-bit libraries
> 
> that also applies to /usr/lib64 versus /usr/lib
> 
> there is a few documentation about the difference between 64 and 32 bit
> linux, if you are interested let me know and I will send you a link,
> 
> 
> HTH
> 
> Leila

Cmake honors the shell variable CMAKE_LIBRARY_PATH which can be very handy in helping cmake find stuff in lib64 directories.

CMAKE_LIBRARY_PATH=/usr/lib64:/usr/X11R6/lib64

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050714/c81ac079/attachment.pgp>


More information about the vtkusers mailing list