# @(#)55        1.3  src/examples/pubsex/prime/readme, examples.src, os2dce21.dss, 960602a.1 5/12/96 10:09:29
#
#   COMPONENT_NAME: examples.src
#
#   FUNCTIONS: readme
#
#   ORIGINS: 27
#
#
# (C) COPYRIGHT International Business Machines Corp. 1992, 1994
# All Rights Reserved
# Licensed Materials - Property of IBM
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
##############################################################################


Steps to build and run the DCE prime example program:
-----------------------------------------------------

1.- Under AIX issue the make command to build prime.
    Under OS/2 issue, refer to the main Examples Readme file in
    opt\dcelocal\examples for information on how to build
    this example.


2.- To run the prime example simply type prime at the command line.
    A list of prime numbers is output.


    ---> prime


    The following is displayed:

    thread terminated normally
    The list of 110 primes follows:
    1 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53
    59 61 67 71 73 79 83 89 97 101 103 107 109 113 127
    131 137 139 149 151 157 163 167 173 179 181 191 193 197 199
    211 223 227 229 233 239 241 251 257 263 269 271 277 281 283
    293 307 311 313 317 331 337 347 349 353 359 367 373 379 383
    389 397 401 409 419 421 431 433 439 443 449 457 461 463 467
    479 487 491 499 503 509 521 523 541 547 557 563 569 571 577
    587 593 599 601



For further information on this example see the DCE Application Development
Guide.

