FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Need FiveWin 22.12 MinGW libraries (fiveh / fivehc missing)
Posts: 26
Joined: Thu Apr 21, 2011 06:02 PM
Need FiveWin 22.12 MinGW libraries (fiveh / fivehc missing)
Posted: Thu Dec 25, 2025 12:46 PM

Hello, I have installed Harbour 3.2 (MinGW build) and MinGW-w64, and I am compiling FiveWin 22.12 applications with MinGW.

The Harbour compiler works fine, but the linker reports the following errors:

cannot find -lfiveh cannot find -lfivehc

It looks like my FiveWin installation only includes BCC libraries, and not the MinGW versions.

Could you please tell me where I can download the FiveWin 22.12 MinGW libraries, or how to generate them?

Thank you for your help.

Posts: 137
Joined: Mon Oct 22, 2012 04:43 PM
Re: Need FiveWin 22.12 MinGW libraries (fiveh / fivehc missing)
Posted: Thu Dec 25, 2025 02:25 PM
  • MinGW gcc: fivehg.lib, fivehgc.lib
Regards



Ing. Anton Lerchster
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Need FiveWin 22.12 MinGW libraries (fiveh / fivehc missing)
Posted: Thu Dec 25, 2025 03:09 PM

Please review FWH\samples\buildhg.bat

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 26
Joined: Thu Apr 21, 2011 06:02 PM
Re: Need FiveWin 22.12 MinGW libraries (fiveh / fivehc missing)
Posted: Fri Dec 26, 2025 08:25 AM

hello I don't have a buildhg.bat file I have a \fwh\samples\buildg.bat file in which it is stated set hdir=c:\harbour set hdirc=%hdir%\bin\win\mingw\harbour.exe set hlibs=%hdir%\lib\win\mingw set mingw=c:\gcc81 set path=%mingw%\bin

I don't have a \gcc81 directory how do I create it Thanks

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Need FiveWin 22.12 MinGW libraries (fiveh / fivehc missing)
Posted: Fri Dec 26, 2025 12:04 PM

Yes, it is buildg.bat, sorry for the typo

c:\gcc81 is the folder where you have MinGW installed

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion