Hi Craig,

Tanks for your promt answer. My library path is this (as found in
"/etc/ld.so.conf"):

/usr/X11R6/lib64/Xaw3d
/usr/X11R6/lib64
/usr/lib64/Xaw3d
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/lib/Xaw3d
/usr/x86_64-suse-linux/lib
/usr/local/lib
/opt/kde3/lib
/lib64
/lib
/usr/lib64
/usr/lib
/usr/local/lib64
/opt/kde3/lib64


and the libraries that OpenGL cannot find are in:

/usr/lib

libGLcore.so.1
libGLcore.so.1.0
libGLEW.so.1.5
libGLEW.so.1.5.0
libGL.so
libGL.so.1
libGL.so.1.2
libGLU.so
libGLU.so.1
libGLU.so.1.3.070003
libIndirectGL.so.1
libIndirectGL.so.1.2
libQtOpenGL.so.4
libQtOpenGL.so.4.4
libQtOpenGL.so.4.4.0
libmesa_private.so
libmesa_private.so.1
libmesa_private.so.1.0


/usr/lib64

libGLcore.so.1
libGLcore.so.1.0
libGLEW.a
libGLEW.so
libGL.so
libGL.so.1
libGL.so.1.2
libGLU.so
libGLU.so.1
libGLU.so.1.3.070003
libIndirectGL.so.1
libIndirectGL.so.1.2
libQtOpenGL.la
libQtOpenGL.prl
libQtOpenGL.so
libQtOpenGL.so.4
libQtOpenGL.so.4.4
libQtOpenGL.so.4.4.0
libglut.a
libglut.la
libglut.so
libglut.so.3
libglut.so.3.8.0
libOSMesa.so
libOSMesa.so.6
libOSMesa.so.6.5.3
libmesa_private.so
libmesa_private.so.1
libmesa_private.so.1.0


Yes, may be I cannot find -lXIE now. I do not have OpenGL of course i have MESA.


Hernán





2008/7/9 Craig DeForest <[EMAIL PROTECTED]>:
> Hi, Hernan,
>
> It would help if you could report here exactly where your opengl,glx,glu,
> and glut libraries live.  We might be able to put an appropriate switch into
> the makefile scripts for 2.4.4.  Also: what's your LIBPATH?
>
> Cheers,
> Craig
>
> On Jul 9, 2008, at 6:49 AM, Hernán De Angelis wrote:
>
>> Dear all,
>>
>> I apologize for this being a bit off-topic, but as it concerns a
>> requirement to PDL I guess someone could have a hint.
>> I am installing PDL in OpenSUSE 11.0 64. The build crashes
>> systematically with OpenGL and without OpenGL no TriD. The build
>> script complains that libraries cannot be found:
>>
>> Note (probably harmless): No library found for -lopengl
>> Note (probably harmless): No library found for -lGLX
>> Note (probably harmless): No library found for -lglx
>> Note (probably harmless): No library found for -lglu
>> Note (probably harmless): No library found for -lGLUT
>> Note (probably harmless): No library found for -lMesaGL
>> Note (probably harmless): No library found for -lMesaGLU
>> Note (probably harmless): No library found for -lMesaGLX
>> Note (probably harmless): No library found for -lMesaGLUT
>> In file included from glversion.c:2:
>> ../include/GL/glut.h:69:1: warning: "APIENTRY" redefined
>> In file included from ../include/GL/glut.h:63,
>>                from glversion.c:2:
>> /usr/include/GL/gl.h:105:1: warning: this is the location of the
>> previous definition
>> Checking if your kit is complete...
>> Looks good
>> Note (probably harmless): No library found for -lXIE
>> Writing Makefile for OpenGL
>> cp OpenGL.pm blib/lib/OpenGL.pm
>>
>> ..............
>>
>> But all these libraries are properly installed in the system, it is
>> just the make script which cannot find them. I had problems with this
>> in the past versions of openSUSE but I solved them by creating
>> symlinks of the libraries to the build directory. Now this procedure
>> does not work. Of course everything goes fine if one disables TriD in
>> perdl.conf but in fact I want to have it.
>>
>> I want to make clear again that I know this is something related to
>> openSUSE 11 and OpenGL and *NOT* PDL, but I write this in the hope
>> someone has an idea about how to overcome this shortcoming.
>>
>>
>> Thanks in advance
>>
>>
>> Hernán
>>
>>
>>
>> --
>>
>> Hernán De Angelis
>> Linux user # 397217
>>
>> _______________________________________________
>> Perldl mailing list
>> [email protected]
>> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
>>
>
>



-- 

Hernán De Angelis
Linux user # 397217

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to