libpq++ build now checks make rc

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: libpq++ build now checks make rc
Date: 2000-05-03 13:33:08
Message-ID: 219F68D65015D011A8E000006F8590C604AF7D6B@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I am sorry I did not notice, that libpq++.so does not build correctly on AIX
using gcc,
because it:
1. misses symbols that g++ code needs (libstdc++)
2. the exportfile has demangled C++ symbols (would need nm -C)

So could you please revert that change again, so the build continues.

I cannot fix the problem in time since with all effort I still get:
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
ld: 0711-317 ERROR: Undefined symbol: __default_alloc_template<false,
0>::_S_end_free
ld: 0711-317 ERROR: Undefined symbol: __default_alloc_template<false,
0>::_S_start_free
ld: 0711-317 ERROR: Undefined symbol: __default_alloc_template<false,
0>::_S_heap_size
ld: 0711-317 ERROR: Undefined symbol: __default_alloc_template<false,
0>::_S_free_list

I guess this problem shows up on all platforms that don't use the compiler
to build libs.
There are some exceptions (irix) in the Makefile, but I think it would need
a more
generic approach.

Andreas

Attachment Content-Type Size
pq++.patch application/octet-stream 466 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Mount 2000-05-03 13:38:45 RE: [HACKERS] Request for 7.0 JDBC status
Previous Message frank 2000-05-03 13:32:53 Re: [HACKERS] 7.0RC2 compile error !