Re: [HACKERS] Help me!!! Pleass

Поиск
Список
Период
Сортировка
От Eugene Selkov Jr.
Тема Re: [HACKERS] Help me!!! Pleass
Дата
Msg-id 35557B26.5D94F33B@mcs.anl.gov
обсуждение исходный текст
Ответ на Help me!!! Pleass  ("Woohyun,Tak" <whtak@asadal.cs.pusan.ac.kr>)
Список 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Eugene Selkov Jr."
Дата:
Сообщение: Re: [HACKERS] Automatic type conversion
Следующее
От: Marc Howard Zuckman
Дата:
Сообщение: psql.c patch