scuffed-code/icu4c/docs/build_env.htm
Vladimir Weinstein 6d03d21dba ICU-35 documentation update
X-SVN-Rev: 227
1999-11-22 23:39:27 +00:00

67 lines
1.5 KiB
HTML

<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>