mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #212] undefined reference to `_imp____acrt_iob_func' #172
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#172
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iw2lsi on GitHub (Dec 17, 2018).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/212
Originally assigned to: @jmcnamara on GitHub.
Hi all,
I'm getting a strange error while linking my Qt5.10.1 app with the latest libxlsxwriter: "undefined reference to `_imp____acrt_iob_func'"...
I'm using msys2-x86_64-20180531.exe from https://www.msys2.org
any ideas ?
thanks a lot,
@jmcnamara commented on GitHub (Dec 17, 2018):
Hi,
That function isn't part of libxlswriter so it is more likely to be an issue with gcc or the glibc libraries. A quick google shows some issues like this: https://www.google.com/search?&q=undefined+reference+to+_imp____acrt_iob_func
Either way it isn't a libxlsxwriter issue so I will close this.
John