Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: Compiling problems with 64 bit


Chronological Thread 
  • From: "Biagio Cosenza" < >
  • To: "Abe Stephens" < >, "Thiago Ize" < >,
  • Subject: [Manta] Re: Re: Compiling problems with 64 bit
  • Date: Wed, 25 Jun 2008 12:12:35 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=l+sNwwGZD8TNUgcBUIno02dSUFwmyNpFBVMzgDO8nCSjPGxNscob6EXNE+2qByItPY 8FKm+0TzGSSydPaLtfna+/EFVWW6twrFHgxxAQxxMOVAQJc6OZldHQshIQQVzPTYYKER Pk8LyVGQYhhOn3UBgEIF/xQEv+/JDidaNzPo0=

I finally solved!
It seems that all was originated by a wrong .bashrc script.

In particular, there was a reference to:
  source  /opt/intel/cc/10.1.012/bin/iccvars.sh
instead of:
  source  /opt/intel/cce/10.1.012/bin/iccvars.sh
and so, using Intel 32 bit compiler, CMake was looking for 32 bit
version of all the libs, and 32bit GLU was missing.

...I simply solved adding a "e" :D
(and so CMake did the right job looking for 64bit libs version)


Thanks, yours suggestions help me alot!
Regards, Biagio


On Wed, Jun 25, 2008 at 6:21 AM, Abe Stephens 
< >
 wrote:
>
>
> Yeah x86_64 suse is a common configuration on our linux machines. It is
> necessary to use either all 64 bit libraries or all 32 bit libraries- so
> mixing or pointing to both certainly won't work. Is libGLU in the right
> place on your machine?
>
> Abe
>
> On Jun 24, 2008, at 2:05 PM, Thiago Ize wrote:
>
>> Many of us use manta on 64 bit Suse Linux (opensuse 10.2 I think) and
>> everything works automatically. Here's what my cmake automatically put in:
>>
>> OPENGL_INCLUDE_DIR               /usr/include
>> OPENGL_gl_LIBRARY                /usr/lib64/libGL.so
>> OPENGL_glu_LIBRARY               /usr/lib64/libGLU.so
>> OPENGL_xmesa_INCLUDE_DIR         /usr/include
>>
>> Do you have those files on your system? Are they in those paths? Maybe
>> your OpenGL is out of date? Have you installed the latest nvidia/ati/intel
>> drivers supplied by the manufacturer? Did you do a clean install of 64 bit
>> suse or did you upgrade the OS and perhaps are missing certain libraries,
>> the versions are not matching, etc...?
>>
>> If that doesn't help, I'm sure other people on this list can provide more
>> help (I haven't had to mess directly with opengl in years!).
>> Thiago
>>
>> Biagio Cosenza wrote:
>>>
>>> Hi!
>>> I've a problem compiling Manta with a 64 bit Suse Linux.
>>>
>>> In a clean regular installation, Manta doesn't seem able to find GLU
>>> (where GL is ok), and I continue to have trouble in linking with calls
>>> to this library (i.e. gluErrorString ) also if I manually change paths
>>> to the correct one.
>>> I also tried changing the paths to /usr/lib64, and hacking (a lot)
>>> with Manta CMake files, pointing with both 32 and 64 bit lib version,
>>> with both intel and gcc compiler... and so forth, without success.
>>>
>>>
>>> Anyone know what the problem is? Have you experienced 64bit
>>> installations?
>>> Any suggestions is welcomed...
>>>
>>> Thanks, Biagio
>>>
>>> [note: I installed Manta in CentOs, RedHat, XUbuntu, ...  32 bit
>>> versions without particular problems]
>>>
>
>



-- 
Biagio Cosenza
ISISLab, Dip. di Informatica ed Applicazioni "Renato M. Capocelli"
Universita' degli Studi di Salerno
http://www.dia.unisa.it/~cosenza



Archive powered by MHonArc 2.6.16.

Top of page