2012/9/13 CanisMajorWuff <canismajorw...@gmail.com>

>  Thank you for the quick answer. I was not careful, looking for the lib.
> If it is not difficult for you, could you answer me another question. Why
> there is a directory" mingw\x86_64-w64-mingw32" when there is "mingw"
> directory?
>
>
My packages are made for easy installation. The toplevel directory is
"mingw64" or "mingw32", and is just there for convenience. If there is a
mingw64/mingw directory, this is included by mistake and it serves
absolutely no practical purpose. The directory structure in mingw64/ is
dictated by binutils/gcc, and I can't do anything about its weirdness. The
mingw64/x86_64-w64-mingw32 or mingw32/i686-w64-mingw32 directories contain
the mingw-w64 include and lib files (and also some internal binutils
executables in bin).

All you should have to care about is the mingw64/bin directory which you
have to add to PATH (or call these executables with a full path) and
perhaps the mingw64/x86_64-w64-mingw32 directory which you can use as an
installation prefix for 3rd party libraries so that the compiler can find
the headers and libs without any extra "-I" or "-L" arguments.

I hope this answers your question,

Ruben


> With best regards,
>
>
> On 9/13/2012 3:49 PM, Ruben Van Boxem wrote:
>
> 2012/9/13 CanisMajorWuff <canismajorw...@gmail.com>
>
>> Hello,
>>
>> I have not found libopengl32.a in rubenvb build
>> (x86_64-w64-mingw32-gcc-4.7.1-2-release-win64_rubenvb).
>> Could somebody suggest me  where I can get this library?
>>
>
>  I'm looking at a freshly downloaded x86_64...win64 GC 4.7.1-2 release
> and it is located in mingw64/x86_64-w64-mingw32/lib. All you need to do is
> add "-lopengl32" to your linker command line.
>
>  Ruben
>
>
>>
>> With best regards,
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Mingw-w64-public mailing list
>> Mingw-w64-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>
> _______________________________________________
> Mingw-w64-public mailing 
> listMingw-w64-public@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to