You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Volker Grabsch (JIRA)" <xe...@xml.apache.org> on 2010/11/29 01:09:38 UTC

[jira] Created: (XERCESC-1951) Missing Libs.private in the xerces-c pkg-config file

Missing Libs.private in the xerces-c pkg-config file
----------------------------------------------------

                 Key: XERCESC-1951
                 URL: https://issues.apache.org/jira/browse/XERCESC-1951
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.1.1, 3.1.2, 3.2.0, 4.0.0
         Environment: MinGW cross compiling
            Reporter: Volker Grabsch
             Fix For: 3.1.1, 3.1.2, 3.2.0, 4.0.0


When compiling Xerces statically with libCURL support, the command

pkg-config xerces-c --static --libs

does not output the CURL lib and its dependencies. This finally leads to linker errors.

The attached patch fixed this issue.

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


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


[jira] Updated: (XERCESC-1951) Missing Libs.private in the xerces-c pkg-config file

Posted by "Volker Grabsch (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volker Grabsch updated XERCESC-1951:
------------------------------------

    Attachment: xerces-fix-pkgconfig.patch

add the missing Libs.private entry

> Missing Libs.private in the xerces-c pkg-config file
> ----------------------------------------------------
>
>                 Key: XERCESC-1951
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1951
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1.1, 3.1.2, 3.2.0, 4.0.0
>         Environment: MinGW cross compiling
>            Reporter: Volker Grabsch
>             Fix For: 3.1.1, 3.1.2, 3.2.0, 4.0.0
>
>         Attachments: xerces-fix-pkgconfig.patch
>
>
> When compiling Xerces statically with libCURL support, the command
> pkg-config xerces-c --static --libs
> does not output the CURL lib and its dependencies. This finally leads to linker errors.
> The attached patch fixed this issue.

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


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


[jira] Updated: (XERCESC-1951) Missing Libs.private in the xerces-c pkg-config file

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov updated XERCESC-1951:
-------------------------------------

    Fix Version/s:     (was: 3.1.1)

Thanks for the patch.

> Missing Libs.private in the xerces-c pkg-config file
> ----------------------------------------------------
>
>                 Key: XERCESC-1951
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1951
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1.1, 3.1.2, 3.2.0, 4.0.0
>         Environment: MinGW cross compiling
>            Reporter: Volker Grabsch
>             Fix For: 3.1.2, 3.2.0, 4.0.0
>
>         Attachments: xerces-fix-pkgconfig.patch
>
>
> When compiling Xerces statically with libCURL support, the command
> pkg-config xerces-c --static --libs
> does not output the CURL lib and its dependencies. This finally leads to linker errors.
> The attached patch fixed this issue.

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


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