by Arindam » Mon Aug 14, 2006 3:00 pm
Hi Antonio,
Now I am using xHarbour last release Aug, 06-RC8 and FWH ver 2.7.
While testing msmake setup (i.e. ..\Fwh\makes\msmake) to compile multiple .prg under a project, the following error codes are generating.
rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored
rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored
Creating library test.lib and object test.exp
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regcomp
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regfree
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _regexec
rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _pcre_free
test.exe : fatal error LNK1120: 4 unresolved externals
While Compiling single .prg from ..\Samples\.... .prg, there is no problem and generating exe and testing smoothly.
Can you tell me, what the problem is actually and provide me solution for the same?
Arindam