Berkeley DB XML Reference Guide:
Building Berkeley DB XML for UNIX/POSIX systems
PrevRefNext

HP-UX

See Also Berkeley DB notes on HP-UX

  1. Normal build command for HP-UX on the IA64 platform using aCC and cc and no options:
    bash ./buildall.sh -b 64 -c aCC -x aCC --with-configure-env="CFLAGS='-AA -mt +DD64' CXXFLAGS='-AA -mt +DD64' LDFLAGS='-AA -mt +DD64'"

    If you want to build with debug enabled, you should do this:

    bash ./buildall.sh -b 64 -c aCC -x aCC --with-configure-env="CFLAGS='-AA -mt +DD64' CXXFLAGS='-AA -g0 -mt +DD64' LDFLAGS='-AA -mt +DD64'"

    Gnu tar should be used to uncompress the Berkeley DB XML archive as the default tar does not handle long file names and some test directories can be truncated. This will not affect the product itself.


PrevRefNext

Copyright (c) 1996-2009 Oracle. All rights reserved.