You forgot to explain, what you are trying to do and to ask a question.
vl_compile error
3 次查看(过去 30 天)
显示 更早的评论

Warning: No source files in argument list. Assuming C source
code for linking purposes. To override this
assumption use '-fortran' or '-cxx'.
/usr/bin/ld: /usr/local/MATLAB/R2015b/bin/st-resnet-master/matconvnet1/matlab/mex/.build/bits/impl/tinythread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
mex: link of ' "/usr/local/MATLAB/R2015b/bin/st-resnet-master/matconvnet1/matlab/mex/vl_nnconv.mexa64"' failed.
Unable to complete successfully.
Error in vl_compilenn>mex_link (line 627)
mex(args{:}) ;
Error in vl_compilenn (line 500)
mex_link(opts, objs, flags.mex_dir, flags) ;

回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fortran with MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!