This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
bootstrap broken on PPC-darwin and other targets without pkg-config (which is almost all)
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: fitzsim at redhat dot com
- Cc: GCC Development <gcc at gcc dot gnu dot org>, java at gcc dot gnu dot org
- Date: Fri, 9 Jun 2006 19:32:41 -0700
- Subject: bootstrap broken on PPC-darwin and other targets without pkg-config (which is almost all)
Caused by:
http://gcc.gnu.org/ml/gcc-cvs/2006-06/msg00225.html
checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-
config.
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-
config.
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-
config.
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-
config.configure: error: Library requirements (glib-2.0) not met;
consider adjusting the PKG_CONFIG_PATH environment variable if your
libraries are in a nonstandard prefix so pkg-config can find them.
configure: error: /bin/sh '/Users/regress/tbox/svn-gcc/libjava/
classpath/configure' failed for classpath
make[1]: *** [configure-target-libjava] Error 1
-- Pinski