gcjwebplugin-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles


From: Thomas Fitzsimmons
Subject: Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles
Date: Thu, 03 Mar 2005 10:10:26 -0500

On Thu, 2005-03-03 at 10:05 -0500, Joseph E. Sacco, Ph.D. wrote:
>* Set up environment
>
>- verify that gcjwebplugin is not installed *anywhere*
>
>- set environment variables:
>
>export gccpath=/usr/local/gcc/3.4.3
>export PATH=$gccpath/bin:$PATH
>export LD_LIBRARY_PATH=$gccpath/lib
>export PKG_CONFIG_PATH=$gccpath/lib/pkgconfig:/usr/lib/pkgconfig
>
>* configure
>./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
>--with-java=$gccpath/bin/gij \
>--with-javac="$gccpath/bin/gcj -C" \
>--with-javah=$gccpath/bin/gcjh \
>--with-jar=$gccpath/bin/jar
>        
>* Build
>make > make.log 2>&1 &
>
>* Test #1
> run "make check"  ==> ALL tests fail
>
>* Test #2
>
>export CLASSPATH=/usr/local/src/GNU/gcjwebplugin/gcjappletviewer.jar
>
>run "make check"  ==> ALL tests pass except 9 & 23
>
>See attached output.
>
>Note:
>
>I reset the parameters to rerun the sequence using (GCC) 4.0.0 20050123
>(experimental) and got the same results.

OK, that's the problem -- my invocation API work landed after 20050123.
Update to GCC CVS HEAD.  This version of gcj works for me:

(GCC) 4.0.0 20050223 (experimental)

That or any newer version should work for you without exporting
CLASSPATH.

Tom






reply via email to

[Prev in Thread] Current Thread [Next in Thread]