[kaffe] Mauve script help
Babar
winrunnerpro at yahoo.com
Sat Jul 26 16:25:03 PDT 2003
Thanks for the help and I fixed the previous problem . By the way little help on running mauve-html-gen.pl script . I used it as follows
$ make check > ./mauve-html-gen.pl > Result.html
I got the test results in Result.html but script did not participate in it.
How can I used script with this.
Thanks!
--Babar
Dalibor Topic <robilad at kaffe.org> wrote:
Babar wrote:
> Hi
>
> I am trying to run mauve for kaffe on linux, but when
> I use this to configure .
>
> $ ./configure JAVA=/usr/local/kaffe/bin
> JAVAC=/root/j2sdk1.4.1_04/bin
>
> Error:
>
> configure: warning: JAVA=/usr/local/kaffe/bin: invalid
> host type
> configure: warning: JAVAC=/root/j2sdk1.4.1_04/bin:
> invalid host type
> configure: error: can only configure for one host and
> one target at a time
>
> What is meant by host and target in here.
configure is a bit special with the arguments it takes: when support for
cross-compilation is enabled, it tries hard to guess the host and target
platforms for cross-compilation.
You're running the wrong configure, mauve's configure doesn't have
support for cross-compilation, so you shouldn't be getting this error
message. Check out FAQ/FAQ.mauve for more information how to setup kaffe
and mauve.
Finally, JAVA and JAVAC should point to executables, not to paths. So
what you want is something like this:
cd mauve
autoreconf
(on a single line)
./configure JAVA=/usr/local/kaffe/bin/kaffe
JAVAC=/root/j2sdk1.4.1_04/bin/javac
cheers,
dalibor topic
_______________________________________________
kaffe mailing list
kaffe at kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20030726/71e886d2/attachment-0007.htm
More information about the kaffe
mailing list