Chris Marshall via RT wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=52350 >
>
> On Sun Dec 27 23:44:21 2009, g.grigelionis@computer.org wrote:
>> Unfortunately I cannot confirm this. There's another bug, too: on 64-bit
>> Linuxes (SuSE, in my case), Makefile.PL and utils/Makefile need
>> /usr/lib64 and /usr/X11R6/lib64 in library path list (-L).
>
> You don't say where the corresponding include headers are but if you
> add an appropriate -I entry after line 463 in OpenGL-0.62/Makefile.PL
> and -L/usr/lib64 and -L/usr/X11R6/lib64 lines after line 123, does the
> Perl OpenGL configure and build correctly?
>
> Thanks,
> Chris
I need to change both Makefile.PL
119,120c119,120
< -L/usr/lib64
< -L/usr/X11R6/lib64
---
Show quoted text > -L/usr/lib
> -L/usr/X11R6/lib
and utils/Makefile
9c9
< LIBS=-L/usr/lib64 -L/usr/X11R6/lib64 -L/usr/local/lib
-L/usr/openwin/lib -L/usr/lib/xorg/modules -L/usr/X11R6/lib/modules
-L/usr/lib/xorg/modules/extensions -L/usr/X11R6/lib/modules/extensions
---
Show quoted text > LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/openwin/lib
-L/usr/lib/xorg/modules -L/usr/X11R6/lib/modules
-L/usr/lib/xorg/modules/extensions -L/usr/X11R6/lib/modules/extensions
Regards,
Gintas