overcash597 opened a new issue #20881: URL: https://github.com/apache/incubator-mxnet/issues/20881
hi ,I am a user of mxnet ,I used mxnet-cu92 +anaconda 3.x for some study of deep learning. now I get a RTX309,it can only run in cuda 11.X,so it only one way to rebuild source code by myself, I build the source code under the instruction of mxnet . after a long compile time past,it raised 7 error to me : link 2019 unresolved external symbol __imp__localtime64_s referenced in mz_zip_writer_add_mem_ex_v2 link 2019 unresolved external symbol __imp__mktime64 referenced in mz_zip_file_stat_internal link 2019 unresolved external symbol __imp__time64 referenced in mz_zip_writer_add_mem_ex_v2 link 2019 unresolved external symbol __imp__foreopen_s referenced in mz_zip_writer_init_from_reader_v2 ...... so libmxnet.lib can not generate.... I do not know how to fix it, any suggestion will be appriciated! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
