From: sotelojavier at hotmail.com (Javier Sotelo) Date: Tue, 13 May 2008 11:20:00 -0700 Subject: [Pljava-dev] PLJava (64-bit) Build Error: JNI_CreateJavaVM Message-ID: Hello, The current 64-bit pljava binary for Linux depends on assert code that is not included, therefore it is unusable. After successfully building pljava with no errors, I tried to install again. This time the library could not load due to an undefined symbol, JNI_CreateJavaVM (actually there's more, see details). PostgreSQL 8.1.11 was first built on my machine and then installed. I assume, maybe falsely, that the version of PostgreSQL is also 64-bit. I've gone through the configure log and the make files but I wasn't able to tell for sure. If PostgreSQL is 32 bit then that is my problem, otherwise I have no clue what is wrong. I've included all the details below. If PostgreSQL is 32-bit, how can I build a 64-bit version? Thank You for Your Time, Javier Sotelo DETAILS: SYSTEM: SuSe 10.2 64-bit Java 1.5.0_15 64 bit PostgreSQL 8.1.11 64 bit (as far as I can tell) EXPORT: declare -x JAVA_HOME="/usr/java/jdk1.5.0_15" declare -x JRE_HOME="/usr/java/jdk1.5.0_15/jre" declare -x PATH="/opt/kde3/bin:/home/postgres/bin:/usr/local/bin:/usr/bin: /usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin: /usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/usr/local/pgsql/bin: /usr/java/jdk1.5.0_15/bin:/usr/local/pgsql/bin:/usr/java/jdk1.5.0_15/bin: /usr/local/pgsql/bin:/usr/java/jdk1.5.0_15/bin" declare -x PGSQLDIR="/usr/local/pgsql" declare -x LD_LIBRARY_PATH="/usr/local/pgsql/lib: /usr/java/jdk1.5.0_15/jre/lib/amd64:/usr/java/jdk1.5.0_15/jre/lib/amd64/server: /usr/java/jdk1.5.0_15/jre/lib/amd64/native_threads" POSTGRESQL.CONFIG: ... dynamic_library_path = '$libdir:/usr/share/pljava' ... custom_variable_classes = 'pljava' pljava.classpath='/usr/share/pljava/pljava.jar' PLJAVA ERROR: lb-bft23:/usr/share/pljava # java -cp deploy.jar:postgresql-8.1-412.jdbc3.jar or g.postgresql.pljava.deploy.Deployer -install -user postgres -database pljava org.postgresql.util.PSQLException: ERROR: could not load library "/usr/share/plj ava/pljava.so": /usr/share/pljava/pljava.so: undefined symbol: JNI_CreateJavaVM at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryEx ecutorImpl.java:1575) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutor Impl.java:1324) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.ja va:190) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stat ement.java:452) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(Abstract Jdbc2Statement.java:340) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stat ement.java:332) at org.postgresql.pljava.deploy.Deployer.initJavaHandlers(Deployer.java: 474) at org.postgresql.pljava.deploy.Deployer.main(Deployer.java:269) LIBRARY INFO: lb-bft23:/usr/share/pljava # ldd -v pljava.so libc.so.6 => /lib64/libc.so.6 (0x00002af3c959d000) /lib64/ld-linux-x86-64.so.2 (0x0000555555554000) Version information: ./pljava.so: libc.so.6 (GLIBC_2.3) => /lib64/libc.so.6 libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6 /lib64/libc.so.6: ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x86-64.so.2 ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.s o.2 lb-bft23:/usr/share/pljava # ldd -r pljava.so undefined symbol: QueryCancelPending (./pljava.so) undefined symbol: proc_exit_inprogress (./pljava.so) undefined symbol: SPI_tuptable (./pljava.so) undefined symbol: CurrentMemoryContext (./pljava.so) undefined symbol: PG_exception_stack (./pljava.so) undefined symbol: global_timezone (./pljava.so) undefined symbol: MyProcPid (./pljava.so) undefined symbol: TopMemoryContext (./pljava.so) undefined symbol: textout (./pljava.so) undefined symbol: stack_base_ptr (./pljava.so) undefined symbol: ProcDiePending (./pljava.so) undefined symbol: log_min_messages (./pljava.so) undefined symbol: SPI_result (./pljava.so) undefined symbol: error_context_stack (./pljava.so) undefined symbol: SPI_processed (./pljava.so) undefined symbol: client_min_messages (./pljava.so) undefined symbol: InterruptPending (./pljava.so) undefined symbol: SPI_execute_plan (./pljava.so) undefined symbol: heap_copytuple (./pljava.so) undefined symbol: elog_finish (./pljava.so) undefined symbol: inv_drop (./pljava.so) undefined symbol: SPI_cursor_fetch (./pljava.so) undefined symbol: errstart (./pljava.so) undefined symbol: SPI_freeplan (./pljava.so) undefined symbol: GetConfigOption (./pljava.so) undefined symbol: appendStringInfoString (./pljava.so) undefined symbol: inv_tell (./pljava.so) undefined symbol: GetSessionUserId (./pljava.so) undefined symbol: appendBinaryStringInfo (./pljava.so) undefined symbol: floor (./pljava.so) undefined symbol: RegisterSubXactCallback (./pljava.so) undefined symbol: get_typlenbyvalalign (./pljava.so) undefined symbol: pfree (./pljava.so) undefined symbol: get_fn_expr_rettype (./pljava.so) undefined symbol: find_coercion_pathway (./pljava.so) undefined symbol: SPI_gettypeid (./pljava.so) undefined symbol: SPI_getrelname (./pljava.so) undefined symbol: ReleaseSysCache (./pljava.so) undefined symbol: pg_usleep (./pljava.so) undefined symbol: Float4GetDatum (./pljava.so) undefined symbol: SPI_fname (./pljava.so) undefined symbol: CreateTupleDescCopy (./pljava.so) undefined symbol: errfinish (./pljava.so) undefined symbol: GetCurrentSubTransactionId (./pljava.so) undefined symbol: inv_read (./pljava.so) undefined symbol: lookup_rowtype_tupdesc_noerror (./pljava.so) undefined symbol: AllocSetContextCreate (./pljava.so) undefined symbol: DefineCustomBoolVariable (./pljava.so) undefined symbol: ReThrowError (./pljava.so) undefined symbol: FunctionCall3 (./pljava.so) undefined symbol: ExecCopySlotTuple (./pljava.so) undefined symbol: pqsignal (./pljava.so) undefined symbol: construct_md_array (./pljava.so) undefined symbol: inv_seek (./pljava.so) undefined symbol: lookup_rowtype_tupdesc (./pljava.so) undefined symbol: SearchSysCache (./pljava.so) undefined symbol: format_type_be (./pljava.so) undefined symbol: byteasend (./pljava.so) undefined symbol: superuser_arg (./pljava.so) undefined symbol: SPI_modifytuple (./pljava.so) undefined symbol: disable_sig_alarm (./pljava.so) undefined symbol: inv_open (./pljava.so) undefined symbol: heap_formtuple (./pljava.so) undefined symbol: end_MultiFuncCall (./pljava.so) undefined symbol: Float8GetDatum (./pljava.so) undefined symbol: SPI_cursor_move (./pljava.so) undefined symbol: GetUserId (./pljava.so) undefined symbol: DirectFunctionCall1 (./pljava.so) undefined symbol: pg_do_encoding_conversion (./pljava.so) undefined symbol: unknownrecv (./pljava.so) undefined symbol: CreateTupleDescCopyConstr (./pljava.so) undefined symbol: GetAttributeByNum (./pljava.so) undefined symbol: unknownsend (./pljava.so) undefined symbol: elog_start (./pljava.so) undefined symbol: inv_write (./pljava.so) undefined symbol: GetUserNameFromId (./pljava.so) undefined symbol: get_fn_expr_argtype (./pljava.so) undefined symbol: UnregisterSubXactCallback (./pljava.so) undefined symbol: SysCacheGetAttr (./pljava.so) undefined symbol: CopyErrorData (./pljava.so) undefined symbol: ArrayGetNItems (./pljava.so) undefined symbol: pq_endtypsend (./pljava.so) undefined symbol: DefineCustomIntVariable (./pljava.so) undefined symbol: SPI_finish (./pljava.so) undefined symbol: SPI_result_code_string (./pljava.so) undefined symbol: parseTypeString (./pljava.so) undefined symbol: initStringInfo (./pljava.so) undefined symbol: SPI_getargcount (./pljava.so) undefined symbol: pg_namespace_aclcheck (./pljava.so) undefined symbol: SPI_is_cursor_plan (./pljava.so) undefined symbol: heap_freetuple (./pljava.so) undefined symbol: BeginInternalSubTransaction (./pljava.so) undefined symbol: SPI_connect (./pljava.so) undefined symbol: ReleaseCurrentSubTransaction (./pljava.so) undefined symbol: pq_begintypsend (./pljava.so) undefined symbol: errmsg (./pljava.so) undefined symbol: SPI_getargtypeid (./pljava.so) undefined symbol: GetCurrentTransactionNestLevel (./pljava.so) undefined symbol: fmgr_info_cxt (./pljava.so) undefined symbol: SPI_restore_connection (./pljava.so) undefined symbol: UnregisterExprContextCallback (./pljava.so) undefined symbol: SPI_cursor_close (./pljava.so) undefined symbol: FunctionCall1 (./pljava.so) undefined symbol: SPI_freetuptable (./pljava.so) undefined symbol: GetMemoryChunkContext (./pljava.so) undefined symbol: FreeTupleDesc (./pljava.so) undefined symbol: SPI_cursor_open (./pljava.so) undefined symbol: RollbackAndReleaseCurrentSubTransaction (./pljava.so) undefined symbol: inv_create (./pljava.so) undefined symbol: errcode (./pljava.so) undefined symbol: EmitWarningsOnPlaceholders (./pljava.so) undefined symbol: SPI_getbinval (./pljava.so) undefined symbol: MemoryContextDelete (./pljava.so) undefined symbol: SPI_saveplan (./pljava.so) undefined symbol: SPI_getnspname (./pljava.so) undefined symbol: MemoryContextStrdup (./pljava.so) undefined symbol: FlushErrorState (./pljava.so) undefined symbol: pg_localtime (./pljava.so) undefined symbol: appendStringInfo (./pljava.so) undefined symbol: pq_copymsgbytes (./pljava.so) undefined symbol: SPI_exec (./pljava.so) undefined symbol: UnregisterXactCallback (./pljava.so) undefined symbol: MemoryContextAllocZero (./pljava.so) undefined symbol: SPI_fnumber (./pljava.so) undefined symbol: rint (./pljava.so) undefined symbol: bytearecv (./pljava.so) undefined symbol: DefineCustomStringVariable (./pljava.so) undefined symbol: RegisterExprContextCallback (./pljava.so) undefined symbol: get_call_result_type (./pljava.so) undefined symbol: GetDatabaseEncoding (./pljava.so) undefined symbol: on_proc_exit (./pljava.so) undefined symbol: MemoryContextReset (./pljava.so) undefined symbol: GetCurrentAbsoluteTime (./pljava.so) undefined symbol: SetUserIdAndContext (./pljava.so) undefined symbol: enable_sig_alarm (./pljava.so) undefined symbol: appendStringInfoChar (./pljava.so) undefined symbol: SPI_prepare (./pljava.so) undefined symbol: per_MultiFuncCall (./pljava.so) undefined symbol: RegisterXactCallback (./pljava.so) undefined symbol: init_MultiFuncCall (./pljava.so) undefined symbol: JNI_CreateJavaVM (./pljava.so) undefined symbol: Int64GetDatum (./pljava.so) undefined symbol: FreeErrorData (./pljava.so) undefined symbol: pg_detoast_datum (./pljava.so) undefined symbol: inv_close (./pljava.so) undefined symbol: MemoryContextAlloc (./pljava.so) libc.so.6 => /lib64/libc.so.6 (0x00002ad5d92e4000) /lib64/ld-linux-x86-64.so.2 (0x0000555555554000) PLJAVA BUILD INFO: make -k release make[1]: Entering directory `/home/postgres/pljava-1.4.0/build/classes/pljava' javac -source 1.4 -target 1.4 -d . jar cf /home/postgres/pljava-1.4.0/build/pljava.jar . javah -classpath . -d /home/postgres/pljava-1.4.0/build/jni make[1]: Leaving directory `/home/postgres/pljava-1.4.0/build/classes/pljava' make[1]: Entering directory `/home/postgres/pljava-1.4.0/build/classes/deploy' javac -source 1.4 -target 1.4 -d . jar cmf /home/postgres/pljava-1.4.0/src/java/deploy/META-INF/manifest.txt /home/ postgres/pljava-1.4.0/build/deploy.jar . make[1]: Leaving directory `/home/postgres/pljava-1.4.0/build/classes/deploy' make[1]: Entering directory `/home/postgres/pljava-1.4.0/build/objs' gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ PgSavepoint.c -o PgSavepoint.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ SQLInputFromChunk.c -o SQLInputFromChunk.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ XactListener.c -o XactListener.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ PgObject.c -o PgObject.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ Function.c -o Function.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ Iterator.c -o Iterator.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ Invocation.c -o Invocation.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ ExecutionPlan.c -o ExecutionPlan.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ SubXactListener.c -o SubXactListener.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ Session.c -o Session.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/TupleTable.c -o type/TupleTable.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Boolean.c -o type/Boolean.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/TupleDesc.c -o type/TupleDesc.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Time.c -o type/Time.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/byte_array.c -o type/byte_array.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgsql/i nclude/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLIBDIR=\"/ usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I/home/postgr es/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER=1 -DPGSQL_PATCH_ VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra~1/Java/jdk1.5.0_06/ include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/type/Void.c -o type/Void .o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/ErrorData.c -o type/ErrorData.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Oid.c -o type/Oid.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Composite.c -o type/Composite.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Any.c -o type/Any.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Float.c -o type/Float.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Double.c -o type/Double.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/String.c -o type/String.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Portal.c -o type/Portal.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Integer.c -o type/Integer.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/UDT.c -o type/UDT.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/JavaWrapper.c -o type/JavaWrapper.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Short.c -o type/Short.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Array.c -o type/Array.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/BigDecimal.c -o type/BigDecimal.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/HeapTupleHeader.c -o type/HeapTupleHeader.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/TriggerData.c -o type/TriggerData.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Relation.c -o type/Relation.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Timestamp.c -o type/Timestamp.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Tuple.c -o type/Tuple.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Byte.c -o type/Byte.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/AclId.c -o type/AclId.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Date.c -o type/Date.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Coerce.c -o type/Coerce.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Type.c -o type/Type.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/Long.c -o type/Long.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ type/LargeObject.c -o type/LargeObject.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ HashMap.c -o HashMap.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ SQLOutputToTuple.c -o SQLOutputToTuple.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ Backend.c -o Backend.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ SPI.c -o SPI.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ backports.c -o backports.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ Exception.c -o Exception.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ JNICalls.c -o JNICalls.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ SQLOutputToChunk.c -o SQLOutputToChunk.o gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-aft er-statement -Wendif-labels -fno-strict-aliasing -fpic -I. -I/usr/local/pgs ql/include/server -I/usr/local/pgsql/include/internal -D_GNU_SOURCE -DPKGLI BDIR=\"/usr/local/pgsql/lib\" -I/home/postgres/pljava-1.4.0/src/C/include -I /home/postgres/pljava-1.4.0/build/jni -DPGSQL_MAJOR_VER=8 -DPGSQL_MINOR_VER= 1 -DPGSQL_PATCH_VER=11 -I"C:/Progra~1/Java/jdk1.5.0_06/include" -I"C:/Progra ~1/Java/jdk1.5.0_06/include/linux" /home/postgres/pljava-1.4.0/src/C/pljava/ SQLInputFromTuple.c -o SQLInputFromTuple.o gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after- statement -Wendif-labels -fno-strict-aliasing -fpic -shared -Wl,-soname,plj ava.so PgSavepoint.o SQLInputFromChunk.o XactListener.o PgObject.o Function .o Iterator.o Invocation.o ExecutionPlan.o SubXactListener.o Session.o type/ TupleTable.o type/Boolean.o type/TupleDesc.o type/Time.o type/byte_array.o t ype/Void.o type/ErrorData.o type/Oid.o type/Composite.o type/Any.o type/Floa t.o type/Double.o type/String.o type/Portal.o type/Integer.o type/UDT.o type /JavaWrapper.o type/Short.o type/Array.o type/BigDecimal.o type/HeapTupleHea der.o type/TriggerData.o type/Relation.o type/Timestamp.o type/Tuple.o type/ Byte.o type/AclId.o type/Date.o type/Coerce.o type/Type.o type/Long.o type/L argeObject.o HashMap.o SQLOutputToTuple.o Backend.o SPI.o backports.o Except ion.o JNICalls.o SQLOutputToChunk.o SQLInputFromTuple.o -L/usr/local/pgsql/ lib -Wl,-rpath,/usr/local/pgsql/lib -L. -L"" -ljvm -o pljava.so make[1]: Leaving directory `/home/postgres/pljava-1.4.0/build/objs' make[1]: Entering directory `/home/postgres/pljava-1.4.0/build/classes/examples' javac -source 1.4 -target 1.4 -d . -classpath /home/postgres/pljava-1.4.0/build/ classes/pljava jar cmf /home/postgres/pljava-1.4.0/src/java/examples/deployment/examples.manife st /home/postgres/pljava-1.4.0/build/examples.jar . \ -C /home/postgres/pljava-1.4.0/src/java/examples deployment/examples.ddr \ -C /home/postgres/pljava-1.4.0/src/java/examples org/postgresql/pljava/examp le/example.properties make[1]: Leaving directory `/home/postgres/pljava-1.4.0/build/classes/examples' make[1]: Entering directory `/home/postgres/pljava-1.4.0/build/classes/pljava' javadoc -d /home/postgres/pljava-1.4.0/build/docs/pljava \ -sourcepath /home/postgres/pljava-1.4.0/src/java/pljava \ -subpackages org.postgresql.pljava \ -breakiterator \ -doctitle 'PL/Java v1.4 API Specification' \ -protected \ -bottom 'Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \ Distributed under the terms shown in COPY RIGHT' Creating destination directory: "/home/postgres/pljava-1.4.0/build/docs/pljava/" Loading source files for package org.postgresql.pljava... Loading source files for package org.postgresql.pljava.jdbc... Loading source files for package org.postgresql.pljava.management... Loading source files for package org.postgresql.pljava.internal... Loading source files for package org.postgresql.pljava.sqlj... Constructing Javadoc information... Standard Doclet version 1.5.0_15 Building tree for all the packages and classes... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// ObjectPool.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// PooledObject.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// ResultSetHandle.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// ResultSetProvider.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// SavepointListener.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// Session.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// SessionManager.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// TransactionListener.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// TriggerData.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// TriggerException.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j \dbc//AbstractResultSet.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//AbstractResultSetMetaData.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//BlobValue.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//BuiltinFunctions.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//ClobValue.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//Invocation.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//ObjectResultSet.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//ReadOnlyResultSet.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//ResultSetField.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SingleRowReader.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SingleRowResultSet.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SingleRowWriter.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SPIConnection.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SPIDatabaseMetaData.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SPIDriver.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SPIParameterMetaData.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SPIPreparedStatement.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SPIResultSet.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SPIResultSetMetaData.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SPIStatement.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SQLInputFromChunk.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SQLInputFromTuple.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SQLOutputToChunk.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SQLOutputToTuple.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SQLUtils.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//StatementClosedException.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SyntheticResultSet.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//SyntheticResultSetMetaData.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//TriggerResultSet.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//TypeOid.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//UnsupportedFeatureException.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/m anagement//Commands.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/m anagement//SQLDeploymentDescriptor.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//AclId.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//Backend.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//ELogFormatter.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//ELogHandler.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//ErrorData.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//ExecutionPlan.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//HeapTupleHeader.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//JavaWrapper.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//LargeObject.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//Oid.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//PgSavepoint.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//Portal.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//Relation.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//ResultSetPicker.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//ServerException.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//Session.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//SPI.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//SPIException.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//TransactionalMap.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//TransactionalMap.BackedEntry.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//TransactionalMap.EntryIterator.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//TransactionalMap.KeyIterator.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//TransactionalMap.ValueIterator.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//TriggerData.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//Tuple.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//TupleDesc.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//TupleTable.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/s qlj//Loader.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/overview-frame.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// package-frame.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// package-summary.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava// package-tree.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//package-frame.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//package-summary.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/i nternal//package-tree.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//package-frame.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//package-summary.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/j dbc//package-tree.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/m anagement//package-frame.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/m anagement//package-summary.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/m anagement//package-tree.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/s qlj//package-frame.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/s qlj//package-summary.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/org/postgresql/pljava/s qlj//package-tree.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/constant-values.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/serialized-form.html... Building index for all the packages and classes... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/overview-tree.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/index-all.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/deprecated-list.html... Building index for all classes... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/allclasses-frame.html.. . Generating /home/postgres/pljava-1.4.0/build/docs/pljava/allclasses-noframe.html ... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/index.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/overview-summary.html.. . Generating /home/postgres/pljava-1.4.0/build/docs/pljava/help-doc.html... Generating /home/postgres/pljava-1.4.0/build/docs/pljava/stylesheet.css... make[1]: Leaving directory `/home/postgres/pljava-1.4.0/build/classes/pljava' make[1]: Entering directory `/home/postgres/pljava-1.4.0/build/classes/deploy' javadoc -d /home/postgres/pljava-1.4.0/build/docs/deploy \ -sourcepath /home/postgres/pljava-1.4.0/src/java/deploy \ -subpackages org.postgresql.pljava \ -breakiterator \ -doctitle 'PL/Java deployer API Specification' \ -protected \ -bottom 'Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \ Distributed under the terms shown in COPY RIGHT' Creating destination directory: "/home/postgres/pljava-1.4.0/build/docs/deploy/" Loading source files for package org.postgresql.pljava.deploy... Constructing Javadoc information... Standard Doclet version 1.5.0_15 Building tree for all the packages and classes... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/org/postgresql/pljava/d eploy//Deployer.html... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/org/postgresql/pljava/d eploy//package-frame.html... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/org/postgresql/pljava/d eploy//package-summary.html... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/org/postgresql/pljava/d eploy//package-tree.html... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/constant-values.html... Building index for all the packages and classes... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/overview-tree.html... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/index-all.html... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/deprecated-list.html... Building index for all classes... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/allclasses-frame.html.. . Generating /home/postgres/pljava-1.4.0/build/docs/deploy/allclasses-noframe.html ... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/index.html... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/help-doc.html... Generating /home/postgres/pljava-1.4.0/build/docs/deploy/stylesheet.css... make[1]: Leaving directory `/home/postgres/pljava-1.4.0/build/classes/deploy' make[1]: Entering directory `/home/postgres/pljava-1.4.0/build' (cd pljava-x86_64-unknown-linux-gnu-pg8.1-1.4.0; /bin/tar zcf ../distrib/pljava- x86_64-unknown-linux-gnu-pg8.1-1.4.0.tar.gz .) make[1]: Leaving directory `/home/postgres/pljava-1.4.0/build' POSTGRESQL CONFIGURE LOG: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PostgreSQL configure 8.1.11, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = lb-bft23 uname -m = x86_64 uname -r = 2.6.18.2-34-default uname -s = Linux uname -v = #1 SMP Mon Nov 27 11:46:27 UTC 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/kde3/bin PATH: /home/arclight/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /bin PATH: /usr/games PATH: /opt/gnome/bin PATH: /usr/lib64/jvm/jre/bin PATH: /usr/lib/mit/bin PATH: /usr/lib/mit/sbin PATH: /usr/lib/qt3/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1405: checking build system type configure:1423: result: x86_64-unknown-linux-gnu configure:1431: checking host system type configure:1445: result: x86_64-unknown-linux-gnu configure:1455: checking which template to use configure:1556: result: linux configure:1694: checking whether to build with 64-bit integer date/time support configure:1725: result: no configure:1732: checking whether NLS is wanted configure:1766: result: no configure:1774: checking for default port number configure:1803: result: 5432 configure:2028: checking for gcc configure:2044: found /usr/bin/gcc configure:2054: result: gcc configure:2075: checking for C compiler version configure:2078: gcc --version &5 gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2081: $? = 0 configure:2083: gcc -v &5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local- prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/us r/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ja va,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 - -enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-syste m-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new -- program-suffix=-4.1 --enable-version-specific-runtime-libs --without-system-libu nwind --with-cpu=generic --host=x86_64-suse-linux Thread model: posix gcc version 4.1.2 20061115 (prerelease) (SUSE Linux) ... configure:20940: result: no configure:20954: checking for sig_atomic_t configure:20979: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:20985: $? = 0 configure:20989: test -z || test ! -s conftest.err configure:20992: $? = 0 configure:20995: test -s conftest.o configure:20998: $? = 0 configure:21009: result: yes configure:21024: checking for POSIX signal interface configure:21049: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GN U_SOURCE conftest.c -lz -lreadline -lcrypt -lresolv -lnsl -ldl -lm >&5 configure:21055: $? = 0 configure:21059: test -z || test ! -s conftest.err configure:21062: $? = 0 configure:21065: test -s conftest configure:21068: $? = 0 configure:21080: result: yes configure:21112: checking for special C compiler options needed for large files configure:21211: result: no configure:21217: checking for _FILE_OFFSET_BITS value needed for large files configure:21248: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:21254: $? = 0 configure:21258: test -z || test ! -s conftest.err configure:21261: $? = 0 configure:21264: test -s conftest.o configure:21267: $? = 0 configure:21332: result: no configure:21342: checking for _LARGE_FILES value needed for large files configure:21373: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:21379: $? = 0 configure:21383: test -z || test ! -s conftest.err configure:21386: $? = 0 configure:21389: test -s conftest.o configure:21392: $? = 0 configure:21457: result: no configure:21472: checking for working memcmp configure:21520: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GN U_SOURCE conftest.c -lz -lreadline -lcrypt -lresolv -lnsl -ldl -lm >&5 configure:21523: $? = 0 configure:21525: ./conftest configure:21528: $? = 0 configure:21542: result: yes configure:22259: checking for onsgmls configure:22275: found /usr/bin/onsgmls configure:22285: result: onsgmls configure:22299: checking for openjade configure:22315: found /usr/bin/openjade configure:22325: result: openjade configure:22336: checking for DocBook V4.2 configure:22365: result: yes configure:22371: checking for DocBook stylesheets configure:22405: result: /usr/share/sgml/docbook/dsssl-stylesheets configure:22416: checking for collateindex.pl configure:22434: found /usr/share/sgml/docbook/dsssl-stylesheets/bin/collateinde x.pl configure:22446: result: /usr/share/sgml/docbook/dsssl-stylesheets/bin/collatein dex.pl configure:22506: checking for sgmlspl configure:22535: result: no configure:22779: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by PostgreSQL config.status 8.1.11, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on lb-bft23 config.status:746: creating GNUmakefile config.status:746: creating src/Makefile.global config.status:849: creating src/include/pg_config.h config.status:1297: linking ./src/backend/port/tas/dummy.s to src/backend/port/t as.s config.status:1297: linking ./src/backend/port/dynloader/linux.c to src/backend/ port/dynloader.c config.status:1297: linking ./src/backend/port/sysv_sema.c to src/backend/port/p g_sema.c config.status:1297: linking ./src/backend/port/sysv_shmem.c to src/backend/port/ pg_shmem.c config.status:1297: linking ./src/backend/port/dynloader/linux.h to src/include/ dynloader.h config.status:1297: linking ./src/include/port/linux.h to src/include/pg_config_ os.h config.status:1297: linking ./src/makefiles/Makefile.linux to src/Makefile.port ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build_alias=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_stringize=yes ac_cv_c_volatile=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DOCBOOKSTYLE_set= ac_cv_env_DOCBOOKSTYLE_value= ac_cv_env_LDFLAGS_SL_set= ac_cv_env_LDFLAGS_SL_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_accept_arg1=int ac_cv_func_accept_arg2='struct sockaddr *' ac_cv_func_accept_arg3=socklen_t ac_cv_func_accept_return=int ac_cv_func_atexit=yes ac_cv_func_cbrt=yes ac_cv_func_crypt=yes ac_cv_func_dlopen=yes ac_cv_func_fcvt=yes ac_cv_func_fdatasync=yes ac_cv_func_fseeko=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long=yes ac_cv_func_getpeereid=no ac_cv_func_getrusage=yes ac_cv_func_inet_aton=yes ac_cv_func_isinf=yes ac_cv_func_memcmp_working=yes ac_cv_func_memmove=yes ac_cv_func_poll=yes ac_cv_func_pstat=no ac_cv_func_random=yes ac_cv_func_readlink=yes ac_cv_func_replace_history_entry=yes ac_cv_func_rint=yes ac_cv_func_rl_completion_matches=yes ac_cv_func_rl_filename_completion_function=yes ac_cv_func_setproctitle=no ac_cv_func_setsid=yes ac_cv_func_sigprocmask=yes ac_cv_func_snprintf=yes ac_cv_func_srandom=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strtol=yes ac_cv_func_strtoll=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_symlink=yes ac_cv_func_sysconf=yes ac_cv_func_syslog=yes ac_cv_func_towlower=yes ac_cv_func_unsetenv=yes ac_cv_func_utime=yes ac_cv_func_utimes=yes ac_cv_func_vsnprintf=yes ac_cv_func_waitpid=yes ac_cv_func_wcstombs=yes ac_cv_have_decl_F_FULLFSYNC=no ac_cv_have_decl_fdatasync=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_vsnprintf=yes ac_cv_header_SupportDefs_h=no ac_cv_header_crypt_h=yes ac_cv_header_dld_h=no ac_cv_header_endian_h=yes ac_cv_header_fp_class_h=no ac_cv_header_getopt_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_kernel_OS_h=no ac_cv_header_kernel_image_h=no ac_cv_header_langinfo_h=yes ac_cv_header_memory_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_poll_h=yes ac_cv_header_pwd_h=yes ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_sem_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_host_alias=x86_64-unknown-linux-gnu ac_cv_lib_BSD_main=no ac_cv_lib_IPC_main=no ac_cv_lib_PW_main=no ac_cv_lib_bsd_main=no ac_cv_lib_compat_main=no ac_cv_lib_cygipc_shmget=no ac_cv_lib_dl_main=yes ac_cv_lib_dld_main=no ac_cv_lib_gen_main=no ac_cv_lib_ipc_main=no ac_cv_lib_lc_main=no ac_cv_lib_ld_main=no ac_cv_lib_m_main=yes ac_cv_lib_nsl_main=yes ac_cv_lib_resolv_main=yes ac_cv_lib_socket_main=no ac_cv_lib_unix_main=no ac_cv_lib_util_setproctitle=no ac_cv_lib_z_inflate=yes ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_sockaddr_storage___ss_family=no ac_cv_member_struct_sockaddr_storage___ss_len=no ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_member_struct_sockaddr_storage_ss_len=no ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_COLLATEINDEX=/usr/share/sgml/docbook/dsssl-stylesheets/bin/collateind ex.pl ac_cv_path_LD=/usr/x86_64-suse-linux/bin/ld ac_cv_path_PERL=/usr/bin/perl ac_cv_path_TAR=/bin/tar ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_JADE=openjade ac_cv_prog_NSGMLS=onsgmls ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_gnu_ld=yes ac_cv_search_crypt=-lcrypt ac_cv_search_fdatasync='none required' ac_cv_search_getopt_long='none required' ac_cv_sizeof_size_t=8 ac_cv_sizeof_unsigned_long=8 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=no ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type_double=yes ac_cv_type_int=yes ac_cv_type_int64=no ac_cv_type_int8=no ac_cv_type_long=yes ac_cv_type_short=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_size_t=yes ac_cv_type_struct_addrinfo=yes ac_cv_type_struct_cmsgcred=no ac_cv_type_struct_fcred=no ac_cv_type_struct_option=yes ac_cv_type_struct_sockaddr_in6=yes ac_cv_type_struct_sockaddr_storage=yes ac_cv_type_struct_sockaddr_un=yes ac_cv_type_struct_sockcred=no ac_cv_type_uint64=no ac_cv_type_uint8=no ac_cv_type_union_semun=no ac_cv_type_unsigned_long=yes ac_cv_type_z_streamp=yes ac_cv_var_tzname=yes pgac_cv_alignof_double=8 pgac_cv_alignof_int=4 pgac_cv_alignof_long=8 pgac_cv_alignof_short=2 pgac_cv_c_signed=yes pgac_cv_check_docbook=yes pgac_cv_check_readline=-lreadline pgac_cv_func_gettimeofday_1arg=no pgac_cv_func_posix_signals=yes pgac_cv_funcname_func_support=yes pgac_cv_path_flex=/usr/bin/flex pgac_cv_path_stylesheets=/usr/share/sgml/docbook/dsssl-stylesheets pgac_cv_type_long_int_64=yes pgac_cv_var_PS_STRINGS=no pgac_cv_var_int_optreset=no pgac_cv_var_int_timezone=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='gcc' CFLAGS='-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-af ter-statement -Wendif-labels -fno-strict-aliasing' COLLATEINDEX='/usr/share/sgml/docbook/dsssl-stylesheets/bin/collateindex.pl' CPP='gcc -E' CPPFLAGS='-D_GNU_SOURCE ' DEFS='-DHAVE_CONFIG_H' DOCBOOKSTYLE='/usr/share/sgml/docbook/dsssl-stylesheets' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ELF_SYS='true' EXEEXT='' FLEX='/usr/bin/flex' FLEXFLAGS='' GCC='yes' HAVE_IPV6='yes' HAVE_POSIX_SIGNALS='yes' INCLUDES='' JADE='openjade' LD='/usr/x86_64-suse-linux/bin/ld' LDFLAGS=' ' LDFLAGS_SL='' LIBOBJS='' LIBS='-lz -lreadline -lcrypt -lresolv -lnsl -ldl -lm ' LN_S='ln -s' LORDER='' LTLIBOBJS='' MSGFMT='' MSGMERGE='' NSGMLS='onsgmls' OBJEXT='o' PACKAGE_BUGREPORT='pgsql-bugs at postgresql.org' PACKAGE_NAME='PostgreSQL' PACKAGE_STRING='PostgreSQL 8.1.11' PACKAGE_TARNAME='postgresql' PACKAGE_VERSION='8.1.11' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PORTNAME='linux' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' PYTHON='' RANLIB='ranlib' SGMLSPL='' SHELL='/bin/sh' STRIP='strip' STRIP_SHARED_LIB='strip --strip-unneeded' STRIP_STATIC_LIB='strip -x' TAR='/bin/tar' TAS='' TCLSH='' TCL_CONFIG_SH='' TCL_INCLUDE_SPEC='' TCL_LIBS='' TCL_LIB_FILE='' TCL_LIB_SPEC='' TCL_SHARED_BUILD='' TCL_SHLIB_LD_LIBS='' WANTED_LANGUAGES='' XGETTEXT='' YACC='bison -y' YFLAGS='' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' acx_pthread_config='' autodepend='' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' configure_args='' datadir='${prefix}/share' default_port='5432' docdir='${prefix}/doc' enable_debug='no' enable_nls='no' enable_rpath='yes' enable_shared='yes' enable_thread_safety='no' exec_prefix='${prefix}' have_docbook='yes' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' krb_srvtab='' ld_R_works='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' perl_archlibexp='' perl_embed_ldflags='' perl_privlibexp='' perl_useshrplib='' prefix='/usr/local/pgsql' program_transform_name='s,x,x,' python_additional_libs='' python_configdir='' python_includespec='' python_libdir='' python_libspec='' python_version='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' vpath_build='no' with_bonjour='no' with_gnu_ld='yes' with_krb5='no' with_openssl='no' with_pam='no' with_perl='no' with_python='no' with_tcl='no' with_zlib='yes' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ACCEPT_TYPE_ARG1 int #define ACCEPT_TYPE_ARG2 struct sockaddr * #define ACCEPT_TYPE_ARG3 socklen_t #define ACCEPT_TYPE_RETURN int #define ALIGNOF_DOUBLE 8 #define ALIGNOF_INT 4 #define ALIGNOF_LONG 8 #define ALIGNOF_SHORT 2 #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" #define HAVE_ATEXIT 1 #define HAVE_CBRT 1 #define HAVE_CRYPT 1 #define HAVE_CRYPT_H 1 #define HAVE_DECL_FDATASYNC 1 #define HAVE_DECL_F_FULLFSYNC 0 #define HAVE_DECL_SNPRINTF 1 #define HAVE_DECL_VSNPRINTF 1 #define HAVE_DLOPEN 1 #define HAVE_ENDIAN_H 1 #define HAVE_FCVT 1 #define HAVE_FDATASYNC 1 #define HAVE_FINITE 1 #define HAVE_FSEEKO 1 #define HAVE_FSEEKO 1 #define HAVE_FUNCNAME__FUNC 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETOPT 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG 1 #define HAVE_GETRUSAGE 1 #define HAVE_INET_ATON 1 #define HAVE_INTTYPES_H 1 #define HAVE_INT_TIMEZONE #define HAVE_IPV6 1 #define HAVE_ISINF 1 #define HAVE_LANGINFO_H 1 #define HAVE_LIBDL 1 #define HAVE_LIBM 1 #define HAVE_LIBNSL 1 #define HAVE_LIBREADLINE 1 #define HAVE_LIBRESOLV 1 #define HAVE_LIBZ 1 #define HAVE_LONG_INT_64 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_POLL 1 #define HAVE_POLL_H 1 #define HAVE_POSIX_SIGNALS #define HAVE_PWD_H 1 #define HAVE_RANDOM 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_READLINK 1 #define HAVE_REPLACE_HISTORY_ENTRY 1 #define HAVE_RINT 1 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 #define HAVE_RL_COMPLETION_MATCHES 1 #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 #define HAVE_SETSID 1 #define HAVE_SIGPROCMASK 1 #define HAVE_SIGSETJMP 1 #define HAVE_SIG_ATOMIC_T 1 #define HAVE_SNPRINTF 1 #define HAVE_SPINLOCKS 1 #define HAVE_SRANDOM 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRINGIZE 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRTOL 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOULL 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_STRUCT_OPTION 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_STRUCT_SOCKADDR_UN 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_SYMLINK 1 #define HAVE_SYSCONF 1 #define HAVE_SYSLOG 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SEM_H 1 #define HAVE_SYS_SHM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TM_ZONE 1 #define HAVE_TOWLOWER 1 #define HAVE_TZNAME 1 #define HAVE_UNISTD_H 1 #define HAVE_UNIX_SOCKETS 1 #define HAVE_UNSETENV 1 #define HAVE_UTIME 1 #define HAVE_UTIMES 1 #define HAVE_UTIME_H 1 #define HAVE_VSNPRINTF 1 #define HAVE_WAITPID 1 #define HAVE_WCHAR_H 1 #define HAVE_WCSTOMBS 1 #define HAVE_WCTYPE_H 1 #define INT64_FORMAT "%ld" #define MAXIMUM_ALIGNOF 8 #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org" #define PACKAGE_NAME "PostgreSQL" #define PACKAGE_STRING "PostgreSQL 8.1.11" #define PACKAGE_TARNAME "postgresql" #define PACKAGE_VERSION "8.1.11" #define PG_KRB_SRVNAM "postgres" #define PG_VERSION "8.1.11" #define PG_VERSION_STR "PostgreSQL 8.1.11 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux)" #define SIZEOF_SIZE_T 8 #define SIZEOF_UNSIGNED_LONG 8 #define STDC_HEADERS 1 #define UINT64_FORMAT "%lu" #define USE_SYSV_SEMAPHORES 1 #define USE_SYSV_SHARED_MEMORY 1 configure: exit 0 _________________________________________________________________ Windows Live SkyDrive lets you share files with faraway friends. http://www.windowslive.com/skydrive/overview.html?ocid=TXT_TAGLM_WL_Refresh_skydrive_052008 -------------- next part -------------- An HTML attachment was scrubbed... URL: