Hi All, Can someone help me in configuration and building the Package with the version * xerces-c-3.1.1* in HP-UX 64bit
Below is my machine specifications: *Machine *: HP-UX B.11.11 U 9000/800 2404418735 unlimited-user license *Compiler*: aCC: HP ANSI C++ B3910B A.03.56 *GMAKE *: GNU Make 3.80 I tried the below configure command in *xerces-c-3.1.1* directory with installed ICU directory ( My intention is to build* 64-bit xerces libs and binaries*) *./configure CXX=aCC CC=aCC CFLAGS="-mt" CXXFLAGS="-mt" LDFLAGS="-mt" --with-icu=/scratch/bedford1/sdash/artix5.6.2/hp11ipa2/icu4.8.1 --prefix=/scratch/bedford1/sdash/artix5.6.2/hp11ipa2/xerces3.1.1* * * .................................... .................................... checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for towupper... yes checking for towlower... yes checking for mblen... yes checking for wcsupr... no checking for wcslwr... no checking for wcsnicmp... no checking for wcsicmp... no checking for mbrlen... no checking for wcsrtombs... no checking for mbsrtowcs... no checking if iconv uses const pointers... yes checking for stricmp... (cached) no checking for strnicmp... (cached) no checking for towlower... (cached) yes checking for towupper... (cached) yes checking whether we'll generate prettier make output... yes checking for which path delimiter characters to accept... / checking for which Mutex Manager to use... configure: error: Xerces cannot function without mutex support. You may want to --disable-threads. Regards, Sitansu