This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build macros and includes


On Tue, 2004-10-05 at 09:10 -0600, Tom Tromey wrote:
> >>>>> "Ray" == Ray Auge <rayauge@doublebite.com> writes:
> "pkgconfig --version" prints the version of pkgconfig.
> You want --modversion:

> opsy. pkg-config --modversion libgcj
> 3.4.0
> 
> Tom

OK, I'm dense. But we still have a problem. Mark Howard <mh@tildemh.com>
informed me that on Debian there is no pkg-config file supplied for
gcj3.4.2.

I think the best way is:

$ LIBGCJ_VERSION=`gcj -v 2>&1 | grep version | awk '{ print $3 }'`


-- 
Ray Auge <rayauge@doublebite.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]