vl_compile error

3 views (last 30 days)
Haron Tinega
Haron Tinega on 22 Dec 2018
Commented: Jan on 22 Dec 2018
error.PNG
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 Comment
Jan
Jan on 22 Dec 2018
You forgot to explain, what you are trying to do and to ask a question.

Sign in to comment.

Answers (0)

Categories

Find more on Fortran with MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!