Mike Marchywka wrote:
Thanks. If I have to guess at this point, I think it is a quirk of my cygwin install or version- it is also possible I have intermixed boost files but still a bit confusing. AFAIK, everything is working right now except the try/catch so maybe I can let it go until I can safely upgrade my tools.
$ g++ -I. t.cpp -L./lib -lboost_regex-gcc-mt
What Boost version are you #including: if you want to link with the Cygwin binaries then it should be /usr/include/boost-1_33_1.
Administrator@TESTBED01 /cygdrive/c/mydocs/scripts/cc/affx/boost $ cygcheck a.exe Found: c:\mydocs\scripts\cc\affx\boost\a.exe c:/mydocs/scripts/cc/affx/boost/a.exe Error: could not find cygboost_regex-gcc-mt-1_33_1.dll C:\WINNT\cygwin1.dll C:\WINNT\system32\ADVAPI32.DLL C:\WINNT\system32\KERNEL32.dll C:\WINNT\system32\ntdll.dll C:\WINNT\system32\RPCRT4.dll Error: could not find cygboost_regex-gcc-mt-1_33_1.dll
For me that dll is in /bin/ in the cygwin install. HTH, John.