[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem compiling dll on cygwin
From: |
Daniel Tschan |
Subject: |
Problem compiling dll on cygwin |
Date: |
Thu, 14 Jun 2001 20:19:54 +0200 (CEST) |
Hi
I have problems compiling a patched version of Jikes on Cygwin. The patch
modifies the autotools configuration so that Jikes compiles to a shared
library. It compiles without problems on GNU/Linux and Solaris. Here is the
result on Cygwin:
...
make all-am
make[2]: Entering directory `/home/tschan/jikes-1.13/src'
/bin/sh ../libtool --mode=link g++ -g -O2 -o libjikes.la -rpath
/usr/local/lib -no-undefined ast.lo body.lo bytecode.lo case.lo code.lo
control.lo decl.lo definite.lo depend.lo diagnose.lo double.lo dump.lo
error.lo expr.lo getclass.lo incrmnt.lo init.lo javaact.lo jikes.lo
jikesapi.lo long.lo lookup.lo lpginput.lo modifier.lo op.lo option.lo
parser.lo scanner.lo segment.lo set.lo stream.lo symbol.lo system.lo tab.lo
unparse.lo unzip.lo zip.lo platform.lo -lstdc++ -lm
rm -fr .libs/libjikes.la .libs/libjikes.* .libs/libjikes.*
generating symbol list for `libjikes.la'
test -f .libs/cygjikes-0.dll-ltdll.c || sed -e "/^# \/\* ltdll\.c starts
here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < [$]0 >
.libs/cygjikes-0.dll-ltdll.c
../libtool: [$]0: No such file or directory
I have tested different versions of libtool. The current CVS version results
in a BSOD (at the point where configure tries to determine the maximum
command line length), all other versions, including the HEAD of branch-1.4
give the result above.
Daniel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Problem compiling dll on cygwin,
Daniel Tschan <=