--
Dr. Albert Gr"af
Dept. of Music-Informatics, University of Mainz, Germany
Email: Dr.G...@t-online.de, a...@muwiinfa.geschichte.uni-mainz.de
WWW: http://www.musikinformatik.uni-mainz.de/ag
2nd try
3rd try
I've actually reported the problem to the general support forum, but
they haven't been helpful at all. "Sorry Google do not offer any support
for Google Groups". What am I supposed to do if there's a real problem I
can't solve or work around myself?
Albert
The configuration (and my knowledge) ends with the lines:
checking for mpfr.h... yes
checking for cos in -lm... yes
checking for libiconv in -liconv... yes
checking for glob in -lglob... no
checking for regcomp in -lregex... no
./configure: line 5262: AC_CHECK_READLINE: command not found
./configure: line 5263: AM_ICONV: command not found
configure: error: Cannot find iconv, please install GNU libiconv.
config.log:
...
configure:5172: checking for glob in -lglob
configure:5197: gcc -o conftest.exe -I/work/llvm-3.0.src/include
-I/l/work/gmp-5.0.2 -I/l/work/mpfr-3.1.0/src
-I/l/work/libiconv-1.14/include -L/l/work/llvm-3.0.src/build/lib
-L/l/work/gmp-5.0.2/.libs -L/l/work/mpfr-3.1.0/src/.libs
-L/l/work/libiconv-1.14/lib/.libs conftest.c -lglob -liconv -lm -lmpfr
-lgmp >&5
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe:
cannot find -lglob
...
configure:5217: checking for regcomp in -lregex
configure:5242: gcc -o conftest.exe -I/work/llvm-3.0.src/include
-I/l/work/gmp-5.0.2 -I/l/work/mpfr-3.1.0/src
-I/l/work/libiconv-1.14/include -L/l/work/llvm-3.0.src/build/lib
-L/l/work/gmp-5.0.2/.libs -L/l/work/mpfr-3.1.0/src/.libs
-L/l/work/libiconv-1.14/lib/.libs conftest.c -lregex -liconv -lm -lmpfr
-lgmp >&5
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe:
cannot find -lregex
...
configure:5251: result: no
configure:5265: error: Cannot find iconv, please install GNU libiconv.
Has anyone a idea what I am doing wrong here?
Thank you, Louis
Hi Louis,
Compilling Pure with MinGW compiler suite needs some additional
libraries installed. You will find them all here:
http://pure-lang.googlecode.com/files/pure-mingw.zip. You can simply
extract contents of the archive into your MinGW installation tree.
Regards,
Jiri
This looks like a faulty configure script. Did you run autoreconf? You
shouldn't have to do this, the pure-0.51 tarball already contains a
configure script.
Albert