Обсуждение: how to install Postgresql-7.1.3

Поиск
Список
Период
Сортировка

how to install Postgresql-7.1.3

От
"jz"
Дата:
Dear Sir,           (my email address is : jzwoo@21cn.com ,  jzwu@nudt.edu.cn)

I hope to get your help on installation of Postgresql-7.1.3.
There is a problem when i do "make".
The problem is as follows:
-------------
make[2]: Entering directory `/usr/src/postgresql-7.1.3/src/interfaces'
make[3]: Entering directory `/usr/src/postgresql-7.1.3/src/interfaces/libpq'
dlltool --export-all --output-def pq.def fe-auth.o fe-connect.o fe-exec.o fe-mis
c.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o inet_aton.o
dllwrap -o pq.dll --dllname pq.dll --def pq.def fe-auth.o fe-connect.o fe-exec.o
 fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o inet_aton.o
../../../src/utils/dllinit.o  -lcygipc -lcrypt -L/usr/local/lib -lcrypt
gcc: and: No such file or directory
gcc: Settings/woo/Local: No such file or directory
gcc: Settings/Temp/cc002640.base": No such file or directory
dllwrap: gcc exited with status 1
make[3]: *** [libpq.a] Error 1
make[3]: Leaving directory `/usr/src/postgresql-7.1.3/src/interfaces/libpq'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/postgresql-7.1.3/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/postgresql-7.1.3/src'
make: *** [all] Error 2
-------------------

How to resolve it? I look forward to receive your help message.
Thank you.

                          your sincerely,
                           jzwoo
                           2002/1/4







Re: how to install Postgresql-7.1.3

От
Jason Tishler
Дата:
jzwoo,

On Fri, Jan 04, 2002 at 11:36:23AM +0800, jz wrote:
> dlltool --export-all --output-def pq.def fe-auth.o fe-connect.o
> fe-exec.o fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o
> pqsignal.o inet_aton.o dllwrap -o pq.dll --dllname pq.dll --def
> pq.def fe-auth.o fe-connect.o fe-exec.o  fe-misc.o fe-print.o
> fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o inet_aton.o >
> ../../../src/utils/dllinit.o  -lcygipc -lcrypt -L/usr/local/lib -lcrypt
> gcc: and: No such file or directory
> gcc: Settings/woo/Local: No such file or directory
> gcc: Settings/Temp/cc002640.base": No such file or directory
> dllwrap: gcc exited with status 1

My WAG is that spaces in directory/file names are cause gcc some grief.

> How to resolve it?

This simplest way is to use the pre-built 7.1.3 that is part of the
standard Cygwin distribution (if it meets your needs).

Jason