You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2009/11/18 14:54:39 UTC

[jira] Created: (AVRO-212) The order of libraries for building testgen causes linker error in C++

The order of libraries for building testgen causes linker error in C++
----------------------------------------------------------------------

                 Key: AVRO-212
                 URL: https://issues.apache.org/jira/browse/AVRO-212
             Project: Avro
          Issue Type: Bug
          Components: c++
            Reporter: Thiruvalluvan M. G.


Since the makefile has the boost regex library is before the libavrocpp.a the linker is not able to resolve some boost regex symbols used by libavrocpp.

This happens with Cygwin g++ 3.4.4. The following patch fixes this problem

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-212) The order of libraries for building testgen causes linker error in C++

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-212:
-------------------------------------

    Assignee: Thiruvalluvan M. G.
      Status: Patch Available  (was: Open)

> The order of libraries for building testgen causes linker error in C++
> ----------------------------------------------------------------------
>
>                 Key: AVRO-212
>                 URL: https://issues.apache.org/jira/browse/AVRO-212
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>         Attachments: AVRO-212.patch
>
>
> Since the makefile has the boost regex library is before the libavrocpp.a the linker is not able to resolve some boost regex symbols used by libavrocpp.
> This happens with Cygwin g++ 3.4.4. The following patch fixes this problem

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-212) The order of libraries for building testgen causes linker error in C++

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-212:
-------------------------------------

    Resolution: Duplicate
        Status: Resolved  (was: Patch Available)

This issue has been addressed by Scott in AVRO-232.

> The order of libraries for building testgen causes linker error in C++
> ----------------------------------------------------------------------
>
>                 Key: AVRO-212
>                 URL: https://issues.apache.org/jira/browse/AVRO-212
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>         Attachments: AVRO-212.patch
>
>
> Since the makefile has the boost regex library is before the libavrocpp.a the linker is not able to resolve some boost regex symbols used by libavrocpp.
> This happens with Cygwin g++ 3.4.4. The following patch fixes this problem

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-212) The order of libraries for building testgen causes linker error in C++

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-212:
-------------------------------------

    Attachment: AVRO-212.patch

> The order of libraries for building testgen causes linker error in C++
> ----------------------------------------------------------------------
>
>                 Key: AVRO-212
>                 URL: https://issues.apache.org/jira/browse/AVRO-212
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>         Attachments: AVRO-212.patch
>
>
> Since the makefile has the boost regex library is before the libavrocpp.a the linker is not able to resolve some boost regex symbols used by libavrocpp.
> This happens with Cygwin g++ 3.4.4. The following patch fixes this problem

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.