FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FwHarbour Compile
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
New FwHarbour Compile
Posted: Tue Aug 08, 2023 09:31 PM

Get the following error when attempting to compile:

    e:\bcc7\bin\ilink32 -Gn -aa -Tpe -s @b32.bc

Turbo Incremental Link 6.72 Copyright (c) 1997-2015 Embarcadero Technologies, Inc.

Error: Unresolved external '_pcre_config' referenced from E:\HARBOUR\LIB\HBRTL.LIB|hbregex

Error: Unresolved external '_pcre_stack_malloc' referenced from E:\HARBOUR\LIB\HBRTL.LIB|hbregex

Error: Unresolved external '_pcre_stack_free' referenced from E:\HARBOUR\LIB\HBRTL.LIB|hbregex

Error: Unable to perform link

I am using the latest Fwh, with Harbour:

Harbour 3.2.0dev (r1506171039)

I am trying just a simple

Function Main()

Msginfo("hello world")

Return nil

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: New FwHarbour Compile
Posted: Tue Aug 08, 2023 09:41 PM

Sorry, please ignore. I have the same problem bout a year ago, same solution worked.

Link in hbpcre.lib

And my famous Hello World worked.

Thanks,

Byron Hopp

Matrix Computer Services

Continue the discussion