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

Diff for /pegasus/doc/porting.txt between version 1.2 and 1.4

version 1.2, 2001/05/20 20:33:57 version 1.4, 2004/12/01 10:15:07
Line 19 
Line 19 
  
     Be sure makeC++SharedLib is on your path.     Be sure makeC++SharedLib is on your path.
     Ignore the "WARNING: Duplicat system: ..." messages from linker.     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 !
   
   Notes for Mac OS X (10.2.X or Higher) :
   
      gcc version 3.3.
   
      use gnutar for extracting pegasus source on Mac OS X.
   
      Used dynamic libraries for g++.
   
      Add -dynamiclib -fPIC to compiler line.
   
      to be able to build Pegasus, dlcompat needed to be installed on Mac OS X.
      dlcomapt is available  from :
   
      http://www.opendarwin.org/projects/dlcompat/
   
   
   
   


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2