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