> 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.
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help : https://help.launchpad.net/ListHelp