You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Mike Bristow (JIRA)" <ji...@apache.org> on 2006/05/09 13:08:20 UTC

[jira] Created: (ADDR-28) [PATCH]: pthread linking issues on non-Linux platforms

[PATCH]: pthread linking issues on non-Linux platforms
------------------------------------------------------

         Key: ADDR-28
         URL: http://issues.apache.org/jira/browse/ADDR-28
     Project: Addressing
        Type: Improvement

 Environment: SunOS 5.8 sun4u & cc: Sun C 5.5 Patch 112760-18 2005/06/14
SunOS 5.9 sun4u & cc: Sun C 5.5 Patch 112760-18 2005/06/14
SunOS 5.9 i86pc & cc: Sun C 5.8 Patch 121016-02 2006/03/31
SunOS 5.10 sun4u & cc: Sun C 5.8 Patch 121015-02 2006/03/29
SunOS 5.10 i86pc & cc: Sun C 5.8 Patch 121016-02 2006/03/31
redhat-3as-ia32 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
redhat-el4-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
redhat-3fc-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
redhat-fc4-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
redhat-fc5-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)

    Reporter: Mike Bristow


The attached patch does not change the RedHat builds; but allows the Solaris builds to move on to the next fatal error.

The problem is that the "magic" you need to link against pthreads varies from platform to platform.  I've lifted the guts of the configure.ac change from bind9; so this change may work for more platforms than just Solaris.

The changes to the Makefile.am's may not be completely correcthe  yet; but they are certainly a step in the right direction.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org


[jira] Updated: (ADDR-28) [PATCH]: pthread linking issues on non-Linux platforms

Posted by "Mike Bristow (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/ADDR-28?page=all ]

Mike Bristow updated ADDR-28:
-----------------------------

    Attachment: pthread.patch

> [PATCH]: pthread linking issues on non-Linux platforms
> ------------------------------------------------------
>
>          Key: ADDR-28
>          URL: http://issues.apache.org/jira/browse/ADDR-28
>      Project: Addressing
>         Type: Improvement

>  Environment: SunOS 5.8 sun4u & cc: Sun C 5.5 Patch 112760-18 2005/06/14
> SunOS 5.9 sun4u & cc: Sun C 5.5 Patch 112760-18 2005/06/14
> SunOS 5.9 i86pc & cc: Sun C 5.8 Patch 121016-02 2006/03/31
> SunOS 5.10 sun4u & cc: Sun C 5.8 Patch 121015-02 2006/03/29
> SunOS 5.10 i86pc & cc: Sun C 5.8 Patch 121016-02 2006/03/31
> redhat-3as-ia32 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
> redhat-el4-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
> redhat-3fc-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
> redhat-fc4-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
> redhat-fc5-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
>     Reporter: Mike Bristow
>  Attachments: pthread.patch
>
> The attached patch does not change the RedHat builds; but allows the Solaris builds to move on to the next fatal error.
> The problem is that the "magic" you need to link against pthreads varies from platform to platform.  I've lifted the guts of the configure.ac change from bind9; so this change may work for more platforms than just Solaris.
> The changes to the Makefile.am's may not be completely correcthe  yet; but they are certainly a step in the right direction.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org


[jira] Updated: (ADDR-28) [PATCH]: pthread linking issues on non-Linux platforms

Posted by "Mike Bristow (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/ADDR-28?page=all ]

Mike Bristow updated ADDR-28:
-----------------------------

    Attachment: pthread.patch

> [PATCH]: pthread linking issues on non-Linux platforms
> ------------------------------------------------------
>
>          Key: ADDR-28
>          URL: http://issues.apache.org/jira/browse/ADDR-28
>      Project: Addressing
>         Type: Improvement

>  Environment: SunOS 5.8 sun4u & cc: Sun C 5.5 Patch 112760-18 2005/06/14
> SunOS 5.9 sun4u & cc: Sun C 5.5 Patch 112760-18 2005/06/14
> SunOS 5.9 i86pc & cc: Sun C 5.8 Patch 121016-02 2006/03/31
> SunOS 5.10 sun4u & cc: Sun C 5.8 Patch 121015-02 2006/03/29
> SunOS 5.10 i86pc & cc: Sun C 5.8 Patch 121016-02 2006/03/31
> redhat-3as-ia32 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
> redhat-el4-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
> redhat-3fc-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
> redhat-fc4-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
> redhat-fc5-i386 & gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
>     Reporter: Mike Bristow
>  Attachments: pthread.patch
>
> The attached patch does not change the RedHat builds; but allows the Solaris builds to move on to the next fatal error.
> The problem is that the "magic" you need to link against pthreads varies from platform to platform.  I've lifted the guts of the configure.ac change from bind9; so this change may work for more platforms than just Solaris.
> The changes to the Makefile.am's may not be completely correcthe  yet; but they are certainly a step in the right direction.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org