diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-16 19:05:56 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-16 19:05:56 +0000 |
commit | da1aa8571e5caa1220e3ee8dbe13e6d4f619587b (patch) | |
tree | 1f33c35d531edbe14076c84d46f7e17cc45dc1d4 | |
parent | dd4128d569fb2321715e1877015b1971b98986bd (diff) | |
download | ATCD-da1aa8571e5caa1220e3ee8dbe13e6d4f619587b.tar.gz |
ChangeLogTag: Mon Oct 16 14:05:13 2000 David L. Levine <levine@cs.wustl.edu>
-rw-r--r-- | ACE-INSTALL.html | 44 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 5 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 5 |
4 files changed, 37 insertions, 22 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index df336441526..60e28b2857f 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -1712,7 +1712,7 @@ on Windows NT hosts: </ol> -<H4><A NAME=3D"vxworks"> </a> +<H4><A NAME="vxworks"> </a> <a href="mailto:Jaffar_Shaikh@Mitel.COM">Jaffar Shaikh's</a> Notes for Building ACE and TAO for VxWorks on NT host</H4> <B><P>Scenario:</B> I was building the ACE and TAO for VxWorks = @@ -1751,20 +1751,20 @@ Control Panel-> System -> Environment)</P> <P>C:\bin</P> <P>Additional Environmental variables and the values,</P> -<P>CPU=3DPPC860</P> -<P>LD_LIBRARY_PATH=3D</P> -<P>SHELL=3D/bin/sh.exe</P> - -<P>ACE_ROOT=3D /Corba/ACE_wrappers </P> -<P>WIND_BASE=3D/tornado</P> -<P>SHELL=3D/bin/sh.exe</P> -<P>TERM=3Dpcbios</P> -<P>TAO_ROOT=3D/Corba/ACE_wrapper/Tao</P> -<P>CPP_LOCATION=3D/Program Files/Microsoft Visual = +<P>CPU=PPC860</P> +<P>LD_LIBRARY_PATH=</P> +<P>SHELL=/bin/sh.exe</P> + +<P>ACE_ROOT=/Corba/ACE_wrappers</P> +<P>WIND_BASE=/tornado</P> +<P>SHELL=/bin/sh.exe</P> +<P>TERM=pcbios</P> +<P>TAO_ROOT=/Corba/ACE_wrapper/Tao</P> +<P>CPP_LOCATION=/Program Files/Microsoft Visual = Studio/VC98/Bin/CL.exe</P> -<P>GCC_EXEC_PREFIX=3D/tornado/host/x86-win32/lib/gcc-lib/</P> -<P>WIND_HOST_TYPE=3Dx86-win32</P> -<P>PERL_PATH=3D/perl/bin/perl.exe</P> +<P>GCC_EXEC_PREFIX=/tornado/host/x86-win32/lib/gcc-lib/</P> +<P>WIND_HOST_TYPE=x86-win32</P> +<P>PERL_PATH=/perl/bin/perl.exe</P> <B><P>Directories of importance</P> </B><P>C:\Corba 	<-- Ace_wrappers (uzipped)</P> @@ -1791,11 +1791,11 @@ Studio/VC98/Bin/CL.exe</P> <P>#endif</P> <P>2) C:\Corba\ACE_wrappers\include\makeinclude\platform_macros.GNU</P> -<P>WIND_BASE =3D /tornado</P> -<P>WIND_HOST_TYPE =3D x86-win32</P> +<P>WIND_BASE = /tornado</P> +<P>WIND_HOST_TYPE = x86-win32</P> <P>include = $(ACE_ROOT)/include/makeinclude/platform_vxworks5.x_g++.GNU</P> -<P>ACE_COMPONENTS=3DFOR_TAO (you may choose this option to build ACE = +<P>ACE_COMPONENTS=FOR_TAO (you may choose this option to build ACE = library that supports TAO)</P> <P> </P> @@ -1827,16 +1827,16 @@ C:\Corba\ACE_wrappers\apps\gperf\src\gperf.dsw. Build gperf.exe</P> <P>4) Build ACE in Cygwin</P> <P>$cd /Corba/ACE_wrappers/ace </P> -<P>$make static_libs=3D1</P> +<P>$make static_libs=1</P> <P>This will build your ace library libACE.a for VxWorks. If you use = -option shared_libs=3D1 then the build will be libACE.so. The other = +option shared_libs=1 then the build will be libACE.so. The other = options are same as follows.</P> <P>5) Build TAO in Cygwin</P> <P>$cd $TAO_ROOT/tao</P> -<P>$make debug=3D0 optimize=3D1 static_libs_only=3D1 minimum_orb=3D1 = +<P>$make debug=0 optimize=1 static_libs_only=1 minimum_orb=1 = </P> -<P>for shared libs use shared_libs=3D1</P> +<P>for shared libs use shared_libs=1</P> <P>The minimum Tao does not have following components,</P> <P>Dynamic Skeleton Interface</P> @@ -1848,7 +1848,7 @@ options are same as follows.</P> <P>CORBA/COM interworking</P> <P>You may play around with above options to find suitable build for = -your needs. For example when you give option debug=3D1 all the debug = +your needs. For example when you give option debug=1 all the debug = symbols will be created and the build will huge in size. The debug = symbols are necessary when you want to debug your code.</P> diff --git a/ChangeLog b/ChangeLog index a4c55be2731..2147c212ff2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 16 14:05:13 2000 David L. Levine <levine@cs.wustl.edu> + + * ACE-INSTALL.html: removed spurious 3D characters from + VxWorks section. + Mon Oct 16 11:17:08 2000 Carlos O'Ryan <coryan@uci.edu> * ace/Makefile.am: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index a4c55be2731..2147c212ff2 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,8 @@ +Mon Oct 16 14:05:13 2000 David L. Levine <levine@cs.wustl.edu> + + * ACE-INSTALL.html: removed spurious 3D characters from + VxWorks section. + Mon Oct 16 11:17:08 2000 Carlos O'Ryan <coryan@uci.edu> * ace/Makefile.am: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index a4c55be2731..2147c212ff2 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,8 @@ +Mon Oct 16 14:05:13 2000 David L. Levine <levine@cs.wustl.edu> + + * ACE-INSTALL.html: removed spurious 3D characters from + VxWorks section. + Mon Oct 16 11:17:08 2000 Carlos O'Ryan <coryan@uci.edu> * ace/Makefile.am: |