Hello,
I'm compiling libiconv-1.9.2-1 and it works fine. However if I were touch aclocal.m4 (e.g hypothetically customize the file), I get the following error during the build option.
(cd .libs && rm -f libiconv.la && ln -s ../libiconv.la libiconv.la)
make[1]: Leaving directory `/opt/montavista/host/src/montavista/BUILD/libiconv/libiconv-1.9.2/ .build/lib'
cd srclib && make all
make[1]: Entering directory `/opt/montavista/host/src/montavista/BUILD/libiconv/libiconv-1.9.2/ .build/srclib'
make[2]: Entering directory `/opt/montavista/host/src/montavista/BUILD/libiconv/libiconv-1.9.2/ .build'
make[2]: *** No rule to make target `am--refresh'. Stop.
make[2]: Leaving directory `/opt/montavista/host/src/montavista/BUILD/libiconv/libiconv-1.9.2/ .build'
make[1]: *** [/opt/montavista/host/src/montavista/BUILD/libiconv/libiconv-1.9.2/ srclib/Makefile.in] Error 1
make[1]: Leaving directory `/opt/montavista/host/src/montavista/BUILD/libiconv/libiconv-1.9.2/ .build/srclib'
make: *** [all] Error 2
I've checked the makefiles and there is no rule anywhere for am--refresh. There are references for it that were added from a patch that gets applied during prep phase. Is there suppose to be user interaction in this case? and if so what are the commands that one would need to do to fix this problem? If this should be handled automatically, would this be considered a bug?
The commands that I used to get this error message are after untarring package:
./libiconv-1.9.2-1.sh prep
touch libiconv-1.9.2/aclocal.m4
./libiconv-1.9.2-1.sh conf
./libiconv-1.9.2-1.sh build
I'm including also the gzip of the above output.
Enjoy, Peter ------------------------------- A M��se once bit my sister
libiconv.log.gz
Description: GNU Zip compressed data
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

