w that I was building static library before, and it works for
PL/Python on i386. But it does not work anymore on x86_64, too.
--
Best regards,
imacat ^_*' <[EMAIL PROTECTED]>
PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt
<> News: http://www.wov.idv.tw/
Tavern IMACAT's: http:
On Mon, 08 May 2006 03:58:54 +0800
imacat <[EMAIL PROTECTED]> wrote:
> On Sun, 07 May 2006 13:09:48 -0400
> Tom Lane <[EMAIL PROTECTED]> wrote:
> > imacat <[EMAIL PROTECTED]> writes:
> > > I cannot compile PL/Perl and PL/Python under x86_64.
> >
On Sun, 07 May 2006 13:09:48 -0400
Tom Lane <[EMAIL PROTECTED]> wrote:
> imacat <[EMAIL PROTECTED]> writes:
> > I cannot compile PL/Perl and PL/Python under x86_64.
> Works fine for me (without any tinkering with flags) on Fedora Core 4.
> Maybe you don't have
g a shared object;
recompile with -fPIC
/usr/lib/python2.4/config/libpython2.4.a: could not read symbols: Bad
value
collect2: ld returned 1 exit status
make[3]: *** [libplpython.so.0.0] Error 1
...
I'm out of ideas. Is there anyone know which flags to add to or
where my mistake is? Than