This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: build macros and includes
>>>>> "Ray" == Ray Auge <rayauge@doublebite.com> writes:
Ray> No, pkg-config seems like the right way to go. Unfortunately, I just
Ray> tested it on my current system (YellodDog 3.0.1/PPC) and
Ray> pkg-config --version libgcj
Ray> returns
Ray> 0.15.0
Ray> Which, I don't have to tell you, isn't at all helpful.
"pkgconfig --version" prints the version of pkgconfig.
You want --modversion:
opsy. pkg-config --version libgcj
0.15.0
opsy. pkg-config --modversion libgcj
3.4.0
Tom