README-builds.html

Wed, 16 Jun 2010 09:41:40 -0700

author
prr
date
Wed, 16 Jun 2010 09:41:40 -0700
changeset 187
39d81b90b100
parent 178
2512c00f089f
child 211
782c0c738f6d
permissions
-rw-r--r--

6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers
Reviewed-by: ohair, jcoomes

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

mercurial