------- Comment #18 from ebotcazou at gcc dot gnu dot org 2007-02-16 19:39 ------- > With --enable-languages={c,c++} it still builds fastjar. > Don't ask me why.
Something is very likely misconfigured. > > You didn't set CONFIG_SHELL. > > What should I set it to? > I guess GNU bash isn't good enough, right? You should set CONFIG_SHELL to something. > Well, it doesn't seem to help either, I get lots of errors with native make. > Looks like GNU make is required, or did I forget to set something else? http://gcc.gnu.org/install/prerequisites.html > Same for GNU m4: > bison -y --name-prefix=__gettext --output plural.c ../.././intl/plural.y > M4sugar requires GNU M4. Install it before installing M4sugar or > set the M4 environment variable to its path name.make[2]: *** [plural.c] You shouldn't need bison or m4 either. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30819