blob: 025ffd6c923404ed1b2c3cd0bd1668b7690d8a55 [file] [log] [blame]
<html>
<head>
<title>Build System</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>
<body>
<table border="1" width="100%">
<tr>
<td width="50%"><strong>Build System</strong></td>
<td width="50%"><strong>Environment variables setting</strong></td>
</tr>
<tr>
<td width="50%">xlC on AIX4.1.5</td>
<td width="50%">CC=/usr/lpp/xlC/bin/xlc<br>
CXX=/usr/lpp/xlC/bin/xlC_r</td>
</tr>
<tr>
<td width="50%">native CC compiler on Solaris</td>
<td width="50%">&nbsp;</td>
</tr>
<tr>
<td width="50%">GNU C++ compiler on Solaris</td>
<td width="50%">&nbsp;</td>
</tr>
<tr>
<td width="50%">GNU C++ compiler on Linux</td>
<td width="50%">CXX=g++<br>
CC=gcc<br>
CXXFLAGS=-g<br>
CFLAGS=-g</td>
</tr>
<tr>
<td width="50%">native C++ compiler on HP-UX10.2</td>
<td width="50%">CC=cc<br>
CXX=CC</td>
</tr>
<tr>
<td width="50%">Advanced C++ compiler on HP-UX10.2</td>
<td width="50%">CC=cc<br>
CXX=aCC</td>
</tr>
<tr>
<td width="50%">native C++ compiler on HP-UX11</td>
<td width="50%">&nbsp;</td>
</tr>
<tr>
<td width="50%">Advanced C++ compiler on HP-UX11</td>
<td width="50%">CC=cc<br>
CXX=aCC</td>
</tr>
<tr>
<td width="50%">xlC on AIX4.3</td>
<td width="50%">CC=/usr/ibmcxx/bin/xlc<br>
CXX=/usr/ibmcxx/bin/xlC_r</td>
</tr>
<tr>
<td width="50%">native CC compiler on Solaris</td>
<td width="50%">CC=/opt/SUNWspro/bin/cc<br>
CXX=/opt/SUNWspro/bin/CC</td>
</tr>
</table>
</body>
</html>