"make" in postgresql windows install fails: bfd_open failed open stub file: ds02014.o - Mailing list pgsql-cygwin

From venkat j
Subject "make" in postgresql windows install fails: bfd_open failed open stub file: ds02014.o
Date
Msg-id 20030830101619.72141.qmail@web60003.mail.yahoo.com
Whole thread Raw
In response to Re: "make" in postgresql windows install fails  (Jason Tishler <jason@tishler.net>)
Responses Re: "make" in postgresql windows install fails: bfd_open failed open stub file: ds02014.o  (Jason Tishler <jason@tishler.net>)
List pgsql-cygwin
Thank you all for ur suggestions... i got rid of that problem. It seems that it was unable to find some header files.
Im still at the same step. Im trying to "make". Now i get a different error... This sounds strange to me.... Can somebody help? Here is end of the trace....
 
 
make[4]: Entering directory `/cygdrive/g/postgresql734/src/backend/utils/mb'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include  -DBUILDING_DL
L  -c -o encnames.o encnames.c
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include  -DBUILDING_DL
L  -c -o conv.o conv.c
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include  -DBUILDING_DL
L  -c -o mbutils.o mbutils.c
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include  -DBUILDING_DL
L  -c -o wchar.o wchar.c
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include  -DBUILDING_DL
L  -c -o wstrcmp.o wstrcmp.c
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include  -DBUILDING_DL
L  -c -o wstrncmp.o wstrncmp.c
/usr/i686-pc-cygwin/bin/ld.exe -r -o SUBSYS.o encnames.o conv.o mbutils.o wchar.o wstrcmp.o wstrnc
mp.o
make[4]: Leaving directory `/cygdrive/g/postgresql734/src/backend/utils/mb'
/usr/i686-pc-cygwin/bin/ld.exe -r -o SUBSYS.o fmgrtab.o adt/SUBSYS.o cache/SUBSYS.o error/SUBSYS.o
 fmgr/SUBSYS.o hash/SUBSYS.o init/SUBSYS.o misc/SUBSYS.o mmgr/SUBSYS.o sort/SUBSYS.o time/SUBSYS.o
 mb/SUBSYS.o
make[3]: Leaving directory `/cygdrive/g/postgresql734/src/backend/utils'
make -C ../../src/utils dllinit.o
make[3]: Entering directory `/cygdrive/g/postgresql734/src/utils'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../src/include   -c -o dllinit.o dl
linit.c
make[3]: Leaving directory `/cygdrive/g/postgresql734/src/utils'
dlltool --export-all --output-def postgres.def access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o
 parser/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o nod
es/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o s
torage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o
dlltool --dllname postgres.exe --def postgres.def --output-lib libpostgres.a
dlltool: bfd_open failed open stub file: ds02014.o
make[2]: *** [libpostgres.a] Error 1
make[2]: *** Deleting file `libpostgres.a'
make[2]: Leaving directory `/cygdrive/g/postgresql734/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/g/postgresql734/src'
make: *** [all] Error 2
 
Thank you very much...
 


Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

pgsql-cygwin by date:

Previous
From: venkat j
Date:
Subject: Re: "make" in postgresql windows install fails
Next
From: "Vipul Vij"
Date:
Subject: initdb carrying on forever/problems with Postgresql setup on Cygwin