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: building gcj on OS X (also AWT)


John Gabriele wrote:

Thanks for the explanations Andrew. I updated the article,
submitted it to osnews, and they put up a link to it! :)
http://www.osnews.com/index.php


Nice! Some things I could suggest to speed up that 4 hour build time:

1. try "make" instead of "make bootstrap". Since Apple uses gcc 3.3, the native compiler should be able to build gcc 3.4 without needing a full bootstrap cycle.
2. try "--disable-static" on your configure command. This will only build dynamic (dylib) libraries and not static (.a). If you dont need the static libraries, it should halve your build time.


Regards

Bryce


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