[Mono-list] Can't build JIT
J. Perkins
jason@379.com
Tue, 13 Aug 2002 15:23:42 -0400
Decided to have another go at building the runtime from sources, in
the hope of contributing eventually, and not just freeloading here.
Using the latest snapshot and mono-build-w32.sh the make dies at:
----
extracting exported symbol list from `cygiconv-2.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\*
impgen.c ends here \
*\// { s/^# //;s/^# *$//; p; }" -e d < ../../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -mno-cygwin -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygiconv-2.dll >
.libs/cygiconv-2.dll-def
make[3]: *** [pedump.exe] Error 1
make[3]: Leaving directory
`/home/jason/mono-12-Aug-02/mono/mono/metadata'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jason/mono-12-Aug-02/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jason/mono-12-Aug-02/mono'
make: *** [all-recursive-am] Error 2
----
This is on Win2K. Any ideas?
Jason
379