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

File: [Pegasus] / pegasus / doc / porting.txt (download)
Revision: 1.2, Sun May 20 19:33:57 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_1_01, version_0_99_1, version_0_99, version_0_97_3, version_0_97_2, version_0_97_1, version_0_97, version_0_79_4, main
Branch point for: dev
Changes since 1.1: +2 -1 lines
Port to AIX


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.

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2