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

Duplicate curl_strnequal symbol when linking curl.exe #1098

Closed
brucestephens opened this issue Nov 2, 2016 · 1 comment
Closed

Duplicate curl_strnequal symbol when linking curl.exe #1098

brucestephens opened this issue Nov 2, 2016 · 1 comment

Comments

@brucestephens
Copy link

Also curl_strequal. I think strcase.obj just wants removing from CURL_FROM_LIBCURL in winbuild/MakefileBuild.vc. (But maybe that would break buiiding with a static library or something.)

Anyway, these symbols are (the linker says) already in strcase.obj in libcurl.lib(libcurl.dll) and that causes the build to fail.

@bagder
Copy link
Member

bagder commented Nov 2, 2016

That looks like a correct fix, thanks!

@bagder bagder closed this as completed in d7e5f18 Nov 2, 2016
@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants