Ryan,
Thanks for the quick reply...
I tried adding the additional packages. Looks like I got a lot of other packages as well due to dependencies. However there was no change in the results that I was getting.
However, I have found the source of the problem and the solution.
Problem:
It seemed that the script processor was complaining about '\r" and unexpected newlines.
With a few edits I was able to get past the first and second error but then there were more errors of the same type.
Solution.
Respond properly to the GIT Setup prompt "Configuring the line ending conversions".....
There are three options:
1) Checkout Windows style, commit Unix-style line ending (Default)
2) Checkout as-is, commit Uniix-style line ending
3) Checkout as-is, commit as-is
Originally I selected option 1, which I believe caused my problem.
I changed to option 2 and re-cloned the cpputest repository.
I was able to run the ./configure without error.
So I am on my way to the next step.
BTW, what is the recommended selection for this option?
option 2 seems to be the best option for the script that is run by cygwin.
What is the best for the code that will be used in eclipse on Windows?
Thanks
dp