Re: [BUGS] BUG #6166: configure from source fails with 'This platform is not thread-safe.' but was actually /tmp perms

2011-08-20 Thread Bruce Momjian
Tom Lane wrote: Alex Soto aps...@gmail.com writes: Here's the section in the config.log in case it makes a difference configure:28808: ./conftest Could not create file in /tmp or Could not generate failure for create file in /tmp ** exiting configure:28812: $? = 1 configure:

Re: [BUGS] BUG #6166: configure from source fails with 'This platform is not thread-safe.' but was actually /tmp perms

2011-08-20 Thread Bruce Momjian
Tom Lane wrote: Alex Soto aps...@gmail.com writes: Here's the section in the config.log in case it makes a difference configure:28808: ./conftest Could not create file in /tmp or Could not generate failure for create file in /tmp ** exiting configure:28812: $? = 1 configure:

Re: [BUGS] BUG #6166: configure from source fails with 'This platform is not thread-safe.' but was actually /tmp perms

2011-08-20 Thread Tom Lane
Bruce Momjian br...@momjian.us writes: Tom Lane wrote: (The error message seems to be suffering from a bad case of copy-and- paste-itis, too.) Actually, it is accurate. The code is: #ifdef WIN32 h1 = CreateFile(TEMP_FILENAME_1, GENERIC_WRITE, 0, NULL, OPEN_ALWAYS, 0,