Skip to content
New issue

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

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

Already on GitHub? # to your account

build: fix msvc build #960

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

jeffbolznv
Copy link
Contributor

The Windows/msvc build currently fails because mnist-common generates a .dll and the mnist examples expect a .lib:

46>LINK : fatal error LNK1104: cannot open file 'Debug\mnist-common.lib'

The fix is to explicitly request a static library.

I've built this locally with Windows/msvc and WSL(ubuntu)/gcc.

@slaren slaren merged commit ea40f60 into ggerganov:master Sep 18, 2024
4 checks passed
@jeffbolznv jeffbolznv deleted the mnist-build-fix branch September 18, 2024 13:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants