Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [Manta] building on arachne/hex


Chronological Thread 
  • From: Roni Choudhury <roni@cs.utah.edu>
  • To: Abe Stephens <abe@sci.utah.edu>
  • Cc: "'manta@sci.utah.edu'" <manta@sci.utah.edu>
  • Subject: Re: [Manta] building on arachne/hex
  • Date: Thu, 01 Nov 2007 17:02:13 -0600

roni@arachne:build-arachne$ which cmake
/usr/bin/cmake
roni@arachne:build-arachne$ cmake --version
cmake version 2.4-patch 3
roni@arachne:build-arachne$

Is it possible that one of my environment variables is the problem? It wouldn't be LD_LIBRARY_PATH; that one is for loading libraries.

roni

Abe Stephens wrote:

Hi Roni,

Manta r1797 just built out of the box for me on arachne/g++.
Which version of cmake and compiler/linker are you using?


arachne Manta/build-test> which cmake
/usr/bin/cmake
arachne Manta/build-test> cmake --version
cmake version 2.4-patch 3


Abe

On Nov 1, 2007, at 4:43 PM, Roni Choudhury wrote:

Hi all-

When I go to build Manta on arachne or hex, cmake tells me this:

roni@arachne:build-arachne$ cmake ..
-- Configuring done
It is impossible to order the linker search path in such a way that libraries specified as full paths will be picked by the linker.
Directories and libraries involved are:
Directory: /usr/lib contains:
Library: /usr/lib64/libGL.so

Directory: /usr/lib64 contains:
Library: /usr/lib/libbz2.so
Library: /usr/lib/libpng.so
Library: /usr/lib/libz.so



It is impossible to order the linker search path in such a way that libraries specified as full paths will be picked by the linker.
Directories and libraries involved are:
Directory: /usr/lib contains:
Library: /usr/lib64/libGL.so

Directory: /usr/lib64 contains:
Library: /usr/lib/libbz2.so
Library: /usr/lib/libpng.so
Library: /usr/lib/libz.so
.
.
.

That goes on for a while. Anyone know how to correct this, or even what is causing it? Thanks!

roni






Archive powered by MHonArc 2.6.16.

Top of page