Am 13.03.2011 04:47, schrieb Scott Duplichan:
Hello,
I am trying to overcome problems buildingseabios/tools/kconfigfrom
the windows/mingw environment.Hereare the failures:
1)Link step fortools/kconfig/conffails to findregcomp/regexec/regfree.
In the mingw environment these functions are available in libregex,
but libregexis notincluded inthe standard library search. I have
not found away to add'-lregex'to the link command line:
The main issue is that libregex isn't available reliably on mingw. On coreboot, I simply added a libregex implementation to the tree and added it to the build.
In general, maybe just copy over coreboot's kconfig and look for the changes (there are some you'd have to revert)?
Patrick