(file) Return to porting.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

File: [Pegasus] / pegasus / doc / porting.txt (download)
Revision: 1.2.2.1, Thu Sep 13 17:03:04 2001 UTC (22 years, 7 months ago) by sage
Branch: dev
CVS Tags: dev_dead, SNAPSHOT_1_04
Changes since 1.2: +14 -0 lines
Initial z/OS support


Notes for Solaris:

    Used static libraries for G++.
    Add -fPIC to compiler line.
    Reorder libraries in libraries.mak files (one pass linking).
    Add space between "-o" and ".tmp.o".
    Add FILTER= for purify

Notes on xlC on AIX (IBM C++):

    No template specialization.
    No namespaces.
    No for scope.
    Destructor warnings.
    No template default arguments.
    Missing standard headers (e.g., <cstdio>, <cstddef>,...)
    No boolean type.

    Be sure makeC++SharedLib is on your path.
    Ignore the "WARNING: Duplicat system: ..." messages from linker.

Notes on IBM compiler on z/OS:
    same Compiler restrictions as on AIX

    the grammar for the Compiler has to be rebuilt because of EBCDIC encoding.

    to be able to build Pegasus, the gnu utilities (for os/390) bison, flex
    make and makedepend are necessary

    the current implementation assumes a server working with an EBCDIC code page
    and a client in an ASCII environment.

    CAVEAT: Since dynamic_cast isn't supported, Provider2 cannot be compiled at
            the moment !

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2