Skip site navigation (1)
Skip section navigation (2)
compile errors
- From: <Tom(dot)Zschockelt(at)flender(dot)com>
- To: pgsql-hackers-win32(at)postgresql(dot)org
- Subject: compile errors
- Date: Mon, 22 Mar 2004 07:42:08 +0100
- Message-id: <OF6B251075(dot)A8E0FD9A-ONC1256E5F(dot)0023E4F4-C1256E5F(dot)0024C8FF(at)flender(dot)com>
Hi,
on the current win32 snapshot I get a compiler error while compiling
pg_resetxlog
Error message :
pg_resetxlog.c : In function `main':
pg_resetxlog.c: 193: `optind' undeclared (first use in this function)
To solve this problem temporary on my system, I declared optind as extern int.
Is there a config issue or is this a bug ?
Bye
tom
Home |
Main Index |
Thread Index