From: Joseph B. <jb...@um...> - 2006-03-29 00:49:54
|
I've come across an issue where linking errors appear looking for wxVariant functions. A search on the wxWindows newsgroup indicated that placing $(WX_LIBS) at the end of linking line would fix the error. That was tried and it did work. The question is then how to add this criteria to the Bakefile so that the generated GNUmakefile doesn't need to be tweaked with this change. Thanks. |