Thread: Compile error Postgresql-8.0.3
Hi,
I'm getting this error when compiling under cygwin.
make[3]: Leaving directory `/usr/local/src/postgresql-8.0.3/src/timezone'
dlltool --dllname postgres.exe --def postgres.def --output-lib libpostgres.a
dlltool: bfd_open failed open stub file: dakes03194.o
make[2]: *** [libpostgres.a] Error 1
make[2]: *** Deleting file `libpostgres.a'
make[2]: Leaving directory `/usr/local/src/postgresql-8.0.3/src/backend'
make[1]: *** [all] Error 2
dlltool --dllname postgres.exe --def postgres.def --output-lib libpostgres.a
dlltool: bfd_open failed open stub file: dakes03194.o
make[2]: *** [libpostgres.a] Error 1
make[2]: *** Deleting file `libpostgres.a'
make[2]: Leaving directory `/usr/local/src/postgresql-8.0.3/src/backend'
make[1]: *** [all] Error 2
Can you some tell me what I'm missing?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
On Fri, Aug 12, 2005 at 08:05:57AM -0700, Jeff Lu wrote: > I'm getting this error when compiling under cygwin. > > make[3]: Leaving directory `/usr/local/src/postgresql-> 8.0.3/src/timezone' > dlltool --dllname postgres.exe --def postgres.def --output-lib libpostgres.a > dlltool: bfd_open failed open stub file: dakes03194.o > make[2]: *** [libpostgres.a] Error 1 > make[2]: *** Deleting file `libpostgres.a' > make[2]: Leaving directory `/usr/local/src/postgresql-8.0.3/src/backend' > make[1]: *** [all] Error 2 > > Can you some tell me what I'm missing? I can tell you that I was able to successfully compile v8.0.3 on Cygwin. Are you using any unusual configure options? Ihad to remove --with-tcl and --with-tclconfig. The compile error I received wasn't like yours though. Bill
Jeff Lu schrieb: > I'm getting this error when compiling under cygwin. > > make[3]: Leaving directory `/usr/local/src/postgresql-8.0.3/src/timezone' > dlltool --dllname postgres.exe --def postgres.def --output-lib libpostgres.a > dlltool: bfd_open failed open stub file: dakes03194.o > make[2]: *** [libpostgres.a] Error 1 > make[2]: *** Deleting file `libpostgres.a' > make[2]: Leaving directory `/usr/local/src/postgresql-8.0.3/src/backend' > make[1]: *** [all] Error 2 > > Can you some tell me what I'm missing? My guess is that you ran out of temp discspace. very unusual error. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/