← Back to team overview

yade-dev team mailing list archive

Re: How to use a plugin

 

> What is '-lc -ldl -lm' in "gcc filename.c -I somepath  -L -lc -ldl -lm".   How do I put it in env.SharedLibrary('CWBoonPlugin',['embed_cvxopt.c'],LIBS=env['LIBS']+[''])?
man gcc? (links c, dl and m libraries, which are used by default anyway:
c is std c library, dl =dynamic loader lib and m = math library)

Cheers, v.




Follow ups

References