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