← Back to team overview

yade-dev team mailing list archive

Re: libWm3Foundation linking problems

 

> I'm lost in the SConscript jungle, so would be happy if you could
> install wm3 from your repo :)

You could, for a fast solution, try edit trunk/yadeSCons.py:131 and
replace

  LIBS=list(objs[obj][1])

by

  LIBS=list(objs[obj][1])+env['LIBS']

That should work IMHO. Let me know.

V





References