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: Joseph E. Sacco, Ph.D.
Subject: Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles
Date: Thu, 03 Mar 2005 10:05:15 -0500

* 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.


-Joseph

=============================================================================
On Wed, 2005-03-02 at 16:19, Thomas Fitzsimmons wrote:
> On Tue, 2005-03-01 at 16:14 -0500, Joseph E. Sacco, Ph.D. wrote:
> >testsuite.at:4: /usr/local/src/GNU/gcjwebplugin/gcjappletviewer
> >--version
> 
> The gcjappletviewer command is either a perl wrapper script (if
> --disable-native-viewer is passed to autogen.sh) or a native binary.
> For you it should be a binary; is it?
> 
> It looks like the -J-Djava.class.path=../../gcjappletviewer.jar option
> isn't being handled correctly.  Try exporting CLASSPATH=
> ${path_to_gcjappletviewer.jar} and then re-running the applet viewer
> with --version.
> 
> Tom
-- 
joseph_sacco[at]comcast[dot]net

Attachment: testsuite-gcc_3.4.3-take2.log
Description: Text Data


reply via email to

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