How to install libuuid in MinGW/MSYS?

2011-10-20T15:10:11

I want to compile a Linux C++ application in MinGW/MSYS. However, when I use ./configure --host=i586-mingw32msvc, it complains that libuuid is not available.

After googling for a long time, it seems that there is no such package in MinGW repository. So i have downloaded uuid-dev source package from Launchpad and try to build it in MinGW/MSYS. However, when i use ./configure --host=i586-mingw32msvc, it complains that ncurses or ncursesw selected but library is not found.

It seems that there is no such package in MinGW. So i have downloaded libncurses5.dev package from Launchpad and try to build it in MinGW/MSYS. When i try to use ./configure --host=i586-mingw32msvc, everything seems fine. But, when i run make, it shows a lot of error messages.

Since building uuid-dev is unsuccessful, i try to build e2fsprogs package in MinGW/MSYS. When i use ./configure --host=i586-mingw32msvc, everything seems fine. However, when i try to run make, it shows a lot of error messages.

Appreciate if anyone can show me how to install libuuid in MinGW/MSYS. Thanks.

Copyright License:
Author:「user010203」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/7832342/how-to-install-libuuid-in-mingw-msys

About “How to install libuuid in MinGW/MSYS?” questions

I want to compile a Linux C++ application in MinGW/MSYS. However, when I use ./configure --host=i586-mingw32msvc, it complains that libuuid is not available. After googling for a long time, it seems
I was wondering if there is a way in MSYS2 to specify the base MinGW/MinGW64 directory? In MSYS (i.e., MSYS-1), after installing MSYS, it knows that the directory structure is, e.g., /c/mingw/msys...
I was trying to install wxHaskell into a machine running Windows XP64, with MinGW/MSYS and wxWidget 3.0 built from source using gcc. I did: cabal install wx and got an error: ... Configuring wxc...
I don't know whether this is actually an SDL issue or just me not knowing how to build packages from msys/mingw. What I have done thus far: downloaded latest mingw-get-inst.exe from sourceforge an...
I know Msys2 has pacman for installing/updating packages How do I do the same in Msys 1.0? I need to use Msys 1.0 because Msys2 is not supported in Windows 7 64 bit ultimate that well gets Cygwin7...
I am learning GUI programing on Windows, and I choose wxWidgets, Eclipse, MinGW for my learning. I can compile wxWidgets with command: mingw32-make SHELL=CMD.exe -j4 -f makefile.gcc BUILD=release
I'm running windows XP. I have been following this tutorial and so downloading mingw-get-inst here. I've done this a couple times and the last time I checked boes to install EVERYTHING including,...
I am trying to build some open source library. I need a package management system to easily download the dependencies. At first I am using MinGW and MSYS. But the included packages are limited. Som...
I am trying to build some open source library. I need a package management system to easily download the dependencies. At first I am using MinGW and MSYS. But the included packages are limited. Som...
I tried to install Rust on Cygwin but failed to be able link with mingw. Now I am trying to install it with Msys2. I already installed Msys2 and Mingw. I tried to follow this wiki page but I got lo...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.