diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.HP-UX | 7 | ||||
-rw-r--r-- | cpp/config/Make.rules | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/backup/README | 8 |
3 files changed, 5 insertions, 12 deletions
diff --git a/cpp/INSTALL.HP-UX b/cpp/INSTALL.HP-UX index 327043984c4..1b7eff22e70 100644 --- a/cpp/INSTALL.HP-UX +++ b/cpp/INSTALL.HP-UX @@ -35,14 +35,15 @@ Third-party libraries http://www.sleepycat.com We recommend to configure and build Berkeley DB with: - $ export CXXOPTS="-AA" + $ export CXXOPTS="-AA -mt" + $ export CCOPTS="-mt" $ ../dist/configure --enable-cxx (plus --prefix=<dir> and/or --enable-java if you like) $ gmake For 64 bit builds, use: - $ export CXXOPTS="-AA +DD64" - $ export CCOPTS="+DD64" + $ export CXXOPTS="-AA +DD64 -mt" + $ export CCOPTS="+DD64 -mt" $ ../dist/configure --enable-cxx (plus --prefix=<dir> and/or --enable-java if you like) $ gmake diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index ca003c188d5..fbe703463ed 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -17,7 +17,7 @@ # if it does not exist. # -prefix = /opt/Ice-$(VERSION) +prefix = /home/bernard/test-install/Ice-$(VERSION) # # Define OPTIMIZE as yes if you want to build with diff --git a/cpp/demo/Freeze/backup/README b/cpp/demo/Freeze/backup/README index 11c269a9c9e..d34440e6da8 100644 --- a/cpp/demo/Freeze/backup/README +++ b/cpp/demo/Freeze/backup/README @@ -46,14 +46,6 @@ environment while client is running: Freeze.DbEnv.db.DbPrivate=0 --------------- -RedHat 9 note: -You can't use the Berkeley DB that comes with RedHat 9 with both -DbPrivate=0 and LD_ASSUME_KERNEL=2.4.1. To run this demo, you need to -rebuild (re-configure) Berkeley DB with LD_ASSUME_KERNEL set to 2.4.1. -Ref: http://www.zeroc.com/vbulletin/showthread.php?threadid=127 --------------- - The db/DB_CONFIG file is used to put the data files and log files in different sub-directories, which simplifies archiving. |