Re: how to install Postgresql-7.1.3

From: Jason Tishler <jason(at)tishler(dot)net>
To: jz <jzwoo(at)21cn(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: how to install Postgresql-7.1.3
Date: 2002-01-04 13:51:29
Message-ID: 20020104135128.GF2008@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

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

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jeff Lu 2002-01-04 22:18:09 startup failed! fatal error
Previous Message jz 2002-01-04 03:36:23 how to install Postgresql-7.1.3