[EMAIL PROTECTED] writes: > Then, when I run gmake, I get the following error:
> pg_dump.c:192: elements of array `long_options' have incomplete type > pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]' > pg_dump.c:193: `no_argument' undeclared (first use in this function) Apparently, our configure script thinks you have getopt_long(), but you really don't. Can you look into the situation and figure out why configure is confused? It surprises me that this would happen when 7.2 worked okay --- I don't think we changed that configure test since 7.2. Are you sure nothing changed on your machine since you last built 7.2? A stopgap solution is just to remove #define HAVE_GETOPT_LONG from the pg_config.h file made by configure; but if you don't want to fight the problem in future, you'll need to help us figure out why configure is making the wrong choice. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly