[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles
From: |
Joseph E. Sacco, Ph.D. |
Subject: |
Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles |
Date: |
Thu, 03 Mar 2005 10:52:15 -0500 |
Will do...
What about the two failures???
-Joseph
=====================================================================
On Thu, 2005-03-03 at 10:10, Thomas Fitzsimmons wrote:
> 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
--
joseph_sacco[at]comcast[dot]net
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Thomas Fitzsimmons, 2005/03/01
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Joseph E. Sacco, Ph.D., 2005/03/01
- Message not available
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Thomas Fitzsimmons, 2005/03/02
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Joseph E. Sacco, Ph.D., 2005/03/03
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Thomas Fitzsimmons, 2005/03/03
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles,
Joseph E. Sacco, Ph.D. <=
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Thomas Fitzsimmons, 2005/03/03
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Joseph E. Sacco, Ph.D., 2005/03/03
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Joseph E. Sacco, Ph.D., 2005/03/04
- Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles, Thomas Fitzsimmons, 2005/03/04