Andrew Dunstan wrote:
imacat wrote:
But, on my i386 machine, I can build PL/Perl with static library
(libperl.a). But I can't do that on x86_64 anymore. Can somebody tell
me why, or where should I referring to?
Why do you want to do this? It works perfectly well with a shared lib,
imacat wrote:
But, on my i386 machine, I can build PL/Perl with static library
(libperl.a). But I can't do that on x86_64 anymore. Can somebody tell
me why, or where should I referring to?
Why do you want to do this? It works perfectly well with a shared lib,
and is probably more memo
On Sun, 21 May 2006 16:35:24 -0700 (PDT)
gede wawan <[EMAIL PROTECTED]> wrote:
> relocation R_X86_64_32 can not be used when making a shared object;
> recompile with -fPIC
May I ask how? I have tried to edit src/makefiles/Makefile.linux
and changed -fpic to -fPIC, but it does not help. Maybe
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.
> > Works fine for me (without any tinkering with fla
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 64-bit versions of the perl and py
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 64-bit versions of the perl and python libraries?
regards, tom lane
--