vl_compile error
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

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) ;

1 commentaire
Réponses (0)
Voir également
Catégories
En savoir plus sur Fortran with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!