On Sunday 18 December 2005 23:23, Hector Centeno-Garcia wrote: > By the way, before this error I was getting another one about SWIG not > finding a "ua" library. I found that in SConstruct there is a SWIG flag > that sould be "-llua" instead of "-lua", here: > > SWIGFLAGS = [swigflags, '-llua', '-outdir', '.']) This may be causing the problems. What SWIG version do you have ? Lua support was added only in recent releases of SWIG, so it is possible that the version you use does not recognize the -lua flag, and builds wrappers for some default language instead (which is likely to be Tcl, as suggested by the errors at linking). If you have a SWIG version older than 1.3.27, then you need to either upgrade SWIG, or build without Lua.