Missing symbol for zero build on bsd port repo using Fedora

Andrew Haley aph at redhat.com
Thu Mar 12 02:32:13 PDT 2009


Michael Franz wrote:

> I tried to build using the standard jdk7 (not bsd project) and got the same
> errors.  Since this is a stock Fedora 10,this does not seem to be an issue
> with the source tree, but with my compiler.  How do I get
> my gcc to generate i486 instead of i386?

-march=i486.  It's in the gcc docs.  The openjdk makefiles set COMMON_FLAGS
and FLAGS in a few places, you just have to search and find them.

Andrew.




More information about the distro-pkg-dev mailing list