On Thu, Sep 16, 2010 at 3:33 PM, G E Naganna <[email protected]> wrote: > Ozkan, > > Thanks I found those libraries under x86_64-w64-mingw32/lib. Could you > please tell me how to setup my msys to pick correct(64bit) mingw folder?
Well, for me msys thinks mingw is installed under c:/mingw Looking at the fstab file of msys you will see that. Now, either edit that fstab file to change that to where mingw-w64 is, such as c:/mingw64, or you can rename your mingw64 to what msys expects ie. mingw. Either way, msys will end up using the 64 bit mingw. -- Ozkan > > > Thanks and Regards > G E Naganna > > > -----Original Message----- > From: Ozkan Sezer [mailto:[email protected]] > Sent: Thursday, September 16, 2010 5:31 PM > To: G E Naganna > Cc: [email protected] > Subject: Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64 > > Those libraries are not missing, they are there all of them are x64 > libraries. > You are doing something which is messing thing, as if the binary built is a > 32 > bit one and you are linking to 64 bit libraries: you said you downloaded a > package named glew-1.5.6-win32.zip, that one you don't need at all. > > I just took glew-1.5.6.tgz and built it under msys and it just built without > even a warning (the only thing I had to do was changing that __int64 to > long long.) Note: You don't need a Makefile.mingw64 in order to build > it for win64, if you setup your msys for the correct (64 bit) mingw folder, > then all things go smoothly. > > -- > Ozkan > > > ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
