On Sun, Mar 3, 2013 at 11:40 AM, Larry Pottle <shark.at.ni...@gmail.com> wrote:
>
>
> On Sun, Mar 3, 2013 at 3:34 AM, Ruben Van Boxem <vanboxem.ru...@gmail.com>
> wrote:
>
>>Did you add /opt/mingw64/bin to PATH?
>
> Great! I added /bin to PATH and now it wants to cross compile. Now I had
> issues with libraries libopengl32.a and libgl32.a. Configure gave out an
> error:
>
> checking GL/gl.h usability... yes
> checking GL/gl.h presence... yes
> checking for GL/gl.h... yes
> checking for glEnable in -lGL... no
> configure: error: lacking proper OpenGL support
>
> Apparently, the cross compiler is looking for the Unix filename equivalents
> of libopengl32.a and libgl32.a which are libGL.a and libGLU.a, so I copied
> and renamed  libopengl32.a and libgl32.a to libGL.a and libGLU.a
> respectively. This elimnated the error for those libraries, however I now
> get the same type error for glx:
>
> checking GL/glx.h usability... no
> checking GL/glx.h presence... no
> checking for GL/glx.h... no
> configure: error: lacking proper OpenGL support
>
> Unfortunately, I couldn't determine if there is a windows related library
> within the directory because there is no intuitively similar named file.
> Can you help with this?

Fedora provides cross compiler libraries.  I'm guessing ubuntu does
the same.  Use the upstream repository to your advantage, as Ruben
suggested.

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to