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).