Open GoogleCodeExporter opened 9 years ago
Yes, unfortunately the static-modules literally means just that, modules will
be built statically. Every other shared library will be linked dynamically,
i.e. the binary itself will not be built statically.
Unfortunately, I don't have much time to look at this now, but would be happy
to accept a patch. Or I can put this on the todo list.
One thing you could try is going through your local copy and changing the
Makefile directly in src/modules to link with libgenders.a instead of
-lgenders...
Original comment by mark.gro...@gmail.com
on 24 Feb 2014 at 2:48
Original issue reported on code.google.com by
chris.da...@gmail.com
on 21 Feb 2014 at 4:57