README-builds.html

Sat, 25 Apr 2009 21:34:45 +0400

author
peterz
date
Sat, 25 Apr 2009 21:34:45 +0400
changeset 74
caba6a812b19
parent 51
60aab86966e9
child 90
60b818e5e4f9
child 105
8ca3d95b1ea3
permissions
-rw-r--r--

6591875: Nimbus Swing Look and Feel
Reviewed-by: jasper, ohair

duke@2 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
duke@2 2 <html>
ohair@13 3 <head>
ohair@13 4 <title>OpenJDK Build README</title>
ohair@13 5 </head>
ohair@13 6 <body style="background-color:lightcyan">
ohair@13 7 <!-- ====================================================== -->
ohair@41 8 <table width="100%">
ohair@13 9 <tr>
ohair@13 10 <td align="center">
ohair@25 11 <img alt="OpenJDK"
ohair@25 12 src="http://openjdk.java.net/images/openjdk.png"
ohair@25 13 width=256 />
ohair@13 14 </td>
ohair@13 15 </tr>
ohair@13 16 <tr>
ohair@13 17 <td align=center>
ohair@13 18 <h1>OpenJDK Build README</h1>
ohair@13 19 </td>
ohair@13 20 </tr>
ohair@13 21 </table>
ohair@13 22 <!-- ------------------------------------------------------ -->
ohair@13 23 <hr>
ohair@13 24 <h2><a name="introduction">Introduction</a></h2>
ohair@13 25 <blockquote>
ohair@13 26 <p>
ohair@13 27 This README file contains build instructions for the
ohair@13 28 <a href="http://openjdk.java.net" target="_blank">OpenJDK</a>.
ohair@13 29 Building the source code for the
ohair@13 30 OpenJDK
ohair@13 31 requires
ohair@13 32 a certain degree of technical expertise.
ohair@13 33 </blockquote>
ohair@13 34 <!-- ------------------------------------------------------ -->
ohair@13 35 <hr>
ohair@13 36 <h2><a name="contents">Contents</a></h2>
ohair@13 37 <blockquote>
ohair@13 38 <ul>
ohair@13 39 <li><a href="#introduction">Introduction</a></li>
ohair@13 40 <li><a href="#MBE">Minimum Build Environments</a></li>
ohair@13 41 <li><a href="#SDBE">Specific Developer Build Environments</a></li>
ohair@41 42 <ul>
ohair@41 43 <li><a href="#fedora">Fedora Linux</a> </li>
ohair@41 44 <li><a href="#centos">CentOS Linux</a> </li>
ohair@41 45 <li><a href="#ubuntu">Ubuntu Linux</a> </li>
ohair@41 46 </ul>
ohair@13 47 <li><a href="#directories">Source Directory Structure</a> </li>
ohair@13 48 <li><a href="#building">Build Information</a>
ohair@13 49 <ul>
ohair@13 50 <li><a href="#gmake">GNU Make (<tt><i>gmake</i></tt>)</a> </li>
ohair@13 51 <li><a href="#linux">Basic Linux System Setup</a> </li>
ohair@13 52 <li><a href="#solaris">Basic Solaris System Setup</a> </li>
ohair@13 53 <li><a href="#windows">Basic Windows System Setup</a> </li>
ohair@13 54 <li><a href="#dependencies">Build Dependencies</a> </li>
duke@2 55 <ul>
ohair@13 56 <li><a href="#bootjdk">Bootstrap JDK</a> </li>
ohair@13 57 <li><a href="#binaryplugs">Binary Plugs</a> </li>
ohair@13 58 <li><a href="#importjdk">Optional Import JDK</a> </li>
ohair@25 59 <li><a href="#ant">Ant</a> </li>
ohair@13 60 <li><a href="#cacerts">Certificate Authority File (cacert)</a> </li>
ohair@13 61 <li><a href="#compilers">Compilers</a>
ohair@13 62 <ul>
ohair@13 63 <li><a href="#msvc">Microsoft Visual Studio</a> </li>
ohair@13 64 <li><a href="#mssdk">Microsoft Platform SDK</a> </li>
ohair@13 65 <li><a href="#gcc">Linux gcc/binutils</a> </li>
ohair@13 66 <li><a href="#studio">Sun Studio</a> </li>
ohair@13 67 </ul>
ohair@13 68 </li>
ohair@13 69 <li><a href="#zip">Zip and Unzip</a> </li>
ohair@13 70 <li><a href="#freetype">FreeType2 Fonts</a> </li>
peterz@74 71 <li><a href="#jibx">JIBX Libraries</a> </li>
ohair@13 72 <li>Linux and Solaris:
ohair@13 73 <ul>
ohair@13 74 <li><a href="#cups">CUPS Include files</a> </li>
ohair@13 75 </ul>
ohair@13 76 </li>
ohair@13 77 <li>Linux only:
ohair@13 78 <ul>
ohair@13 79 <li><a href="#alsa">ALSA files</a> </li>
ohair@13 80 </ul>
ohair@13 81 </li>
ohair@13 82 <li>Windows only:
ohair@13 83 <ul>
ohair@13 84 <li>Unix Command Tools (<a href="#cygwin">CYGWIN</a>)</li>
ohair@13 85 <li><a href="#dxsdk">DirectX 9.0 SDK</a> </li>
ohair@13 86 </ul>
ohair@13 87 </li>
duke@2 88 </ul>
ohair@13 89 </ul>
ohair@13 90 </li>
ohair@13 91 <li><a href="#creating">Creating the Build</a> </li>
ohair@13 92 <li><a href="#testing">Testing the Build</a> </li>
ohair@13 93 <li><a href="#variables">Environment/Make Variables</a></li>
ohair@13 94 <li><a href="#troubleshooting">Troubleshooting</a></li>
ohair@13 95 </ul>
ohair@13 96 </blockquote>
ohair@13 97 <!-- ------------------------------------------------------ -->
ohair@13 98 <hr>
ohair@13 99 <h2><a name="MBE">Minimum Build Environments</a></h2>
ohair@13 100 <blockquote>
ohair@13 101 This file often describes specific requirements for what we call the
ohair@49 102 "minimum build environments" (MBE) for this
ohair@49 103 specific release of the JDK,
ohair@13 104 Building with the MBE will generate the most compatible
ohair@13 105 bits that install on, and run correctly on, the most variations
ohair@13 106 of the same base OS and hardware architecture.
ohair@13 107 These usually represent what is often called the
ohair@13 108 least common denominator platforms.
ohair@13 109 It is understood that most developers will NOT be using these
ohair@13 110 specific platforms, and in fact creating these specific platforms
ohair@13 111 may be difficult due to the age of some of this software.
ohair@13 112 <p>
ohair@13 113 The minimum OS and C/C++ compiler versions needed for building the
ohair@13 114 OpenJDK:
ohair@13 115 <p>
ohair@13 116 <table border="1">
ohair@13 117 <thead>
ohair@13 118 <tr>
ohair@13 119 <th>Base OS and Architecture</th>
ohair@13 120 <th>OS</th>
ohair@49 121 <th>C/C++ Compiler</th>
ohair@13 122 </tr>
ohair@13 123 </thead>
ohair@13 124 <tbody>
ohair@13 125 <tr>
ohair@49 126 <td>Linux X86 (32-bit)</td>
ohair@49 127 <td>Fedora 9</td>
ohair@13 128 <td>gcc 4 </td>
ohair@13 129 </tr>
ohair@13 130 <tr>
ohair@49 131 <td>Linux X64 (64-bit)</td>
ohair@49 132 <td>Fedora 9</td>
ohair@13 133 <td>gcc 4 </td>
ohair@13 134 </tr>
ohair@13 135 <tr>
ohair@49 136 <td>Solaris SPARC (32-bit)</td>
ohair@13 137 <td>Solaris 10 + patches
ohair@13 138 <br>
ohair@13 139 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank">
ohair@13 140 SunSolve</a> for patch downloads.
ohair@13 141 </td>
ohair@30 142 <td>Sun Studio 12</td>
ohair@13 143 </tr>
ohair@13 144 <tr>
ohair@49 145 <td>Solaris SPARCV9 (64-bit)</td>
ohair@13 146 <td>Solaris 10 + patches
ohair@13 147 <br>
ohair@13 148 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank">
ohair@13 149 SunSolve</a> for patch downloads.
ohair@13 150 </td>
ohair@30 151 <td>Sun Studio 12</td>
ohair@13 152 </tr>
ohair@13 153 <tr>
ohair@49 154 <td>Solaris X86 (32-bit)</td>
ohair@13 155 <td>Solaris 10 + patches
ohair@13 156 <br>
ohair@13 157 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank">
ohair@13 158 SunSolve</a> for patch downloads.
ohair@13 159 </td>
ohair@30 160 <td>Sun Studio 12</td>
ohair@13 161 </tr>
ohair@13 162 <tr>
ohair@49 163 <td>Solaris X64 (64-bit)</td>
ohair@13 164 <td>Solaris 10 + patches
ohair@13 165 <br>
ohair@13 166 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank">
ohair@13 167 SunSolve</a> for patch downloads.
ohair@13 168 </td>
ohair@30 169 <td>Sun Studio 12</td>
ohair@13 170 </tr>
ohair@13 171 <tr>
ohair@49 172 <td>Windows X86 (32-bit)</td>
ohair@13 173 <td>Windows XP</td>
ohair@49 174 <td>Microsoft Visual Studio C++ 2008 Standard Edition</td>
ohair@13 175 </tr>
ohair@13 176 <tr>
ohair@49 177 <td>Windows X64 (64-bit)</td>
ohair@13 178 <td>Windows Server 2003 - Enterprise x64 Edition</td>
ohair@13 179 <td>Microsoft Platform SDK - April 2005</td>
ohair@13 180 </tr>
ohair@13 181 </tbody>
ohair@13 182 </table>
ohair@49 183 <p>
ohair@49 184 These same sources do indeed build on many more systems than the
ohair@49 185 above older generation systems, again the above is just a minimum.
ohair@49 186 <p>
ohair@49 187 Compilation problems with newer or different C/C++ compilers is a
ohair@49 188 common problem.
ohair@49 189 Similarly, compilation problems related to changes to the
ohair@49 190 <tt>/usr/include</tt> or system header files is also a
ohair@49 191 common problem with newer or unreleased OS versions.
ohair@49 192 Please report these types of problems as bugs so that they
ohair@49 193 can be dealt with accordingly.
ohair@13 194 </blockquote>
ohair@13 195 <!-- ------------------------------------------------------ -->
ohair@13 196 <hr>
ohair@13 197 <h2><a name="SDBE">Specific Developer Build Environments</a></h2>
ohair@13 198 <blockquote>
ohair@13 199 We won't be listing all the possible environments, but
ohair@13 200 we will try to provide what information we have available to us.
ohair@13 201 </blockquote>
ohair@13 202 <!-- ------------------------------------------------------ -->
ohair@41 203 <h3><a name="fedora">Fedora 9</a></h3>
ohair@13 204 <blockquote>
ohair@41 205 After installing
ohair@41 206 <a href="http://www.fedoraproject.org/">Fedora 9</a>
ohair@41 207 you need to make sure you have
ohair@41 208 the "Software Development" bundle installed, plus the
ohair@41 209 following packages:
ohair@41 210 <blockquote>
ohair@41 211 <ul>
ohair@41 212 <li>cups devel: Cups Development Package</li>
ohair@41 213 <li>freetype 2.3+ devel: Freetype 2.3 Development Package</li>
ohair@41 214 <li>hg: Mercurial, if you need to clone or manage source repositories</li>
ohair@41 215 <li>ksh: May be needed when using <tt>webrev</tt></li>
ohair@41 216 </ul>
ohair@41 217 </blockquote>
ohair@41 218 <p>
ohair@41 219 Always a good idea to do a complete Software Update/Refresh
ohair@41 220 after you get all the packages installed.
ohair@13 221 </blockquote>
ohair@13 222 <!-- ------------------------------------------------------ -->
ohair@41 223 <h3><a name="centos">CentOS 5.2</a></h3>
ohair@13 224 <blockquote>
ohair@41 225 After installing
ohair@41 226 <a href="http://www.centos.org/">CentOS 5.2</a>
ohair@41 227 you need to make sure you have
ohair@41 228 the following Development bundles installed:
ohair@41 229 <blockquote>
ohair@41 230 <ul>
ohair@41 231 <li>Development Libraries</li>
ohair@41 232 <li>Development Tools</li>
ohair@41 233 <li>Java Development</li>
ohair@41 234 <li>X Software Development</li>
ohair@41 235 </ul>
ohair@41 236 </blockquote>
ohair@41 237 <p>
ohair@41 238 Plus the following packages:
ohair@41 239 <blockquote>
ohair@41 240 <ul>
ohair@41 241 <li>cups devel: Cups Development Package</li>
ohair@41 242 <li>alsa devel: Alsa Development Package</li>
ohair@41 243 <li>ant: Ant Package</li>
ohair@41 244 <li>Xi devel: libXi.so Development Package</li>
ohair@41 245 </ul>
ohair@41 246 </blockquote>
ohair@41 247 <p>
ohair@41 248 The freetype 2.3 packages don't seem to be available,
ohair@41 249 but the freetype 2.3 sources can be downloaded, built,
ohair@41 250 and installed easily enough from
ohair@41 251 <a href="http://downloads.sourceforge.net/freetype">
ohair@41 252 the freetype site</a>.
ohair@41 253 Build and install with something like:
ohair@41 254 <blockquote>
ohair@41 255 <tt>./configure && make && sudo -u root make install</tt>
ohair@41 256 </blockquote>
ohair@41 257 <p>
ohair@41 258 Mercurial packages could not be found easily, but a Google
ohair@41 259 search should find ones, and they usually include Python if
ohair@41 260 it's needed.
ohair@13 261 </blockquote>
ohair@13 262 <!-- ------------------------------------------------------ -->
ohair@13 263 <h3><a name="ubuntu">Ubuntu</a></h3>
ohair@13 264 <blockquote>
ohair@13 265 In addition to needing the Bootstrap JDK and the Binary Plugs,
ohair@13 266 when building on Ubuntu you will need to
ohair@13 267 make sure certain packages are installed.
ohair@13 268 In particular, certain X11 packages, make, m4, gawk, gcc 4,
ohair@13 269 binutils, cups, freetype
ohair@13 270 and alsa.
ohair@13 271 <!-- ------------------------------------------------------ -->
ohair@13 272 <h4>Ubuntu 6.06</h4>
ohair@13 273 <p>
ohair@13 274 The following list of packages for Ubuntu 6.06 is a working set that
ohair@13 275 does appear to work.
ohair@13 276 <p>
ohair@13 277 <b>Note that it's quite possible that some of these
ohair@13 278 packages are not required, so anyone discovering that some of the
ohair@13 279 packages listed below are NOT required,
ohair@13 280 please let the
ohair@13 281 OpenJDK
ohair@13 282 team know.</b>
ohair@13 283 <p>
ohair@13 284 All the packages below can be installed with the
ohair@13 285 Synaptic Package manager provided with the base Ubuntu 6.06 release.
ohair@13 286 <blockquote>
ohair@13 287 <ul>
ohair@13 288 <li>binutils (2.16.1cvs20060117-1ubuntu2.1)</li>
ohair@13 289 <li>cpp (4:4.0.3-1)</li>
ohair@13 290 <li>cpp-4.0 (4.0.3-1ubuntu5)</li>
ohair@13 291 <li>libfreetype6-dev</li>
ohair@13 292 <li>g++ (4:4.0.3-1)</li>
ohair@13 293 <li>g++-4.0 (4.0.3-1ubuntu5)</li>
ohair@13 294 <li>gawk (1:3.1.5-2build1)</li>
ohair@13 295 <li>gcc (4:4.0.3-1)</li>
ohair@13 296 <li>gcc-4.0 (4.0.3-1ubuntu5)</li>
ohair@13 297 <li>libasound2-dev (1.0.10-2ubuntu4)</li>
ohair@13 298 <li>libc6 (2.3.6-0ubuntu20) to 2.3.6-0ubuntu20.4</li>
ohair@13 299 <li>libc6-dev (2.3.6-0ubuntu20.4)</li>
ohair@13 300 <li>libc6-i686 (2.3.6-0ubuntu20) to 2.3.6-0ubuntu20.4</li>
ohair@13 301 <li>libcupsys2-dev (1.2.2-0ubuntu0.6.06)</li>
ohair@13 302 <li>libgcrypt11-dev (1.2.2-1)</li>
ohair@13 303 <li>libgnutls-dev (1.2.9-2ubuntu1.1)</li>
ohair@13 304 <li>libgnutls12 (1.2.9-2ubuntu1) to 1.2.9-2ubuntu1.1</li>
ohair@13 305 <li>libgpg-error-dev (1.1-4)</li>
ohair@13 306 <li>libice-dev (2:1.0.0-0ubuntu2)</li>
ohair@13 307 <li>liblockfile1 (1.06.1)</li>
ohair@13 308 <li>libopencdk8-dev (0.5.7-2)</li>
ohair@13 309 <li>libpopt-dev (1.7-5)</li>
ohair@13 310 <li>libsm-dev (2:1.0.0-0ubuntu2)</li>
ohair@13 311 <li>libstdc++6-4.0-dev (4.0.3-1ubuntu5)</li>
ohair@13 312 <li>libtasn1-2-dev (0.2.17-1ubuntu1)</li>
ohair@13 313 <li>libx11-dev (2:1.0.0-0ubuntu9)</li>
ohair@13 314 <li>libxau-dev (1:1.0.0-0ubuntu4)</li>
ohair@13 315 <li>libxaw-headers (2:1.0.1-0ubuntu3)</li>
ohair@13 316 <li>libxaw7-dev (2:1.0.1-0ubuntu3)</li>
ohair@13 317 <li>libxdmcp-dev (1:1.0.0-0ubuntu2)</li>
ohair@13 318 <li>libxext-dev (2:1.0.0-0ubuntu4)</li>
ohair@13 319 <li>libxi-dev (2:1.0.0-0ubuntu3) </li>
ohair@13 320 <li>libxmu-dev (2:1.0.0-0ubuntu3)</li>
ohair@13 321 <li>libxmu-headers (2:1.0.0-0ubuntu3)</li>
ohair@13 322 <li>libxmuu-dev (2:1.0.0-0ubuntu3)</li>
ohair@13 323 <li>libxp-dev (6.8.2-11ubuntu2)</li>
ohair@13 324 <li>libxpm-dev (1:3.5.4.2-0ubuntu3)</li>
ohair@13 325 <li>libxrandr-dev (1:1.1.0.2-0ubuntu4)</li>
ohair@13 326 <li>libxt-dev (1:1.0.0-0ubuntu3)</li>
ohair@13 327 <li>libxtrap-dev (2:1.0.0-0ubuntu2)</li>
ohair@13 328 <li>libxtst-dev (2:1.0.1-0ubuntu2)</li>
ohair@13 329 <li>libxv-dev (2:1.0.1-0ubuntu3)</li>
ohair@13 330 <li>linux-kernel-headers (2.6.11.2-0ubuntu18)</li>
ohair@13 331 <li>m4 (1.4.4-1)</li>
ohair@13 332 <li>make (3.80+3.81.b4-1)</li>
ohair@13 333 <li>ssl-cert (1.0.13)</li>
ohair@13 334 <li>x-dev (7.0.4-0ubuntu2)</li>
ohair@13 335 <li>x11proto-core-dev (7.0.4-0ubuntu2)</li>
ohair@13 336 <li>x11proto-input-dev (1.3.2-0ubuntu2)</li>
ohair@13 337 <li>x11proto-kb-dev (1.0.2-0ubuntu2)</li>
ohair@13 338 <li>x11proto-randr-dev (1.1.2-0ubuntu2)</li>
ohair@13 339 <li>x11proto-record-dev (1.13.2-0ubuntu2)</li>
ohair@13 340 <li>x11proto-trap-dev (3.4.3-0ubuntu2)</li>
ohair@13 341 <li>x11proto-video-dev (2.2.2-0ubuntu2)</li>
ohair@13 342 <li>x11proto-xext-dev (7.0.2-0ubuntu2)</li>
ohair@13 343 <li>xlibs-dev (7.0.0-0ubuntu45)</li>
ohair@13 344 <li>zlib1g-dev (1:1.2.3-6ubuntu4)</li>
duke@2 345 </ul>
ohair@13 346 </blockquote>
ohair@13 347 <!-- ------------------------------------------------------ -->
ohair@13 348 <h4>Ubuntu 7.04</h4>
ohair@13 349 <p>
ohair@13 350 Using the Synaptic Package Manager, download the following
ohair@13 351 packages (double indented packages are automatically aquired
ohair@13 352 due to package dependencies):
ohair@13 353 <blockquote>
ohair@13 354 <ul>
ohair@13 355 <li>build-essential</li>
ohair@13 356 <ul>
ohair@13 357 <li>dpkg-dev</li>
ohair@13 358 <li>g++</li>
ohair@13 359 <li>g++-4.1</li>
ohair@13 360 <li>libc6-dev</li>
ohair@13 361 <li>libstdc++6.4.1-dev</li>
ohair@13 362 <li>linux-libc-dev</li>
ohair@13 363 </ul>
ohair@13 364 <li>gawk</li>
ohair@13 365 <li>m4</li>
ohair@13 366 <li>libasound2-dev</li>
ohair@13 367 <li>libcupsys2-dev</li>
ohair@13 368 <ul>
ohair@13 369 <li>libgcrypt11-dev</li>
ohair@13 370 <li>lgnutls-dev</li>
ohair@13 371 <li>libgpg-error-dev</li>
ohair@13 372 <li>liblzo-dev</li>
ohair@13 373 <li>libopencdk8-dev</li>
ohair@13 374 <li>libpopt-dev</li>
ohair@13 375 <li>libtasn1-3-dev</li>
ohair@13 376 <li>zlib1g-dev</li>
ohair@13 377 </ul>
ohair@13 378 <li>sun-java6-jdk</li>
ohair@13 379 <ul>
ohair@13 380 <li>java-common</li>
ohair@13 381 <li>libltdl3</li>
ohair@13 382 <li>odbcinst1debian1</li>
ohair@13 383 <li>sun-java6-bin</li>
ohair@13 384 <li>sun-java6-jre</li>
ohair@13 385 <li>unixodbc</li>
ohair@13 386 </ul>
ohair@13 387 <li>xlibs-dev</li>
ohair@13 388 <ul>
ohair@13 389 <li>(many)</li>
ohair@13 390 </ul>
ohair@13 391 <li>x11proto-print-dev</li>
ohair@13 392 <li>libxaw7-dev</li>
ohair@13 393 <ul>
ohair@13 394 <li>libxaw-headers</li>
ohair@13 395 </ul>
ohair@13 396 <li>libxp-dev</li>
ohair@13 397 <li>libfreetype6-dev</li>
ohair@13 398 </ul>
ohair@13 399 </blockquote>
ohair@13 400 </blockquote>
ohair@13 401 <!-- ------------------------------------------------------ -->
ohair@13 402 <hr>
ohair@13 403 <h2><a name="directories">Source Directory Structure</a></h2>
ohair@13 404 <blockquote>
ohair@13 405 <p>
ohair@13 406 The source code for the OpenJDK is delivered in a set of
ohair@13 407 directories:
ohair@13 408 <tt>hotspot</tt>,
ohair@13 409 <tt>langtools</tt>,
ohair@13 410 <tt>corba</tt>,
ohair@13 411 <tt>jaxws</tt>,
ohair@13 412 <tt>jaxp</tt>,
ohair@13 413 and
ohair@13 414 <tt>jdk</tt>.
ohair@13 415 The <tt>hotspot</tt> directory contains the source code and make
ohair@13 416 files for building the OpenJDK Hotspot Virtual Machine.
ohair@13 417 The <tt>langtools</tt> directory contains the source code and make
ohair@13 418 files for building the OpenJDK javac and language tools.
ohair@13 419 The <tt>corba</tt> directory contains the source code and make
ohair@13 420 files for building the OpenJDK Corba files.
ohair@13 421 The <tt>jaxws</tt> directory contains the source code and make
ohair@13 422 files for building the OpenJDK JAXWS files.
ohair@13 423 The <tt>jaxp</tt> directory contains the source code and make
ohair@13 424 files for building the OpenJDK JAXP files.
ohair@13 425 The <tt>jdk</tt> directory contains the source code and make files for
ohair@13 426 building the OpenJDK runtime libraries and misc files.
ohair@13 427 The top level <tt>Makefile</tt>
ohair@13 428 is used to build the entire OpenJDK.
ohair@13 429 </blockquote>
ohair@13 430 <!-- ------------------------------------------------------ -->
ohair@13 431 <hr>
ohair@13 432 <h2><a name="building">Build Information</a></h2>
ohair@13 433 <blockquote>
ohair@13 434 Building the OpenJDK
ohair@13 435 is done with a <tt><i>gmake</i></tt>
ohair@13 436 command line and various
ohair@13 437 environment or make variable settings that direct the make rules
ohair@13 438 to where various components have been installed.
ohair@13 439 Where possible the makefiles will attempt to located the various
ohair@13 440 components in the default locations or any component specific
ohair@13 441 variable settings.
ohair@13 442 When the normal defaults fail or components cannot be found,
ohair@13 443 the various
ohair@13 444 <tt>ALT_*</tt> variables (alternates)
ohair@13 445 can be used to help the makefiles locate components.
ohair@13 446 <p>
ohair@13 447 Refer to the bash/sh/ksh setup file
ohair@13 448 <tt>jdk/make/jdk_generic_profile.sh</tt>
ohair@13 449 if you need help in setting up your environment variables.
ohair@13 450 A build could be as simple as:
ohair@13 451 <blockquote>
ohair@13 452 <pre><tt>
duke@2 453 bash
duke@2 454 . jdk/make/jdk_generic_profile.sh
duke@2 455 <i>gmake</i> sanity &amp;&amp; <i>gmake</i>
ohair@13 456 </tt></pre>
ohair@13 457 </blockquote>
ohair@13 458 <p>
ohair@13 459 Of course ksh or sh would work too.
ohair@13 460 But some customization will probably be necessary.
ohair@13 461 The <tt>sanity</tt> rule will make some basic checks on build
ohair@13 462 dependencies and generate appropriate warning messages
ohair@13 463 regarding missing, out of date, or newer than expected components
ohair@13 464 found on your system.
ohair@13 465 </blockquote>
ohair@13 466 <!-- ------------------------------------------------------ -->
ohair@13 467 <hr>
ohair@13 468 <h3><a name="gmake">GNU make (<tt><i>gmake</i></tt>)</a></h3>
ohair@13 469 <blockquote>
ohair@13 470 The Makefiles in the OpenJDK are only valid when used with the
ohair@13 471 GNU version of the utility command <tt>make</tt>
ohair@13 472 (<tt><i>gmake</i></tt>).
ohair@13 473 A few notes about using GNU make:
ohair@13 474 <ul>
ohair@13 475 <li>
ohair@13 476 In general, you need GNU make version 3.78.1 or newer.
ohair@13 477 </li>
ohair@13 478 <li>
ohair@13 479 Place the location of the GNU make binary in the <tt>PATH</tt>.
ohair@13 480 </li>
ohair@13 481 <li>
ohair@13 482 <strong>Linux:</strong>
ohair@13 483 The <tt>/usr/bin/make</tt> command should work fine for you.
ohair@13 484 </li>
ohair@13 485 <li>
ohair@13 486 <strong>Solaris:</strong>
ohair@13 487 Do NOT use <tt>/usr/bin/make</tt> on Solaris.
ohair@13 488 If your Solaris system has the software
ohair@13 489 from the Solaris Companion CD installed,
ohair@13 490 you should use <tt>gmake</tt>
ohair@13 491 which will be located in either the <tt>/opt/sfw/bin</tt> or
ohair@13 492 <tt>/usr/sfw/bin</tt> directory.
ohair@25 493 In more recent versions of Solaris GNU make can be found
ohair@25 494 at <tt>/usr/bin/gmake</tt>.
ohair@13 495 </li>
ohair@13 496 <li>
ohair@13 497 <strong>Windows:</strong>
ohair@13 498 Make sure you start your build inside a bash/sh/ksh shell.
ohair@13 499 <br>
ohair@13 500 <b>WARNING:</b> Watch out for make version 3.81, it may
ohair@25 501 not work due to a lack of support for MS-DOS drive letter paths
ohair@25 502 like <tt>C:/</tt> or <tt>C:\</tt>.
ohair@13 503 Use a 3.80 version, or find a newer
ohair@49 504 version that has this problem fixed.
ohair@13 505 The older 3.80 version of make.exe can be downloaded with this
ohair@13 506 <a href="http://cygwin.paracoda.com/release/make/make-3.80-1.tar.bz2" target="_blank">
ohair@13 507 link</a>.
ohair@25 508 Use of this older 3.80 make.exe may require that you install the
ohair@25 509 libintl2.dll library or libintl2 cygwin package which is
ohair@25 510 no longer installed by default by the cygwin installer.
ohair@25 511 <br>
ohair@13 512 Also see the
ohair@13 513 <a href="http://developer.mozilla.org/en/docs/Windows_build_prerequisites_using_cygwin#make" target="_blank">
ohair@13 514 mozilla developer center</a>
ohair@13 515 on this topic.
ohair@25 516 <br>
ohair@25 517 It's hoped that when make 3.82 starts shipping in a future cygwin
ohair@25 518 release that this MS-DOS path issue will be fixed.
ohair@25 519 In addition to the above 3.80 make.exe you can download
ohair@25 520 this
ohair@25 521 <a href="http://www.cmake.org/files/cygwin/make.exe">
ohair@25 522 www.cmake.org make.exe</a> which will not have a libintl2.dll
ohair@25 523 dependency.
ohair@13 524 </li>
ohair@13 525 </ul>
ohair@13 526 <p>
ohair@13 527 Information on GNU make, and access to ftp download sites, are
ohair@13 528 available on the
ohair@13 529 <a href="http://www.gnu.org/software/make/make.html" target="_blank">
ohair@13 530 GNU make web site
ohair@13 531 </a>.
ohair@13 532 The latest source to GNU make is available at
ohair@13 533 <a href="http://ftp.gnu.org/pub/gnu/make/" target="_blank">
ohair@13 534 ftp.gnu.org/pub/gnu/make/</a>.
ohair@13 535 </blockquote>
ohair@13 536 <!-- ------------------------------------------------------ -->
ohair@13 537 <hr>
ohair@13 538 <h3><a name="linux">Basic Linux System Setup</a></h3>
ohair@13 539 <blockquote>
ohair@13 540 <strong>i586 only:</strong>
ohair@13 541 The minimum recommended hardware for building the Linux version
ohair@13 542 is a Pentium class processor or better, at least 256 MB of RAM, and
ohair@13 543 approximately 1.5 GB of free disk space.
ohair@13 544 <p>
ohair@13 545 <strong>X64 only:</strong>
ohair@13 546 The minimum recommended hardware for building the Linux
ohair@13 547 version is an AMD Opteron class processor, at least 512 MB of RAM, and
ohair@13 548 approximately 4 GB of free disk space.
ohair@13 549 <p>
ohair@13 550 The build will use the tools contained in
ohair@13 551 <tt>/bin</tt> and
ohair@13 552 <tt>/usr/bin</tt>
ohair@13 553 of a standard installation of the Linux operating environment.
ohair@13 554 You should ensure that these directories are in your
ohair@13 555 <tt>PATH</tt>.
ohair@13 556 <p>
ohair@13 557 Note that some Linux systems have a habit of pre-populating
ohair@13 558 your environment variables for you, for example <tt>JAVA_HOME</tt>
ohair@13 559 might get pre-defined for you to refer to the JDK installed on
ohair@13 560 your Linux system.
ohair@13 561 You will need to unset <tt>JAVA_HOME</tt>.
ohair@13 562 It's a good idea to run <tt>env</tt> and verify the
ohair@13 563 environment variables you are getting from the default system
ohair@13 564 settings make sense for building the
ohair@13 565 OpenJDK.
ohair@13 566 </blockquote>
ohair@13 567 <!-- ------------------------------------------------------ -->
ohair@13 568 <h4><a name="linux_checklist">Basic Linux Check List</a></h4>
ohair@13 569 <blockquote>
ohair@13 570 <ol>
ohair@13 571 <li>
ohair@13 572 Install the
ohair@13 573 <a href="#bootjdk">Bootstrap JDK</a>, set
ohair@13 574 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
ohair@13 575 </li>
ohair@13 576 <li>
ohair@13 577 Install the
ohair@13 578 <a href="#binaryplugs">Binary Plugs</a>, set
ohair@13 579 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>.
ohair@13 580 </li>
ohair@13 581 <li>
ohair@13 582 <a href="#importjdk">Optional Import JDK</a>, set
ohair@13 583 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
ohair@13 584 </li>
ohair@13 585 <li>
ohair@13 586 Install or upgrade the <a href="#freetype">FreeType development
ohair@13 587 package</a>.
ohair@13 588 </li>
ohair@25 589 <li>
peterz@74 590 Install the
peterz@74 591 <a href="#jibx">JIBX Libraries</a>, set
peterz@74 592 <tt><a href="#ALT_JIBX_LIBS_PATH">ALT_JIBX_LIBS_PATH</a></tt>.
peterz@74 593 </li>
peterz@74 594 <li>
ohair@25 595 Install
ohair@49 596 <a href="#ant">Ant</a>,
ohair@49 597 make sure it is in your PATH.
ohair@25 598 </li>
ohair@13 599 </ol>
ohair@13 600 </blockquote>
ohair@13 601 <!-- ------------------------------------------------------ -->
ohair@13 602 <hr>
ohair@13 603 <h3><a name="solaris">Basic Solaris System Setup</a></h3>
ohair@13 604 <blockquote>
ohair@13 605 The minimum recommended hardware for building the
ohair@13 606 Solaris SPARC version is an UltraSPARC with 512 MB of RAM.
ohair@13 607 For building
ohair@13 608 the Solaris x86 version, a Pentium class processor or better and at
ohair@13 609 least 512 MB of RAM are recommended.
ohair@13 610 Approximately 1.4 GB of free disk
ohair@13 611 space is needed for a 32-bit build.
ohair@13 612 <p>
ohair@49 613 If you are building the 64-bit version, you should
ohair@13 614 run the command "isainfo -v" to verify that you have a
ohair@13 615 64-bit installation, it should say <tt>sparcv9</tt> or
ohair@13 616 <tt>amd64</tt>.
ohair@13 617 An additional 7 GB of free disk space is needed
ohair@13 618 for a 64-bit build.
ohair@13 619 <p>
ohair@13 620 The build uses the tools contained in <tt>/usr/ccs/bin</tt>
ohair@13 621 and <tt>/usr/bin</tt> of a standard developer or full installation of
ohair@13 622 the Solaris operating environment.
ohair@13 623 <p>
ohair@13 624 Solaris patches specific to the JDK can be downloaded from the
ohair@13 625 <a href="http://sunsolve.sun.com/show.do?target=patches/JavaSE" target="_blank">
ohair@13 626 SunSolve JDK Solaris patches download page</a>.
ohair@13 627 You should ensure that the latest patch cluster for
ohair@13 628 your version of the Solaris operating environment has also
ohair@13 629 been installed.
ohair@13 630 </blockquote>
ohair@13 631 <!-- ------------------------------------------------------ -->
ohair@13 632 <h4><a name="solaris_checklist">Basic Solaris Check List</a></h4>
ohair@13 633 <blockquote>
ohair@13 634 <ol>
ohair@13 635 <li>
ohair@13 636 Install the
ohair@13 637 <a href="#bootjdk">Bootstrap JDK</a>, set
ohair@13 638 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
ohair@13 639 </li>
ohair@13 640 <li>
ohair@13 641 Install the
ohair@13 642 <a href="#binaryplugs">Binary Plugs</a>, set
ohair@13 643 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>.
ohair@13 644 </li>
ohair@13 645 <li>
ohair@13 646 <a href="#importjdk">Optional Import JDK</a>, set
ohair@13 647 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
ohair@13 648 </li>
ohair@13 649 <li>
ohair@13 650 Install the
ohair@13 651 <a href="#studio">Sun Studio Compilers</a>, set
ohair@13 652 <a href="#ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a>.
ohair@13 653 </li>
ohair@13 654 <li>
ohair@13 655 Install the
ohair@13 656 <a href="#cups">CUPS Include files</a>, set
ohair@13 657 <tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>.
ohair@13 658 </li>
ohair@25 659 <li>
peterz@74 660 Install the
peterz@74 661 <a href="#jibx">JIBX Libraries</a>, set
peterz@74 662 <tt><a href="#ALT_JIBX_LIBS_PATH">ALT_JIBX_LIBS_PATH</a></tt>.
peterz@74 663 </li>
peterz@74 664 <li>
ohair@25 665 Install
ohair@49 666 <a href="#ant">Ant</a>,
ohair@49 667 make sure it is in your PATH.
ohair@25 668 </li>
ohair@13 669 </ol>
ohair@13 670 </blockquote>
ohair@13 671 <!-- ------------------------------------------------------ -->
ohair@13 672 <hr>
ohair@13 673 <h3><a name="windows">Basic Windows System Setup</a></h3>
ohair@13 674 <blockquote>
ohair@13 675 <strong>i586 only:</strong>
ohair@49 676 The minimum recommended hardware for building the 32-bit or X86
ohair@13 677 Windows version is an Pentium class processor or better, at least
ohair@13 678 512 MB of RAM, and approximately 600 MB of free disk space.
ohair@13 679 <strong>
ohair@49 680 NOTE: The Windows build machines need to use the
ohair@13 681 file system NTFS.
ohair@13 682 Build machines formatted to FAT32 will not work
ohair@13 683 because FAT32 doesn't support case-sensitivity in file names.
ohair@13 684 </strong>
ohair@13 685 <p>
ohair@13 686 <strong>X64 only:</strong>
ohair@13 687 The minimum recommended hardware for building
ohair@13 688 the Windows X64 version is an AMD Opteron class processor, at least 1
ohair@13 689 GB of RAM, and approximately 10 GB of free disk space.
ohair@13 690 </blockquote>
ohair@13 691 <!-- ------------------------------------------------------ -->
ohair@13 692 <h4><a name="paths">Windows Paths</a></h4>
ohair@13 693 <blockquote>
duke@2 694 <strong>Windows:</strong>
ohair@13 695 Note that GNU make is a historic utility and is based very
ohair@13 696 heavily on shell scripting, so it does not tolerate the Windows habit
ohair@13 697 of having spaces in pathnames or the use of the <tt>\</tt>characters in pathnames.
ohair@13 698 Luckily on most Windows systems, you can use <tt>/</tt>instead of \, and
ohair@13 699 there is always a 'short' pathname without spaces for any path that
ohair@13 700 contains spaces.
ohair@13 701 Unfortunately, this short pathname can be somewhat dynamic and the
ohair@13 702 formula is difficult to explain.
ohair@13 703 You can use <tt>cygpath</tt> utility to map pathnames with spaces
ohair@13 704 or the <tt>\</tt>character into the <tt>C:/</tt> style of pathname
ohair@13 705 (called 'mixed'), e.g.
ohair@13 706 <tt>cygpath -s -m "<i>path</i>"</tt>.
ohair@13 707 <p>
ohair@13 708 The makefiles will try to translate any pathnames supplied
ohair@13 709 to it into the <tt>C:/</tt> style automatically.
ohair@13 710 <p>
ohair@13 711 Note that use of CYGWIN creates a unique problem with regards to
ohair@13 712 setting <a href="#path"><tt>PATH</tt></a>. Normally on Windows
ohair@13 713 the <tt>PATH</tt> variable contains directories
ohair@13 714 separated with the ";" character (Solaris and Linux uses ":").
ohair@13 715 With CYGWIN, it uses ":", but that means that paths like "C:/path"
ohair@13 716 cannot be placed in the CYGWIN version of <tt>PATH</tt> and
ohair@13 717 instead CYGWIN uses something like <tt>/cygdrive/c/path</tt>
ohair@13 718 which CYGWIN understands, but only CYGWIN understands.
ohair@13 719 So be careful with paths on Windows.
ohair@13 720 </blockquote>
ohair@13 721 <!-- ------------------------------------------------------ -->
ohair@13 722 <h4><a name="windows_checklist">Basic Windows Check List</a></h4>
duke@2 723 <blockquote>
ohair@13 724 <ol>
ohair@13 725 <li>
ohair@13 726 Install the
ohair@13 727 <a href="#cygwin">CYGWIN product</a>.
ohair@13 728 </li>
ohair@13 729 <li>
ohair@13 730 Install the
ohair@13 731 <a href="#bootjdk">Bootstrap JDK</a>, set
ohair@13 732 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
ohair@13 733 </li>
ohair@13 734 <li>
ohair@13 735 Install the
ohair@13 736 <a href="#binaryplugs">Binary Plugs</a>, set
ohair@13 737 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>..
ohair@13 738 </li>
ohair@13 739 <li>
ohair@13 740 <a href="#importjdk">Optional Import JDK</a>, set
ohair@13 741 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
ohair@13 742 </li>
ohair@13 743 <li>
ohair@13 744 Install the
ohair@49 745 <a href="#msvc">Microsoft Visual Studio Compilers</a> (32-bit).
ohair@49 746 </li>
ohair@49 747 <li>
ohair@49 748 Install the
ohair@49 749 <a href="#mssdk">Microsoft Platform SDK</a>.
ohair@13 750 </li>
ohair@13 751 <li>
ohair@13 752 Setup all environment variables for compilers
ohair@13 753 (see <a href="#msvc">compilers</a>).
ohair@13 754 </li>
ohair@13 755 <li>
ohair@13 756 Install
ohair@13 757 <a href="#dxsdk">Microsoft DirectX SDK</a>.
ohair@13 758 </li>
ohair@25 759 <li>
peterz@74 760 Install the
peterz@74 761 <a href="#jibx">JIBX Libraries</a>, set
peterz@74 762 <tt><a href="#ALT_JIBX_LIBS_PATH">ALT_JIBX_LIBS_PATH</a></tt>.
peterz@74 763 </li>
peterz@74 764 <li>
ohair@25 765 Install
ohair@49 766 <a href="#ant">Ant</a>,
ohair@49 767 make sure it is in your PATH and set
ohair@25 768 <tt><a href="#ANT_HOME">ANT_HOME</a></tt>.
ohair@25 769 </li>
ohair@13 770 </ol>
duke@2 771 </blockquote>
ohair@13 772 <!-- ------------------------------------------------------ -->
ohair@13 773 <hr>
ohair@13 774 <h3><a name="dependencies">Build Dependencies</a></h3>
duke@2 775 <blockquote>
ohair@13 776 Depending on the platform, the OpenJDK build process has some basic
ohair@13 777 dependencies on components not part of the OpenJDK sources.
ohair@13 778 Some of these are specific to a platform, some even specific to
ohair@13 779 an architecture.
ohair@13 780 Each dependency will have a set of ALT variables that can be set
ohair@13 781 to tell the makefiles where to locate the component.
ohair@13 782 In most cases setting these ALT variables may not be necessary
ohair@13 783 and the makefiles will find defaults on the system in standard
ohair@13 784 install locations or through component specific variables.
ohair@13 785 <!-- ------------------------------------------------------ -->
ohair@13 786 <h4><a name="bootjdk">Bootstrap JDK</a></h4>
ohair@13 787 <blockquote>
ohair@13 788 All OpenJDK builds require access to the previously released
ohair@13 789 JDK 6, this is often called a bootstrap JDK.
ohair@13 790 The JDK 6 binaries can be downloaded from Sun's
ohair@13 791 <a href="http://java.sun.com/javase/1.6.0/download.html" target="_blank">JDK 6 download site</a>.
ohair@13 792 For build performance reasons
ohair@13 793 is very important that this bootstrap JDK be made available on the
ohair@13 794 local disk of the machine doing the build.
ohair@13 795 You should always set
ohair@13 796 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>
ohair@13 797 to point to the location of
ohair@13 798 the bootstrap JDK installation, this is the directory pathname
ohair@13 799 that contains a <tt>bin, lib, and include</tt>
ohair@13 800 It's also a good idea to also place its <tt>bin</tt> directory
ohair@13 801 in the <tt>PATH</tt> environment variable, although it's
ohair@13 802 not required.
ohair@13 803 <p>
ohair@13 804 <strong>Solaris:</strong>
ohair@13 805 Some pre-installed JDK images may be available to you in the
ohair@13 806 directory <tt>/usr/jdk/instances</tt>.
ohair@13 807 If you don't set
ohair@13 808 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>
ohair@13 809 the makefiles will look in that location for a JDK it can use.
ohair@13 810 </blockquote>
ohair@13 811 <!-- ------------------------------------------------------ -->
ohair@13 812 <h4><a name="binaryplugs">Binary Plugs</a></h4>
ohair@13 813 <blockquote>
ohair@13 814 Not all of the source code that makes up the JDK is available
ohair@13 815 under an open-source license.
ohair@13 816 This is a temporary situation and these binary plugs will be
ohair@13 817 replaced with fully open source replacements as soon as possible.
ohair@13 818 So currently, in order to build a complete OpenJDK image,
ohair@13 819 you must first download and install the appropriate
ohair@13 820 binary plug bundles for the OpenJDK, go to the
ohair@13 821 <a href="http://openjdk.java.net" target="_blank">OpenJDK</a> site and select
ohair@49 822 the
ohair@49 823 "<b>Bundles(7)</b>"
ohair@49 824 link and download the binaryplugs for
ohair@13 825 your particular platform.
ohair@13 826 The file downloaded is a jar file that must be extracted by running
ohair@13 827 the jar file with:
ohair@13 828 <blockquote>
ohair@13 829 <pre>
ohair@13 830 <tt><b>java -jar jdk-7-ea-plug-b<i>nn</i>-<i>os</i>-<i>arch</i>-<i>dd</i>_<i>month</i>_<i>year</i>.jar</b></tt>
ohair@13 831 </pre>
ohair@13 832 </blockquote>
ohair@13 833 A prompt will be issued for acceptance of these binary plug files.
ohair@13 834 During the OpenJDK build process these "binary plugs"
ohair@13 835 for the encumbered components will be copied into your
ohair@13 836 resulting OpenJDK binary build image.
ohair@13 837 These binary plug files are only for the purpose of
ohair@13 838 building an OpenJDK binary.
ohair@13 839 Make sure you set
ohair@13 840 <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>
ohair@13 841 to the root of this installation.
ohair@13 842 </blockquote>
ohair@13 843 <!-- ------------------------------------------------------ -->
ohair@13 844 <h4><a name="importjdk">Optional Import JDK</a></h4>
ohair@13 845 <blockquote>
ohair@13 846 The <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>
ohair@13 847 setting is only needed if you are not building the entire
ohair@13 848 JDK. For example, if you have built the entire JDK once, and
ohair@13 849 wanted to avoid repeatedly building the Hotspot VM, you could
ohair@13 850 set this to the location of the previous JDK install image
ohair@13 851 and the build will copy the needed files from this import area.
ohair@13 852 </blockquote>
ohair@13 853 <!-- ------------------------------------------------------ -->
ohair@25 854 <h4><a name="ant">Ant</a></h4>
ohair@25 855 <blockquote>
ohair@25 856 All OpenJDK builds require access to least Ant 1.6.5.
ohair@25 857 The Ant tool is available from the
ohair@51 858 <a href="http://ant.apache.org" target="_blank">
ohair@25 859 Ant download site</a>.
ohair@49 860 You should always make sure <tt>ant</tt> is in your PATH, and
ohair@49 861 on Windows you may also need to set
ohair@25 862 <tt><a href="#ANT_HOME">ANT_HOME</a></tt>
ohair@25 863 to point to the location of
ohair@25 864 the Ant installation, this is the directory pathname
ohair@25 865 that contains a <tt>bin and lib</tt>.
ohair@25 866 </blockquote>
ohair@25 867 <!-- ------------------------------------------------------ -->
ohair@13 868 <h4><a name="cacerts">Certificate Authority File (cacert)</a></h4>
ohair@13 869 <blockquote>
ohair@13 870 See <a href="http://en.wikipedia.org/wiki/Certificate_Authority" target="_blank">
ohair@13 871 http://en.wikipedia.org/wiki/Certificate_Authority</a>
ohair@13 872 for a better understanding of the Certificate Authority (CA).
ohair@13 873 A certificates file named "cacerts"
ohair@13 874 represents a system-wide keystore with CA certificates.
ohair@13 875 In JDK and JRE
ohair@13 876 binary bundles, the "cacerts" file contains root CA certificates from
ohair@13 877 several public CAs (e.g., VeriSign, Thawte, and Baltimore).
ohair@13 878 The source contain a cacerts file
ohair@13 879 without CA root certificates.
ohair@13 880 Formal JDK builders will need to secure
ohair@13 881 permission from each public CA and include the certificates into their
ohair@13 882 own custom cacerts file.
ohair@13 883 Failure to provide a populated cacerts file
ohair@13 884 will result in verification errors of a certificate chain during runtime.
ohair@13 885 The variable
ohair@13 886 <tt><a href="#ALT_CACERTS_FILE">ALT_CACERTS_FILE</a></tt>
ohair@13 887 can be used to override the default location of the
ohair@13 888 cacerts file that will get placed in your build.
ohair@13 889 By default an empty cacerts file is provided and that should be
ohair@13 890 fine for most JDK developers.
ohair@13 891 </blockquote>
ohair@13 892 <!-- ------------------------------------------------------ -->
peterz@74 893 <h4><a name="jibx">JIBX</a></h4>
peterz@74 894 <blockquote>
peterz@74 895 JIBX libraries version 1.1.5 is required for building the OpenJDK.
peterz@74 896 Namely, the following JAR files from the JIBX distribution package
peterz@74 897 are required:
peterz@74 898 <ul>
peterz@74 899 <li>bcel.jar
peterz@74 900 <li>jibx-bind.jar
peterz@74 901 <li>jibx-run.jar
peterz@74 902 <li>xpp3.jar
peterz@74 903 </ul>
peterz@74 904 <p>
peterz@74 905 You can download the package from the
peterz@74 906 <a href="http://jibx.sourceforge.net" target="_blank">JIBX site</a>.
peterz@74 907 <p>
peterz@74 908 You will need to set the
peterz@74 909 <tt><a href="#ALT_JIBX_LIBS_PATH">ALT_JIBX_LIBS_PATH</a></tt>
peterz@74 910 environment variable to refer to place where the JAR files,
peterz@74 911 above, are located.
peterz@74 912 </blockquote>
peterz@74 913 <!-- ------------------------------------------------------ -->
ohair@13 914 <h4><a name="compilers">Compilers</a></h4>
ohair@13 915 <blockquote>
ohair@13 916 <strong><a name="gcc">Linux gcc/binutils</a></strong>
ohair@13 917 <blockquote>
ohair@49 918 The GNU gcc compiler version should be 4 or newer.
ohair@13 919 The compiler used should be the default compiler installed
ohair@13 920 in <tt>/usr/bin</tt>.
ohair@13 921 </blockquote>
ohair@13 922 <strong><a name="studio">Solaris: Sun Studio</a></strong>
ohair@13 923 <blockquote>
ohair@13 924 At a minimum, the
ohair@13 925 <a href="http://developers.sun.com/sunstudio/index.jsp" target="_blank">
ohair@30 926 Sun Studio 12 Compilers</a>
ohair@30 927 (containing version 5.9 of the C and C++ compilers) is required,
ohair@13 928 with patches from the
ohair@13 929 <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-access" target="_blank">
ohair@13 930 SunSolve web site</a>.
ohair@13 931 <p>
ohair@13 932 Set
ohair@13 933 <a href="#ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a>
ohair@13 934 to point to the location of
ohair@13 935 the compiler binaries, and place this location in the <tt>PATH</tt>.
ohair@13 936 <p>
ohair@13 937 The Sun Studio Express compilers at:
ohair@13 938 <a href="http://developers.sun.com/sunstudio/downloads/express.jsp" target="_blank">
ohair@13 939 Sun Studio Express Download site</a>
ohair@13 940 are also an option, although these compilers have not
ohair@13 941 been extensively used yet.
ohair@13 942 </blockquote>
ohair@49 943 <strong><a name="msvc">Windows i586: Microsoft Visual Studio Compilers</a></strong>
ohair@13 944 <blockquote>
ohair@13 945 The 32-bit OpenJDK Windows build
ohair@49 946 requires
ohair@49 947 Microsoft Visual Studio C++ 2008 (VS2008) Standard
ohair@13 948 Edition compiler.
ohair@13 949 The compiler and other tools are expected to reside
ohair@49 950 in the location defined by the variable
ohair@49 951 <tt>VS90COMNTOOLS</tt> which
ohair@49 952 is set by the Microsoft Visual Studio installer.
ohair@13 953 <p>
ohair@13 954 Once the compiler is installed,
ohair@13 955 it is recommended that you run <tt>VCVARS32.BAT</tt>
ohair@13 956 to set the compiler environment variables
ohair@13 957 <tt>INCLUDE</tt>,
ohair@13 958 <tt>LIB</tt>, and
ohair@13 959 <tt>PATH</tt>
ohair@13 960 prior to building the
ohair@13 961 OpenJDK.
ohair@13 962 The above environment variables <b>MUST</b> be set.
ohair@13 963 <p>
ohair@41 964 <b>WARNING:</b> Make sure you check out the
ohair@41 965 <a href="#cygwin">CYGWIN link.exe WARNING</a>.
ohair@41 966 The path <tt>/usr/bin</tt> must be after the path to the
ohair@41 967 Visual Studio product.
ohair@13 968 </blockquote>
ohair@49 969 <strong><a name="mssdk">Windows: Microsoft Platform SDK</a></strong>
ohair@13 970 <blockquote>
ohair@13 971 On <b>X64</b>, the Microsoft Platform Software
ohair@13 972 Development Kit (SDK), April 2005 Edition compiler,
ohair@13 973 is required for building the OpenJDK
ohair@13 974 because it contains the C/C++ compiler.
ohair@13 975 You will need to minimally install the Core SDK and
ohair@13 976 the MDAC SDK features of this compiler.
ohair@13 977 <p>
ohair@13 978 Once the Platform SDK is installed,
ohair@13 979 it is recommended that you run <tt>SetEnv.Cmd /X64</tt>
ohair@13 980 to set the compiler environment variables
ohair@13 981 <tt>MSSDK</tt>,
ohair@13 982 <tt>MSTOOLS</tt>,
ohair@13 983 <tt>INCLUDE</tt>,
ohair@13 984 <tt>LIB</tt>, and
ohair@13 985 <tt>PATH</tt>
ohair@13 986 prior to building the
ohair@13 987 OpenJDK.
ohair@13 988 The above environment variables <b>MUST</b> be set.
ohair@13 989 <p>
ohair@49 990 This Platform SDK compiler is only used on X64 builds
ohair@49 991 but other parts of the Platform SDK may be used
ohair@49 992 for the X86 builds.
ohair@13 993 </blockquote>
ohair@13 994 </blockquote>
ohair@13 995 <!-- ------------------------------------------------------ -->
ohair@13 996 <h4><a name="zip">Zip and Unzip</a></h4>
ohair@13 997 <blockquote>
ohair@13 998 Version 2.2 (November 3rd 1997) or newer of the zip utility
ohair@13 999 and version 5.12 or newer of the unzip utility is needed
ohair@13 1000 to build the JDK.
ohair@13 1001 With Solaris, Linux, and Windows CYGWIN, the zip and unzip
ohair@13 1002 utilities installed on the system should be fine.
ohair@13 1003 Information and the source code for
ohair@13 1004 ZIP.EXE and UNZIP.EXE is available on the
ohair@13 1005 <a href="http://www.info-zip.org"
ohair@13 1006 target="_blank">info-zip web site</a>.
ohair@13 1007 </blockquote>
ohair@13 1008 <!-- ------------------------------------------------------ -->
ohair@13 1009 <h4><a name="cups">Common UNIX Printing System (CUPS) Headers (Solaris &amp; Linux)</a></h4>
ohair@13 1010 <blockquote>
ohair@13 1011 <strong>Solaris:</strong>
ohair@13 1012 CUPS header files are required for building the
ohair@13 1013 OpenJDK on Solaris.
ohair@13 1014 The Solaris header files can be obtained by installing
ohair@13 1015 the package <strong>SFWcups</strong> from the Solaris Software
ohair@13 1016 Companion CD/DVD, these often will be installed into
ohair@13 1017 <tt>/opt/sfw/cups</tt>.
ohair@13 1018 <p>
ohair@13 1019 <strong>Linux:</strong>
ohair@13 1020 CUPS header files are required for building the
ohair@13 1021 OpenJDK on Linux.
ohair@13 1022 The Linux header files are usually available from a "cups"
ohair@13 1023 development package, it's recommended that you try and use
ohair@13 1024 the package provided by the particular version of Linux that
ohair@13 1025 you are using.
ohair@13 1026 <p>
ohair@13 1027 The CUPS header files can always be downloaded from
ohair@13 1028 <a href="http://www.cups.org" target="_blank">www.cups.org</a>.
ohair@13 1029 The variable
ohair@13 1030 <tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>
ohair@13 1031 can be used to override the default location of the
ohair@13 1032 CUPS Header files.
ohair@13 1033 </blockquote>
ohair@13 1034 <!-- ------------------------------------------------------ -->
ohair@13 1035 <h4><a name="freetype">FreeType 2</a></h4>
ohair@13 1036 <blockquote>
ohair@13 1037 Version 2.3 or newer of FreeType is required for building the OpenJDK.
ohair@13 1038 On Unix systems required files can be available as part of your
ohair@13 1039 distribution (while you still may need to upgrade them).
ohair@13 1040 Note that you need development version of package that
ohair@13 1041 includes both FreeType library and header files.
ohair@13 1042 <p>
ohair@13 1043 You can always download latest FreeType version from the
ohair@13 1044 <a href="http://www.freetype.org" target="_blank">FreeType website</a>.
ohair@13 1045 <p>
ohair@13 1046 Makefiles will try to pick FreeType from /usr/lib and /usr/include.
ohair@13 1047 In case it is installed elsewhere you will need to set environment
ohair@13 1048 variables
ohair@13 1049 <tt><a href="#ALT_FREETYPE_LIB_PATH">ALT_FREETYPE_LIB_PATH</a></tt>
ohair@13 1050 and
ohair@13 1051 <tt><a href="#ALT_FREETYPE_HEADERS_PATH">ALT_FREETYPE_HEADERS_PATH</a></tt>
ohair@13 1052 to refer to place where library and header files are installed.
ohair@25 1053 <p>
ohair@25 1054 Building the freetype 2 libraries from scratch is also possible,
ohair@25 1055 however on Windows refer to the
ohair@25 1056 <a href="http://freetype.freedesktop.org/wiki/FreeType_DLL">
ohair@25 1057 Windows FreeType DLL build instructions</a>.
ohair@25 1058 <p>
ohair@25 1059 Note that by default FreeType is built with byte code hinting
ohair@25 1060 support disabled due to licensing restrictions.
ohair@25 1061 In this case, text appearance and metrics are expected to
ohair@25 1062 differ from Sun's official JDK build.
ohair@25 1063 See
ohair@25 1064 <a href="http://freetype.sourceforge.net/freetype2/index.html">
ohair@25 1065 the SourceForge FreeType2 Home Page
ohair@25 1066 </a>
ohair@25 1067 for more information.
ohair@13 1068 </blockquote>
ohair@13 1069 <!-- ------------------------------------------------------ -->
ohair@13 1070 <h4><a name="alsa">Advanced Linux Sound Architecture (ALSA) (Linux only)</a></h4>
ohair@13 1071 <blockquote>
ohair@13 1072 <strong>Linux only:</strong>
ohair@13 1073 Version 0.9.1 or newer of the ALSA files are
ohair@13 1074 required for building the OpenJDK on Linux.
ohair@13 1075 These Linux files are usually available from an "alsa"
ohair@13 1076 of "libasound"
ohair@13 1077 development package, it's highly recommended that you try and use
ohair@13 1078 the package provided by the particular version of Linux that
ohair@13 1079 you are using.
ohair@13 1080 The makefiles will check this emit a sanity error if it is
ohair@13 1081 missing or the wrong version.
ohair@13 1082 <p>
ohair@13 1083 In particular, older Linux systems will likely not have the
ohair@13 1084 right version of ALSA installed, for example
ohair@13 1085 Redhat AS 2.1 U2 and SuSE 8.1 do not include a sufficiently
ohair@13 1086 recent ALSA distribution.
ohair@13 1087 On rpm-based systems, you can see if ALSA is installed by
ohair@13 1088 running this command:
ohair@13 1089 <pre>
ohair@13 1090 <tt>rpm -qa | grep alsa</tt>
ohair@13 1091 </pre>
ohair@13 1092 Both <tt>alsa</tt> and <tt>alsa-devel</tt> packages are needed.
ohair@13 1093 <p>
ohair@13 1094 If your distribution does not come with ALSA, and you can't
ohair@13 1095 find ALSA packages built for your particular system,
ohair@13 1096 you can try to install the pre-built ALSA rpm packages from
ohair@13 1097 <a href="http://www.freshrpms.net/" target="_blank">
ohair@13 1098 <tt>www.freshrpms.net</tt></a>.
ohair@13 1099 Note that installing a newer ALSA could
ohair@13 1100 break sound output if an older version of ALSA was previously
ohair@13 1101 installed on the system, but it will enable JDK compilation.
ohair@13 1102 <blockquote>
ohair@13 1103 Installation: execute as root<br>
ohair@13 1104 [i586]: <code>rpm -Uv --force alsa-lib-devel-0.9.1-rh61.i386.rpm</code><br>
ohair@13 1105 [x64]: <code>rpm -Uv --force alsa-lib-devel-0.9.8-amd64.x86_64.rpm</code><br>
ohair@13 1106 Uninstallation:<br>
ohair@13 1107 [i586]: <code>rpm -ev alsa-lib-devel-0.9.1-rh61</code><br>
ohair@13 1108 [x64]:<code>rpm -ev alsa-lib-devel-0.9.8-amd64</code><br>
ohair@13 1109 Make sure that you do not link to the static library
ohair@13 1110 (<tt>libasound.a</tt>),
ohair@13 1111 by verifying that the dynamic library (<tt>libasound.so</tt>) is
ohair@13 1112 correctly installed in <tt>/usr/lib</tt>.
ohair@13 1113 </blockquote>
ohair@13 1114 As a last resort you can go to the
ohair@13 1115 <a href="http://www.alsa-project.org" target="_blank">
ohair@13 1116 Advanced Linux Sound Architecture Site</a> and build it from
ohair@13 1117 source.
ohair@13 1118 <blockquote>
ohair@13 1119 Download driver and library
ohair@13 1120 source tarballs from
ohair@13 1121 <a href="http://www.alsa-project.org" target="_blank">ALSA's homepage</a>.
ohair@13 1122 As root, execute the following
ohair@13 1123 commands (you may need to adapt the version number):
ohair@13 1124 <pre>
ohair@13 1125 <tt>
ohair@13 1126 $ tar xjf alsa-driver-0.9.1.tar.bz2
ohair@13 1127 $ cd alsa-driver-0.9.1
ohair@13 1128 $ ./configure
ohair@13 1129 $ make install
ohair@13 1130 $ cd ..
ohair@13 1131 $ tar xjf alsa-lib-0.9.1.tar.bz2
ohair@13 1132 $ cd alsa-lib-0.9.1
ohair@13 1133 $ ./configure
ohair@13 1134 $ make install
ohair@13 1135 </tt>
ohair@13 1136 </pre>
ohair@13 1137 Should one of the above steps fail, refer to the documentation on
ohair@13 1138 ALSA's home page.
ohair@13 1139 </blockquote>
ohair@13 1140 Note that this is a minimum install that enables
ohair@13 1141 building the JDK platform. To actually use ALSA sound drivers, more
ohair@13 1142 steps are necessary as outlined in the documentation on ALSA's homepage.
ohair@13 1143 <p>
ohair@13 1144 ALSA can be uninstalled by executing <tt>make uninstall</tt> first in
ohair@13 1145 the <tt>alsa-lib-0.9.1</tt> directory and then in
ohair@13 1146 <tt>alsa-driver-0.9.1</tt>.
ohair@13 1147 </blockquote>
ohair@13 1148 There are no ALT* variables to change the assumed locations of ALSA,
ohair@13 1149 the makefiles will expect to find the ALSA include files and library at:
ohair@13 1150 <tt>/usr/include/alsa</tt> and <tt>/usr/lib/libasound.so</tt>.
duke@2 1151 </blockquote>
ohair@13 1152 <!-- ------------------------------------------------------ -->
ohair@13 1153 <h4>Windows Specific Dependencies</h4>
duke@2 1154 <blockquote>
ohair@13 1155 <strong>Unix Command Tools (<a name="cygwin">CYGWIN</a>)</strong>
ohair@13 1156 <blockquote>
ohair@13 1157 The OpenJDK requires access to a set of unix command tools
ohair@13 1158 on Windows which can be supplied by
ohair@13 1159 <a href="http://www.cygwin.com" target="_blank">CYGWIN</a>.
ohair@13 1160 <p>
ohair@13 1161 The OpenJDK build requires CYGWIN version 1.5.12 or newer.
ohair@13 1162 Information about CYGWIN can
ohair@13 1163 be obtained from the CYGWIN website at
ohair@13 1164 <a href="http://www.cygwin.com" target="_blank">www.cygwin.com</a>.
ohair@13 1165 <p>
ohair@13 1166 By default CYGWIN doesn't install all the tools required for building
ohair@13 1167 the OpenJDK.
ohair@13 1168 Along with the default installation, you need to install
ohair@13 1169 the following tools.
ohair@13 1170 <blockquote>
ohair@13 1171 <table border="1">
ohair@13 1172 <thead>
ohair@13 1173 <tr>
ohair@13 1174 <td>Binary Name</td>
ohair@41 1175 <td>Category</td>
ohair@13 1176 <td>Package</td>
ohair@13 1177 <td>Description</td>
ohair@13 1178 </tr>
ohair@13 1179 </thead>
ohair@13 1180 <tbody>
ohair@13 1181 <tr>
ohair@13 1182 <td>ar.exe</td>
ohair@13 1183 <td>Devel</td>
ohair@41 1184 <td>binutils</td>
ohair@41 1185 <td>The GNU assembler, linker and binary
ohair@13 1186 utilities</td>
ohair@13 1187 </tr>
ohair@13 1188 <tr>
ohair@13 1189 <td>make.exe</td>
ohair@13 1190 <td>Devel</td>
ohair@41 1191 <td>make</td>
ohair@41 1192 <td>The GNU version of the 'make' utility built for CYGWIN.<br>
ohair@25 1193 <b>NOTE</b>: See <a href="#gmake">the GNU make section</a></td>
ohair@13 1194 </tr>
ohair@13 1195 <tr>
ohair@13 1196 <td>m4.exe</td>
ohair@13 1197 <td>Interpreters</td>
ohair@41 1198 <td>m4</td>
ohair@41 1199 <td>GNU implementation of the traditional Unix macro
ohair@13 1200 processor</td>
ohair@13 1201 </tr>
ohair@13 1202 <tr>
ohair@13 1203 <td>cpio.exe</td>
ohair@13 1204 <td>Utils</td>
ohair@41 1205 <td>cpio</td>
ohair@41 1206 <td>A program to manage archives of files</td>
ohair@13 1207 </tr>
ohair@13 1208 <tr>
ohair@25 1209 <td>gawk.exe</td>
ohair@13 1210 <td>Utils</td>
ohair@41 1211 <td>awk</td>
ohair@41 1212 <td>Pattern-directed scanning and processing language</td>
ohair@13 1213 </tr>
ohair@13 1214 <tr>
ohair@13 1215 <td>file.exe</td>
ohair@13 1216 <td>Utils</td>
ohair@41 1217 <td>file</td>
ohair@41 1218 <td>Determines file type using 'magic' numbers</td>
ohair@13 1219 </tr>
ohair@13 1220 <tr>
ohair@13 1221 <td>zip.exe</td>
ohair@25 1222 <td>Archive</td>
ohair@41 1223 <td>zip</td>
ohair@41 1224 <td>Package and compress (archive) files</td>
ohair@13 1225 </tr>
ohair@13 1226 <tr>
ohair@13 1227 <td>unzip.exe</td>
ohair@25 1228 <td>Archive</td>
ohair@41 1229 <td>unzip</td>
ohair@41 1230 <td>Extract compressed files in a ZIP archive</td>
ohair@13 1231 </tr>
ohair@13 1232 <tr>
ohair@13 1233 <td>free.exe</td>
ohair@41 1234 <td>System</td>
ohair@41 1235 <td>procps</td>
ohair@41 1236 <td>Display amount of free and used memory in the system</td>
ohair@13 1237 </tr>
ohair@13 1238 </tbody>
ohair@13 1239 </table>
ohair@13 1240 </blockquote>
ohair@13 1241 <p>
ohair@13 1242 Note that the CYGWIN software can conflict with other non-CYGWIN
ohair@13 1243 software on your Windows system.
ohair@13 1244 CYGWIN provides a
ohair@13 1245 <a href="http://cygwin.com/faq/faq.using.html" target="_blank">FAQ</a> for
ohair@13 1246 known issues and problems, of particular interest is the
ohair@13 1247 section on
ohair@13 1248 <a href="http://cygwin.com/faq/faq.using.html#faq.using.bloda" target="_blank">
ohair@13 1249 BLODA (applications that interfere with CYGWIN)</a>.
ohair@41 1250 <p>
ohair@41 1251 <b>WARNING:</b>
ohair@41 1252 Be very careful with <b><tt>link.exe</tt></b>, it will conflict
ohair@41 1253 with the Visual Studio version. You need the Visual Studio
ohair@41 1254 version of <tt>link.exe</tt>, not the CYGWIN one.
ohair@41 1255 So it's important that the Visual Studio paths in PATH preceed
ohair@41 1256 the CYGWIN path <tt>/usr/bin</tt>.
ohair@13 1257 </blockquote>
ohair@13 1258 <strong><a name="dxsdk">Microsoft DirectX 9.0 SDK header files and libraries</a></strong>
duke@2 1259 <blockquote>
ohair@13 1260 Microsoft DirectX 9.0 SDK (Summer 2004)
ohair@13 1261 headers are required for building
ohair@13 1262 OpenJDK.
ohair@13 1263 This SDK can be downloaded from
ohair@13 1264 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FD044A42-9912-42A3-9A9E-D857199F888E&amp;displaylang=en" target="_blank">
ohair@13 1265 Microsoft DirectX 9.0 SDK (Summer 2004)</a>.
ohair@13 1266 If the link above becomes obsolete, the SDK can be found from
ohair@13 1267 <a href="http://download.microsoft.com" target="_blank">the Microsoft Download Site</a>
ohair@13 1268 (search with "DirectX 9.0 SDK Update Summer 2004").
ohair@13 1269 The location of this SDK can be set with
ohair@13 1270 <tt><a href="#ALT_DXSDK_PATH">ALT_DXSDK_PATH</a></tt>
ohair@13 1271 but it's normally found via the DirectX environment variable
ohair@13 1272 <tt>DXSDK_DIR</tt>.
ohair@13 1273 </blockquote>
ohair@13 1274 <strong><a name="msvcrt"><tt>MSVCRT.DLL</tt></a></strong>
ohair@13 1275 <blockquote>
ohair@13 1276 <strong>i586 only:</strong>
ohair@49 1277 The OpenJDK 32-bit build requires access to a redistributable
ohair@49 1278 <tt>MSVCRT.DLL</tt>.
ohair@13 1279 If the <tt>MSVCRT.DLL</tt> is not installed in
ohair@13 1280 the system32 directory set the
ohair@13 1281 <a href="#ALT_MSVCRT_DLL_PATH"><tt>ALT_MSVCRT_DLL_PATH</tt></a>
ohair@49 1282 variable to the location of this file.
ohair@13 1283 <p>
ohair@13 1284 <strong>X64 only:</strong>
ohair@49 1285 The OpenJDK 64-bit build requires access to a redistributable
ohair@49 1286 <tt>MSVCRT.DLL</tt>, which is
ohair@13 1287 usually supplied by the
ohair@13 1288 <a href="#mssdk">Platform SDK</a>.
ohair@13 1289 If it is not available from the Platform SDK,
ohair@13 1290 set the
ohair@13 1291 <a href="#ALT_MSVCRT_DLL_PATH"><tt>ALT_MSVCRT_DLL_PATH</tt></a>
ohair@49 1292 variable to the location of this file.
ohair@13 1293 </blockquote>
ohair@49 1294 <strong><tt><a name="msvcr90">MSVCR90.DLL</a></tt></strong>
ohair@13 1295 <blockquote>
ohair@13 1296 <strong>i586 only:</strong>
ohair@13 1297 The
ohair@13 1298 OpenJDK
ohair@49 1299 build requires access to a redistributable
ohair@49 1300 <tt>MSVCR90.DLL</tt> which should be
ohair@13 1301 supplied by the
ohair@49 1302 <a href="#msvc">Visual Studio product</a>.
ohair@49 1303 If the <tt>MSVCR90.DLL</tt> is not available from the
ohair@13 1304 Visual Studio product
ohair@13 1305 set the
ohair@49 1306 <a href="#ALT_MSVCR90_DLL_PATH"><tt>ALT_MSVCR90_DLL_PATH</tt></a>
ohair@49 1307 variable to the location of this file.
duke@2 1308 </blockquote>
duke@2 1309 </blockquote>
ohair@13 1310 <!-- ------------------------------------------------------ -->
ohair@13 1311 <hr>
ohair@13 1312 <h2><a name="creating">Creating the Build</a></h2>
duke@2 1313 <blockquote>
ohair@13 1314 Once a machine is setup to build the OpenJDK,
ohair@13 1315 the steps to create the build are fairly simple.
ohair@13 1316 The various ALT settings can either be made into variables
ohair@13 1317 or can be supplied on the
ohair@13 1318 <a href="#gmake"><tt><i>gmake</i></tt></a>
ohair@13 1319 command.
ohair@13 1320 <ol>
ohair@13 1321 <li>Use the sanity rule to double check all the ALT settings:
ohair@13 1322 <blockquote>
ohair@13 1323 <tt>
ohair@13 1324 <i>gmake</i>
ohair@13 1325 sanity
ohair@13 1326 [ARCH_DATA_MODEL=<i>32 or 64</i>]
ohair@13 1327 [other "ALT_" overrides]
ohair@13 1328 </tt>
ohair@13 1329 </blockquote>
ohair@13 1330 </li>
ohair@13 1331 <li>Start the build with the command:
ohair@13 1332 <blockquote>
ohair@13 1333 <tt>
ohair@13 1334 <i>gmake</i>
ohair@13 1335 [ARCH_DATA_MODEL=<i>32 or 64</i>]
ohair@13 1336 [ALT_OUTPUTDIR=<i>output_directory</i>]
ohair@13 1337 [other "ALT_" overrides]
ohair@13 1338 </tt>
ohair@13 1339 </blockquote>
ohair@13 1340 </li>
ohair@13 1341 </ol>
duke@2 1342 <p>
ohair@13 1343 <strong>Solaris:</strong>
ohair@13 1344 Note that ARCH_DATA_MODEL is really only needed on Solaris to
ohair@13 1345 indicate you want to built the 64-bit version.
ohair@13 1346 And before the Solaris 64-bit binaries can be used, they
ohair@13 1347 must be merged with the binaries from a separate 32-bit build.
ohair@13 1348 The merged binaries may then be used in either 32-bit or 64-bit mode, with
ohair@13 1349 the selection occurring at runtime
ohair@13 1350 with the <tt>-d32</tt> or <tt>-d64</tt> options.
duke@2 1351 </blockquote>
ohair@13 1352 <!-- ------------------------------------------------------ -->
ohair@13 1353 <hr>
ohair@13 1354 <h2><a name="testing">Testing the Build</a></h2>
ohair@13 1355 <blockquote>
ohair@13 1356 When the build is completed, you should see the generated
ohair@13 1357 binaries and associated files in the <tt>j2sdk-image</tt>
ohair@13 1358 directory in the output directory.
ohair@13 1359 The default output directory is
ohair@13 1360 <tt>build/<i>platform</i></tt>,
ohair@13 1361 where <tt><i>platform</i></tt> is one of
ohair@13 1362 <tt><ul>
ohair@13 1363 <li>solaris-sparc</li>
ohair@13 1364 <li>solaris-sparcv9</li>
ohair@13 1365 <li>solaris-i586</li>
ohair@13 1366 <li>solaris-amd64</li>
ohair@13 1367 <li>linux-i586</li>
ohair@13 1368 <li>linux-amd64</li>
ohair@13 1369 <li>windows-i586</li>
ohair@13 1370 <li>windows-amd64</li>
ohair@13 1371 </ul></tt>
ohair@13 1372 In particular, the
ohair@13 1373 <tt>build/<i>platform</i>/j2sdk-image/bin</tt>
ohair@13 1374 directory should contain executables for the
ohair@13 1375 OpenJDK tools and utilities.
duke@2 1376 <p>
ohair@13 1377 You can test that the build completed properly by using the build
ohair@13 1378 to run the various demos that you will find in the
ohair@13 1379 <tt>build/<i>platform</i>/j2sdk-image/demo</tt>
ohair@13 1380 directory.
ohair@13 1381 <p>
ohair@13 1382 The provided regression tests can be run with the <tt>jtreg</tt>
ohair@13 1383 utility from
ohair@13 1384 <a href="http://openjdk.java.net/jtreg/" target="_blank">the jtreg site</a>.
duke@2 1385 </blockquote>
ohair@13 1386 <!-- ------------------------------------------------------ -->
ohair@13 1387 <hr>
ohair@13 1388 <h2><a name="variables">Environment/Make Variables</a></h2>
ohair@13 1389 <p>
ohair@13 1390 Some of the
ohair@13 1391 environment or make variables (just called <b>variables</b> in this
ohair@13 1392 document) that can impact the build are:
duke@2 1393 <blockquote>
duke@2 1394 <dl>
ohair@49 1395 <dt><a name="path"><tt>PATH</tt></a> </dt>
ohair@49 1396 <dd>Typically you want to set the <tt>PATH</tt> to include:
ohair@49 1397 <ul>
ohair@49 1398 <li>The location of the GNU make binary</li>
ohair@49 1399 <li>The location of the Bootstrap JDK <tt>java</tt>
ohair@49 1400 (see <a href="#bootjdk">Bootstrap JDK</a>)</li>
ohair@49 1401 <li>The location of the C/C++ compilers
ohair@49 1402 (see <a href="#compilers"><tt>compilers</tt></a>)</li>
ohair@49 1403 <li>The location or locations for the Unix command utilities
ohair@49 1404 (e.g. <tt>/usr/bin</tt>)</li>
ohair@49 1405 </ul>
ohair@49 1406 </dd>
ohair@49 1407 <dt><tt>MILESTONE</tt> </dt>
ohair@49 1408 <dd>
ohair@49 1409 The milestone name for the build (<i>e.g.</i>"beta").
ohair@49 1410 The default value is "internal".
ohair@49 1411 </dd>
ohair@49 1412 <dt><tt>BUILD_NUMBER</tt> </dt>
ohair@49 1413 <dd>
ohair@49 1414 The build number for the build (<i>e.g.</i> "b27").
ohair@49 1415 The default value is "b00".
ohair@49 1416 </dd>
ohair@49 1417 <dt><a name="arch_data_model"><tt>ARCH_DATA_MODEL</tt></a></dt>
ohair@49 1418 <dd>The <tt>ARCH_DATA_MODEL</tt> variable
ohair@49 1419 is used to specify whether the build is to generate 32-bit or 64-bit
ohair@49 1420 binaries.
ohair@49 1421 The Solaris build supports either 32-bit or 64-bit builds, but
ohair@49 1422 Windows and Linux will support only one, depending on the specific
ohair@49 1423 OS being used.
ohair@49 1424 Normally, setting this variable is only necessary on Solaris.
ohair@49 1425 Set <tt>ARCH_DATA_MODEL</tt> to <tt>32</tt> for generating 32-bit binaries,
ohair@49 1426 or to <tt>64</tt> for generating 64-bit binaries.
ohair@49 1427 </dd>
ohair@49 1428 <dt><a name="ALT_BOOTDIR"><tt>ALT_BOOTDIR</tt></a></dt>
ohair@49 1429 <dd>
ohair@49 1430 The location of the bootstrap JDK installation.
ohair@49 1431 See <a href="#bootjdk">Bootstrap JDK</a> for more information.
ohair@49 1432 You should always install your own local Bootstrap JDK and
ohair@49 1433 always set <tt>ALT_BOOTDIR</tt> explicitly.
ohair@49 1434 </dd>
ohair@25 1435 <dt><a name="ALT_BINARY_PLUGS_PATH"><tt>ALT_BINARY_PLUGS_PATH</tt></a></dt>
duke@2 1436 <dd>
ohair@25 1437 The location of the binary plugs installation.
ohair@25 1438 See <a href="#binaryplugs">Binary Plugs</a> for more information.
ohair@25 1439 You should always have a local copy of a
ohair@25 1440 recent Binary Plugs install image
ohair@25 1441 and set this variable to that location.
ohair@13 1442 </dd>
ohair@49 1443 <dt><a name="ALT_JDK_IMPORT_PATH"><tt>ALT_JDK_IMPORT_PATH</tt></a></dt>
duke@2 1444 <dd>
ohair@49 1445 The location of a previously built JDK installation.
ohair@49 1446 See <a href="#importjdk">Optional Import JDK</a> for more information.
ohair@49 1447 </dd>
ohair@49 1448 <dt><a name="ALT_OUTPUTDIR"><tt>ALT_OUTPUTDIR</tt></a> </dt>
ohair@49 1449 <dd>
ohair@49 1450 An override for specifying the (absolute) path of where the
ohair@49 1451 build output is to go.
ohair@49 1452 The default output directory will be build/<i>platform</i>.
ohair@49 1453 </dd>
ohair@49 1454 <dt><a name="ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a> </dt>
ohair@49 1455 <dd>
ohair@49 1456 The location of the C/C++ compiler.
ohair@49 1457 The default varies depending on the platform.
ohair@49 1458 </dd>
ohair@49 1459 <dt><tt><a name="ALT_CACERTS_FILE">ALT_CACERTS_FILE</a></tt></dt>
ohair@49 1460 <dd>
ohair@49 1461 The location of the <a href="#cacerts">cacerts</a> file.
ohair@49 1462 The default will refer to
ohair@49 1463 <tt>jdk/src/share/lib/security/cacerts</tt>.
ohair@49 1464 </dd>
peterz@74 1465 <dt><tt><a name="ALT_JIBX_LIBS_PATH">ALT_JIBX_LIBS_PATH</a></tt></dt>
peterz@74 1466 <dd>
peterz@74 1467 The location of the <a href="#jibx">JIBX libraries</a> file.
peterz@74 1468 The default value is
peterz@74 1469 <tt>$(ALT_SLASH_JAVA)/devtools/share/jibx/lib</tt>.
peterz@74 1470 </dd>
ohair@49 1471 <dt><a name="ALT_CUPS_HEADERS_PATH"><tt>ALT_CUPS_HEADERS_PATH</tt></a> </dt>
ohair@49 1472 <dd>
ohair@49 1473 The location of the CUPS header files.
ohair@49 1474 See <a href="#cups">CUPS information</a> for more information.
ohair@49 1475 If this path does not exist the fallback path is
ohair@49 1476 <tt>/usr/include</tt>.
ohair@49 1477 </dd>
ohair@49 1478 <dt><a name="ALT_FREETYPE_LIB_PATH"><tt>ALT_FREETYPE_LIB_PATH</tt></a></dt>
ohair@49 1479 <dd>
ohair@49 1480 The location of the FreeType shared library.
ohair@49 1481 See <a href="#freetype">FreeType information</a> for details.
ohair@49 1482 </dd>
ohair@49 1483 <dt><a name="ALT_FREETYPE_HEADERS_PATH"><tt>ALT_FREETYPE_HEADERS_PATH</tt></a></dt>
ohair@49 1484 <dd>
ohair@49 1485 The location of the FreeType header files.
ohair@49 1486 See <a href="#freetype">FreeType information</a> for details.
ohair@49 1487 </dd>
ohair@49 1488 <dt><a name="ALT_JDK_DEVTOOLS_PATH"><tt>ALT_JDK_DEVTOOLS_PATH</tt></a></dt>
ohair@49 1489 <dd>
ohair@49 1490 The default root location of the devtools.
ohair@49 1491 The default value is
ohair@49 1492 <tt>$(ALT_SLASH_JAVA)/devtools</tt>.
ohair@49 1493 </dd>
ohair@49 1494 <dt><tt><a name="ALT_DEVTOOLS_PATH">ALT_DEVTOOLS_PATH</a></tt> </dt>
ohair@49 1495 <dd>
ohair@49 1496 The location of tools like the
ohair@49 1497 <a href="#zip"><tt>zip</tt> and <tt>unzip</tt></a>
ohair@49 1498 binaries, but might also contain the GNU make utility
ohair@49 1499 (<tt><i>gmake</i></tt>).
ohair@49 1500 So this area is a bit of a grab bag, especially on Windows.
ohair@49 1501 The default value depends on the platform and
ohair@49 1502 Unix Commands being used.
ohair@49 1503 On Linux the default will be
ohair@49 1504 <tt>$(ALT_JDK_DEVTOOLS_PATH)/linux/bin</tt>,
ohair@49 1505 on Solaris
ohair@49 1506 <tt>$(ALT_JDK_DEVTOOLS_PATH)/<i>{sparc,i386}</i>/bin</tt>,
ohair@49 1507 and on Windows with CYGWIN
ohair@49 1508 <tt>/usr/bin</tt>.
ohair@49 1509 </dd>
ohair@49 1510 <dt><a name="ALT_UNIXCCS_PATH"><tt>ALT_UNIXCCS_PATH</tt></a></dt>
ohair@49 1511 <dd>
ohair@49 1512 <strong>Solaris only:</strong>
ohair@49 1513 An override for specifying where the Unix CCS
ohair@49 1514 command set are located.
ohair@49 1515 The default location is <tt>/usr/ccs/bin</tt>
ohair@49 1516 </dd>
ohair@49 1517 <dt><a name="ALT_SLASH_JAVA"><tt>ALT_SLASH_JAVA</tt></a></dt>
ohair@49 1518 <dd>
ohair@49 1519 The default root location for many of the ALT path locations
ohair@49 1520 of the following ALT variables.
ohair@49 1521 The default value is
ohair@49 1522 <tt>"/java"</tt> on Solaris and Linux,
ohair@49 1523 <tt>"J:"</tt> on Windows.
ohair@49 1524 </dd>
ohair@49 1525 <dt><a name="ALT_BUILD_JDK_IMPORT_PATH"><tt>ALT_BUILD_JDK_IMPORT_PATH</tt></a></dt>
ohair@49 1526 <dd>
ohair@49 1527 These are useful in managing builds on multiple platforms.
ohair@49 1528 The default network location for all of the import JDK images
ohair@49 1529 for all platforms.
ohair@49 1530 If <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>
ohair@49 1531 is not set, this directory will be used and should contain
ohair@49 1532 the following directories:
ohair@49 1533 <tt>solaris-sparc</tt>,
ohair@49 1534 <tt>solaris-i586</tt>,
ohair@49 1535 <tt>solaris-sparcv9</tt>,
ohair@49 1536 <tt>solaris-amd64</tt>,
ohair@49 1537 <tt>linux-i586</tt>,
ohair@49 1538 <tt>linux-amd64</tt>,
ohair@49 1539 <tt>windows-i586</tt>,
ohair@49 1540 and
ohair@49 1541 <tt>windows-amd64</tt>.
ohair@49 1542 Where each of these directories contain the import JDK image
ohair@49 1543 for that platform.
duke@2 1544 </dd>
ohair@25 1545 <dt><a name="ALT_BUILD_BINARY_PLUGS_PATH"><tt>ALT_BUILD_BINARY_PLUGS_PATH</tt></a></dt>
duke@2 1546 <dd>
ohair@25 1547 These are useful in managing builds on multiple platforms.
ohair@25 1548 The default network location for all of the binary plug images
ohair@25 1549 for all platforms.
ohair@25 1550 If <tt><a href="#ALT_BINARY_PLUGS_PATH">ALT_BINARY_PLUGS_PATH</a></tt>
ohair@25 1551 is not set, this directory will be used and should contain
ohair@25 1552 the following directories:
ohair@25 1553 <tt>solaris-sparc</tt>,
ohair@25 1554 <tt>solaris-i586</tt>,
ohair@25 1555 <tt>solaris-sparcv9</tt>,
ohair@25 1556 <tt>solaris-amd64</tt>,
ohair@25 1557 <tt>linux-i586</tt>,
ohair@25 1558 <tt>linux-amd64</tt>,
ohair@25 1559 <tt>windows-i586</tt>,
ohair@25 1560 and
ohair@25 1561 <tt>windows-amd64</tt>.
ohair@25 1562 Where each of these directories contain the binary plugs image
ohair@25 1563 for that platform.
ohair@13 1564 </dd>
ohair@49 1565 <dt><strong>Windows specific:</strong></dt>
ohair@13 1566 <dd>
ohair@49 1567 <dl>
ohair@49 1568 <dt><a name="ALT_MSDEVTOOLS_PATH"><tt>ALT_MSDEVTOOLS_PATH</tt></a> </dt>
ohair@49 1569 <dd>
ohair@49 1570 The location of the
ohair@49 1571 Microsoft Visual Studio
ohair@49 1572 tools 'bin' directory.
ohair@49 1573 The default is usually derived from
ohair@49 1574 <a href="#ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a>.
ohair@49 1575 </dd>
ohair@49 1576 <dt><tt><a name="ALT_DXSDK_PATH">ALT_DXSDK_PATH</a></tt> </dt>
ohair@49 1577 <dd>
ohair@49 1578 The location of the
ohair@49 1579 <a href="#dxsdk">Microsoft DirectX 9 SDK</a>.
ohair@49 1580 The default will be to try and use the DirectX environment
ohair@49 1581 variable <tt>DXSDK_DIR</tt>,
ohair@49 1582 failing that, look in <tt>C:/DXSDK</tt>.
ohair@49 1583 </dd>
ohair@49 1584 <dt><tt><a name="ALT_MSVCRT_DLL_PATH">ALT_MSVCRT_DLL_PATH</a></tt> </dt>
ohair@49 1585 <dd>
ohair@49 1586 The location of the
ohair@49 1587 <a href="#msvcrt"><tt>MSVCRT.DLL</tt></a>.
ohair@49 1588 </dd>
ohair@49 1589 <dt><tt><a name="ALT_MSVCR90_DLL_PATH">ALT_MSVCR90_DLL_PATH</a></tt> </dt>
ohair@49 1590 <dd>
ohair@49 1591 <strong>i586 only:</strong>
ohair@49 1592 The location of the
ohair@49 1593 <a href="#msvcr90"><tt>MSVCR90.DLL</tt></a>.
ohair@49 1594 </dd>
ohair@49 1595 </dl>
duke@2 1596 </dd>
duke@2 1597 </dl>
ohair@13 1598 </blockquote>
ohair@13 1599 <!-- ------------------------------------------------------ -->
ohair@13 1600 <hr>
ohair@13 1601 <h2><a name="troubleshooting">Troubleshooting</a></h2>
ohair@13 1602 <blockquote>
ohair@13 1603 A build can fail for any number of reasons.
ohair@13 1604 Most failures
ohair@13 1605 are a result of trying to build in an environment in which all the
ohair@13 1606 pre-build requirements have not been met.
ohair@13 1607 The first step in
ohair@13 1608 troubleshooting a build failure is to recheck that you have satisfied
ohair@13 1609 all the pre-build requirements for your platform.
ohair@13 1610 Look for the check list of the platform you are building on in the
ohair@13 1611 <a href="#contents">Table of Contents</a>.
ohair@13 1612 <p>
ohair@13 1613 You can validate your build environment by using the <tt>sanity</tt>
ohair@13 1614 target.
ohair@13 1615 Any errors listed
ohair@13 1616 will stop the build from starting, and any warnings may result in
ohair@13 1617 a flawed product build.
ohair@13 1618 We strongly encourage you to evaluate every
ohair@13 1619 sanity check warning and fix it if required, before you proceed
ohair@13 1620 further with your build.
ohair@13 1621 <p>
ohair@13 1622 Some of the more common problems with builds are briefly described
ohair@13 1623 below, with suggestions for remedies.
ohair@13 1624 <ul>
ohair@13 1625 <li>
ohair@13 1626 <b>Slow Builds:</b>
ohair@13 1627 <blockquote>
ohair@13 1628 If your build machine seems to be overloaded from too many
ohair@13 1629 simultaneous C++ compiles, try setting the <tt>HOTSPOT_BUILD_JOBS</tt>
ohair@13 1630 variable to <tt>1</tt> (if you're using a multiple CPU
ohair@13 1631 machine, setting it to more than the the number of CPUs is probably
ohair@13 1632 not a good idea).
ohair@13 1633 <p>
ohair@13 1634 Creating the javadocs can be very slow, if you are running
ohair@13 1635 javadoc, consider skipping that step.
ohair@13 1636 <p>
ohair@13 1637 Faster hardware and more RAM always helps too.
ohair@13 1638 The VM build tends to be CPU intensive (many C++ compiles),
ohair@13 1639 and the rest of the JDK will often be disk intensive.
ohair@13 1640 <p>
ohair@13 1641 Faster compiles are possible using a tool called
ohair@13 1642 <a href="http://ccache.samba.org/" target="_blank">ccache</a>.
ohair@13 1643 </blockquote>
ohair@13 1644 </li>
ohair@13 1645 <li>
ohair@13 1646 <b>File time issues:</b>
ohair@13 1647 <blockquote>
ohair@13 1648 If you see warnings that refer to file time stamps, e.g.
ohair@13 1649 <blockquote>
ohair@13 1650 <i>Warning message:</i><tt> File `xxx' has modification time in
ohair@13 1651 the future.</tt>
ohair@13 1652 <br>
ohair@13 1653 <i>Warning message:</i> <tt> Clock skew detected. Your build may
ohair@13 1654 be incomplete.</tt>
ohair@13 1655 </blockquote>
ohair@13 1656 These warnings can occur when the clock on the build machine is out of
ohair@13 1657 sync with the timestamps on the source files. Other errors, apparently
ohair@13 1658 unrelated but in fact caused by the clock skew, can occur along with
ohair@13 1659 the clock skew warnings. These secondary errors may tend to obscure the
ohair@13 1660 fact that the true root cause of the problem is an out-of-sync clock.
ohair@13 1661 For example, an out-of-sync clock has been known to cause an old
ohair@13 1662 version of javac to be used to compile some files, resulting in errors
ohair@13 1663 when the pre-1.4 compiler ran across the new <tt>assert</tt> keyword
ohair@13 1664 in the 1.4 source code.
ohair@13 1665 <p>
ohair@13 1666 If you see these warnings, reset the clock on the build
ohair@13 1667 machine, run "<tt><i>gmake</i> clobber</tt>" or delete the directory
ohair@13 1668 containing the build output, and restart the build from the beginning.
ohair@13 1669 </blockquote>
ohair@13 1670 </li>
ohair@13 1671 <li>
ohair@13 1672 <b>Error message: <tt>Trouble writing out table to disk</tt></b>
ohair@13 1673 <blockquote>
ohair@13 1674 Increase the amount of swap space on your build machine.
ohair@13 1675 </blockquote>
ohair@13 1676 </li>
ohair@13 1677 <li>
ohair@13 1678 <b>Error Message: <tt>libstdc++ not found:</tt></b>
ohair@13 1679 <blockquote>
ohair@13 1680 This is caused by a missing libstdc++.a library.
ohair@13 1681 This is installed as part of a specific package
ohair@13 1682 (e.g. libstdc++.so.devel.386).
ohair@49 1683 By default some 64-bit Linux versions (e.g. Fedora)
ohair@49 1684 only install the 64-bit version of the libstdc++ package.
ohair@13 1685 Various parts of the JDK build require a static
ohair@13 1686 link of the C++ runtime libraries to allow for maximum
ohair@13 1687 portability of the built images.
ohair@13 1688 </blockquote>
ohair@13 1689 </li>
ohair@13 1690 <li>
ohair@13 1691 <b>Error Message: <tt>cannot restore segment prot after reloc</tt></b>
ohair@13 1692 <blockquote>
ohair@13 1693 This is probably an issue with SELinux (See
ohair@13 1694 <a href="http://en.wikipedia.org/wiki/SELinux" target="_blank">
ohair@13 1695 http://en.wikipedia.org/wiki/SELinux</a>).
ohair@13 1696 Parts of the VM is built without the <tt>-fPIC</tt> for
ohair@13 1697 performance reasons.
ohair@13 1698 <p>
ohair@13 1699 To completely disable SELinux:
ohair@13 1700 <tt>
ohair@13 1701 <ol>
ohair@13 1702 <li>$ su root</li>
ohair@13 1703 <li># system-config-securitylevel</li>
ohair@13 1704 <li>In the window that appears, select the SELinux tab</li>
ohair@13 1705 <li>Disable SELinux</li>
ohair@13 1706 </ol>
ohair@13 1707 </tt>
ohair@13 1708 <p>
ohair@13 1709 Alternatively, instead of completely disabling it you could
ohair@13 1710 disable just this one check.
ohair@13 1711 <tt>
ohair@13 1712 <ol>
ohair@13 1713 <li>Select System->Administration->SELinux Management</li>
ohair@13 1714 <li>In the SELinux Management Tool which appears,
ohair@13 1715 select "Boolean" from the menu on the left</li>
ohair@13 1716 <li>Expand the "Memory Protection" group</li>
ohair@13 1717 <li>Check the first item, labeled
ohair@13 1718 "Allow all unconfined executables to use libraries requiring text relocation ..."</li>
ohair@13 1719 </ol>
ohair@13 1720 </tt>
ohair@13 1721 </blockquote>
ohair@13 1722 </li>
ohair@13 1723 <li>
ohair@13 1724 <b>Windows Error Message: <tt>*** fatal error - couldn't allocate heap, ... </tt></b>
ohair@13 1725 <blockquote>
ohair@13 1726 The CYGWIN software can conflict with other non-CYGWIN
ohair@13 1727 software. See the CYGWIN FAQ section on
ohair@13 1728 <a href="http://cygwin.com/faq/faq.using.html#faq.using.bloda" target="_blank">
ohair@13 1729 BLODA (applications that interfere with CYGWIN)</a>.
ohair@13 1730 </blockquote>
ohair@13 1731 </li>
ohair@13 1732 <li>
ohair@13 1733 <b>Windows Error Message: <tt>*** multiple target patterns. Stop.</tt></b>
ohair@13 1734 <blockquote>
ohair@13 1735 The CYGWIN make version 3.81 may not like the Windows <tt>C:/</tt>
ohair@13 1736 style paths, it may not like the ':' character in the path
ohair@13 1737 when used in a makefile target definition.
ohair@13 1738 See the <a href="#gmake"><tt><i>gmake</i></tt></a> section.
ohair@13 1739 </blockquote>
ohair@13 1740 </li>
ohair@13 1741 </ul>
ohair@13 1742 </blockquote>
ohair@13 1743 <hr>
ohair@13 1744 </body>
ohair@13 1745 </html>

mercurial