diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-27 18:32:03 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-27 18:32:03 +0000 |
commit | 95f8f8cf6327ca232d986923a755cf3ebeee1c3d (patch) | |
tree | e0847a557f8ac10260296b786633e45e6ed7c58d /ACE-INSTALL.html | |
parent | ed080069ec7b1192177e4cff7aa92dcf194f6258 (diff) | |
download | ATCD-95f8f8cf6327ca232d986923a755cf3ebeee1c3d.tar.gz |
default PERL_PATH to "perl", and added note to ACE-INSTALL.html to set it to the full perl path if perl is not on your path
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 5f64fb0b054..4a99089a66d 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -636,7 +636,6 @@ If you use the GNU GCC g++ compiler please note the following: <LI>On VxWorks only, g++ (thru version 2.7.2, at least, distributed with Tornado 1.0.1/VxWorks 5.3.1), -fno-implicit-templates is broken. In addition, -O2 is not supported on some targets.<P> - </UL> @@ -981,12 +980,15 @@ for these notes):<p> <A HREF="bin/ace_ld">$ACE_ROOT/bin/ace_ld</A>, which is called from the Makefiles, replacing - the traditional <code>ld</code> step. You must have Perl installed - to use <code>ace_ld</code>. <P> - + the traditional <code>ld</code> step. You must have perl installed + to use <code>ace_ld</code>. If perl is not on your path, you'll + have to set <code>PERL_PATH</code>, either in your + <code>$(ACE_ROOT)/include/makeinclude/platform_macros.GNU</code> + or in your environment.<P> <LI>Wind River provides GCC/G++ cross-compilers for the supported target platforms. The executables are named cc<target> - and g++<target>; for example, ccppc and g++cpp for PowerPC targets. + and g++<target>; for example, ccppc and g++cpp for PowerPC + targets.<p> </UL> You'll have to let ACE know the target type at compile time. There |