On Wed, Dec 16, 2009 at 8:55 PM, Dmitrijs Ledkovs <[email protected]> wrote: > This time around when searching for regex it will add additional > -llibrary flags if required. > > For example on my linux it doesn't add any (prints none required) on > windows it should add a flag. >
This works fine with MSYS when you have a shared library. It does not work when you are expecting to use SWORD's internal library. This is because lib/Makefile has a line am__objects_3 = regex.lo which is always commented out. This is the same problem that the build system has always had at this point. I do not know why this is. I'm still looking into it, but any suggestions would be great. Matthew _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
