Hi all,

I am trying to build xerces2.1 version.
I noticed something peculiar regarding the naming patterns.

Queries:

  - Could any one please clarify as to why different naming convention
  is followed for the below platforms? Is there some specific reason sl in
  libxerces-c.sl.21.0 is in middle and not used as an extension at the
  end.
  - And is it ok if i rename the shared library in HP-UX similar to that
  in AIX *i.e rename (# REAL_NAME=libxerces-c.sl.21.0 to # REAL_NAME=
  libxerces-c21.0.sl)* just to follow the consistency with AIX naming
  convention.


*AIX:*
# LINK_NAME=libxerces-c.so
# SO_NAME  =libxerces-c21.so
# REAL_NAME=libxerces-c21.0.so

*HPUX:*
# LINK_NAME=libxerces-c.sl
# SO_NAME  =libxerces-c.sl.21
# REAL_NAME=libxerces-c.sl.21.0

Thanks and Regards
Alok Verma

Reply via email to