This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11479] Building GCC 3.3 on SCO OpenServer version 3.2v5.0.6 fails
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2003 03:29:44 -0000
- Subject: [Bug bootstrap/11479] Building GCC 3.3 on SCO OpenServer version 3.2v5.0.6 fails
- References: <20030709164137.11479.bsafdar@invatron.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11479
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-01 03:29 -------
Looks like the different between two different standards:
POSIX 1003.4a Draft 4 (not accepted though)
int pthread_getspecific(
pthread_key_t key,
pthread_addr_t *value);
POSIX Standard 1003.1c
void *pthread_getspecific(
pthread_key_t key);
So this is definitely SCO's problem.