[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: |
Thomas Fitzsimmons |
Subject: |
Re: [Gcjwebplugin-user] building the CVS code: compilation puzzles |
Date: |
Fri, 04 Mar 2005 12:16:08 -0500 |
On Fri, 2005-03-04 at 09:28 -0500, Joseph E. Sacco, Ph.D. wrote:
>Using:
>- gcc version 4.1.0 20050303 (experimental)
>- gcjwebplugin -0.3.2.cvs [updated this morning, 4Mar05]
>
>
>* Set up environment
>- verify that gcjwebplugin is not installed *anywhere*
>
>- set environment variables:
>
>export gccpath=/usr/local/gcc/4.1.0
>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 and test
>
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
>
> All 27 tests were successful.
> PASS: ./testsuite
> ==================
> All 1 tests passed
> ==================
>
>
>* CLASSPATH issue
>
>There is still a classpath issue when running "make check" before
>performing "make install" [see attached testsuite.log]. Adding a
>classpath entry to "./test" will solve the problem.
>
Right. I just committed a patch to fix this. It makes
gcjappletviewer.c handle --version.
Tom
- 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., 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., 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 <=