Re: [PATCHES] mingw configure failure detection

2004-05-28 Thread Bruce Momjian
OK, fixed. --- Andrew Dunstan wrote: Bruce Momjian wrote: Andrew Dunstan wrote: following up our conversation last night, I have tested the following with autoconf 2.57 and it apparently does the right thing:

Re: [PATCHES] mingw configure failure detection

2004-05-13 Thread Andrew Dunstan
The patch as applied is totally broken - the tests have to be run by config.status after it has actually tried to make the links, which is why I used AC_CONFIG_COMMANDS. cheers andrew Bruce Momjian wrote: Adjusted attached patch applied. Thanks. I didn't change 'test -e' because 'test -h'

Re: [PATCHES] mingw configure failure detection

2004-05-13 Thread Andrew Dunstan
Peter Eisentraut wrote: Andrew Dunstan wrote: The patch as applied is totally broken - the tests have to be run by config.status after it has actually tried to make the links, which is why I used AC_CONFIG_COMMANDS. Additional note: Instead of listing the files explicitly, just use

Re: [PATCHES] mingw configure failure detection

2004-05-13 Thread Bruce Momjian
Andrew Dunstan wrote: Peter Eisentraut wrote: Andrew Dunstan wrote: The patch as applied is totally broken - the tests have to be run by config.status after it has actually tried to make the links, which is why I used AC_CONFIG_COMMANDS. Additional note: Instead of listing

Re: [PATCHES] mingw configure failure detection

2004-05-12 Thread Peter Eisentraut
Am Montag, 10. Mai 2004 09:17 schrieb Andrew Dunstan: It appears that Dann Corbit has filed a MinGW bug on this, with accurate problem description, but he received a less than stellar response. See https://sourceforge.net/tracker/index.php? func=detailaid=931263group_id=2435atid=102435 I

Re: [PATCHES] mingw configure failure detection

2004-05-12 Thread Tom Lane
Peter Eisentraut [EMAIL PROTECTED] writes: Am Montag, 10. Mai 2004 09:17 schrieb Andrew Dunstan: It appears that Dann Corbit has filed a MinGW bug on this, with accurate problem description, but he received a less than stellar response. See https://sourceforge.net/tracker/index.php?

Re: [PATCHES] mingw configure failure detection

2004-05-12 Thread Bruce Momjian
Tom Lane wrote: Peter Eisentraut [EMAIL PROTECTED] writes: Am Montag, 10. Mai 2004 09:17 schrieb Andrew Dunstan: It appears that Dann Corbit has filed a MinGW bug on this, with accurate problem description, but he received a less than stellar response. See

Re: [PATCHES] mingw configure failure detection

2004-05-10 Thread Andrew Dunstan
I said: Peter Eisentraut said: Andrew Dunstan wrote: This patch for configure.in detects the link failures in MINGW that I and others have seen and warns the user they have to fix it up. I continue to object to these sort of patches if no one wants to bother to contact the mingw

Re: [PATCHES] mingw configure failure detection

2004-05-09 Thread Andrew Dunstan
Peter Eisentraut said: Andrew Dunstan wrote: This patch for configure.in detects the link failures in MINGW that I and others have seen and warns the user they have to fix it up. I continue to object to these sort of patches if no one wants to bother to contact the mingw maintainers about