--- Charles Wilson wrote: > > And again: http://cygutils.fruitbat.org/testing/ADOPT-ME/plotutils/ > > fully DLLized -- but check the README (might need some work to be > brought up to current g-b-s standard): > > --- plotutils-2.4.1-orig/CYGWIN-PATCHES/plotutils.README Wed Dec > 31 19:00 > :00 1969 > +++ plotutils-2.4.1/CYGWIN-PATCHES/plotutils.README Sun Feb 3 > 23:03:07 2002 > @@ -0,0 +1,27 @@ > +placeholder > + > +Initial patch modifies configure.in and creates > +CYGWIN-PATCHES/plotutils.README. This patch is > +archived as plotutils-2.4.1-X.patch2. > + > +So, instead of `./plotutils-2.4.1-X.sh all' > +if you want to build plotutils from SCRATCH, > +and you have auto*-devel and libtool-devel > +installed, you can do the following, manually: > + > +./plotutils-2.4.1-X.sh prep2 (! NOT 'prep') > +./plotutils-2.4.1-X.sh conf > +./plotutils-2.4.1-X.sh build > +./plotutils-2.4.1-X.sh strip > +./plotutils-2.4.1-X.sh pkg > +./plotutils-2.4.1-X.sh spkg > +./plotutils-2.4.1-X.sh finish > + > +Prep2 deletes some existing auto* files, applies > +'patch2', and then runs the autotools in both > +the top level directory and in the libxmi directory > + > +Ordinarily, tho, you'd just use "prep" which applies > +the FULL patch and proceeds from there -- this option > +doesn't require the autotools to be installed. > + > > > -- > Chuck >
Ok, I'm looking at this. Apparently you developed patch2 to solve the problem of not being to make dll's. I fixed a couple syntax errors in the build script (bash is fussier now?), and ran prep2. The patch didn't go through cleanly - one reject I think. Then it quit during the aclocal command, complaining about a missing file (don't have the error in front of me right now). I'm really out of my depth in working with autoconf/automake. Is there any way that you could bring patch2 back to the point where it works again? jrp