I was following the readme for win32 related to compiling hamlib under cygwin. When I get to the third step to run autogen.sh ... i get an error that no file by that name exists. After doing a search throughout my computer... it was right. I don't have it. I tried identifying the cygwin package that introduces this, but could not find it.
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
autogen.sh is located in the root of the source tree (where the .configure stuff is). It's quite possible that it was not included in the distribution version. It is, however, in the cvs.
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was following the readme for win32 related to compiling hamlib under cygwin. When I get to the third step to run autogen.sh ... i get an error that no file by that name exists. After doing a search throughout my computer... it was right. I don't have it. I tried identifying the cygwin package that introduces this, but could not find it.
Any ideas?
autogen.sh is located in the root of the source tree (where the .configure stuff is). It's quite possible that it was not included in the distribution version. It is, however, in the cvs.
Mark
yep... that was the problem... thanks for the quick response.