On Fri, May 5, 2006 09:09, Jonathan Blitz wrote: > I now have the compiler etc but am having difficulty building PostgreSQL.
> I then tried to make it using the GNU make and the GNUMakefile.in > > I get an error saying that the file /src/makefile.global doesn't exist. > It really doesn't. > However, there is a file called makefile.global.in - is this the same > file? We're well beyond my area of expertise now, but it sounds to me like GNUMakefile.in needs to be processed in some way to become the actual Makefile you want. Did you run "configure" before running "make"? There should be a configure script in the source tree, which should create the appropriate Makefiles automatically. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
