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

statically linking to prebuilt libsoundio.a in msvc #89

Open
malytomas opened this issue Jul 10, 2016 · 1 comment
Open

statically linking to prebuilt libsoundio.a in msvc #89

malytomas opened this issue Jul 10, 2016 · 1 comment
Labels
Milestone

Comments

@malytomas
Copy link

unresolved external symbols: __imp___iob_func, __mingw_vfprintf, __mingw_vsnprintf

it also emits a warning, which I do not really understand:
MSVCRT.lib(std_type_info_static.obj) : warning LNK4078: multiple '.drectve' sections found with different attributes (00100A00)

using libsoundio 1.1.0
using msvc 2015 (14, update 2)

side note: dynamic linking works fine, although, it took me quite some time to realize, that i can use the .a file as if it was .lib :D

@andrewrk andrewrk added the bug label Jul 10, 2016
@andrewrk andrewrk added this to the 1.1.1 milestone Jul 10, 2016
@andrewrk
Copy link
Owner

Hmm, I think this means we need to provide an MSVC static lib, along with cross compiled mingw libs, when we release. Now that libsoundio compiles with MSVC, or at least will very soon (#49), this will be fixed with the next release.

@andrewrk andrewrk modified the milestones: 1.1.1, 2.0.1 Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants