"make" in postgresql windows install fails: bfd_open failed open stub file: ds02014.o

From: venkat j <venkatech(at)yahoo(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: "make" in postgresql windows install fails: bfd_open failed open stub file: ds02014.o
Date: 2003-08-30 10:16:19
Message-ID: 20030830101619.72141.qmail@web60003.mail.yahoo.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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).

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message venkat j 2003-08-30 10:23:55 Re: "make" in postgresql windows install fails
Previous Message Jason Tishler 2003-08-30 00:23:48 Re: "make" in postgresql windows install fails