Hi, I've done a big commit on the configure script which should fix all problems. The bugs I've found in the configure script were mainly:
1) libraries were passed to wx-config --libs in wrong order; e.g. wx-config --libs base,core,adv instead of wx-config --libs adv,core,base 2) linker line was being built incorrectly; with -l option you give e.g. "-lmylib" and GNU's ld will search for libmylib.a or libmylib.so.x.x.x libraries.... you cannot pass to -l a full library name with final .a 3) for some reason wxwin.m4 was defining the BUILD variable only when DEBUG option was left to the 'auto' default value; this is my fault but since I last touched wxwin.m4 a lot of time ago, I really don't understand how it's possible that this bug was unnoticed so far... Last, I also removed lots of copy&paste from configure.ac making it easier to mantain. Please everyone test building against latest CVS. Francesco ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users