**I have download a setup.exe for GNU database library GDBM. It's going to be
installed in C:\Program Files\GnuWin32 (lib, include, etc.).
My mingw is in C: (C:\MinGW).
Could you please tell me what is the right path for GDBM on windows.
I used GDBM on Linux and compiled and linked .c file to GDBM library in
the following way;
gcc mygdbmprog.c -o mygdbmprog -ldb.
I want to build and link program to gdbm library on windows.
Do I need to install it in root (C:)?
Thank you.**