Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lcm] Fix build error on Linux #14147

Merged
merged 3 commits into from
Oct 27, 2020

Conversation

LilyWangL
Copy link
Contributor

Describe the pull request

vcpkg/installed/x64-linux/debug/lib/libglib-2.0.a(gmain.c.o): In function `g_get_worker_context':
vcpkg/buildtrees//data/source/vcpkg/installed/x64-linux/debug/lib/libglib-2.0.a(gregex.c.o): In function `match_info_new':
vcpkg/buildtrees/glib/src/2.52.3-34a15219ec.clean/glib/gregex.c:588: undefined reference to `pcre_fullinfo'glib/src/2.52.3-34a15219ec.clean/glib/gmain.c:5848: undefined reference to `pthread_sigmask'
vcpkg/buildtrees/glib/src/2.52.3-34a15219ec.clean/glib/gthread-posix.c:1229: undefined reference to `pthread_setname_np'
collect2: error: ld returned 1 exit status

@LilyWangL LilyWangL added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Oct 21, 2020
@LilyWangL LilyWangL marked this pull request as ready for review October 23, 2020 08:52
@PhoebeHui PhoebeHui added the info:reviewed Pull Request changes follow basic guidelines label Oct 26, 2020
@BillyONeal BillyONeal merged commit 134fe60 into microsoft:master Oct 27, 2020
@BillyONeal
Copy link
Member

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[lcm] linker error for pcre and pthread
3 participants