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

Diff for /pegasus/doc/porting.txt between version 1.1 and 1.2.2.1

version 1.1, 2001/05/18 20:14:46 version 1.2.2.1, 2001/09/13 18:03:04
Line 1 
Line 1 
  
   
 Notes for Solaris: Notes for Solaris:
  
     Used static libraries for G++.     Used static libraries for G++.
Line 18 
Line 17 
     Missing standard headers (e.g., <cstdio>, <cstddef>,...)     Missing standard headers (e.g., <cstdio>, <cstddef>,...)
     No boolean type.     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 !


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2