Re: [HACKERS] Help me!!! Pleass

From: "Eugene Selkov Jr(dot)" <selkovjr(at)mcs(dot)anl(dot)gov>
To: "Woohyun,Tak" <whtak(at)asadal(dot)cs(dot)pusan(dot)ac(dot)kr>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Help me!!! Pleass
Date: 1998-05-10 10:02:14
Message-ID: 35557B26.5D94F33B@mcs.anl.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Woohyun,Tak wrote:
>
> PGHOME/src/tutorial/funcs.c .....
>
> I compiled it by GCC ,but not excutable
>
> command: gcc -fPIC -c funcs.c
> ld -G -Bdynamic -o funcs.so funcs.o
>
> I met errer mesage ==> " stat failed on file /../../../*.so"

Please cut the complete filename in this message (starting at the first
"/") and do an ls -l on it. "Can't stat" means that there is either no
file at the specied location or it is unreadable to the backend which
runs as "postgres".

Gene

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc Howard Zuckman 1998-05-10 14:46:03 psql.c patch
Previous Message Eugene Selkov Jr. 1998-05-10 08:07:56 Re: [HACKERS] Automatic type conversion