Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: SharkCZ on April 26, 2007, 10:21:55 pm
-
I have problems with installing libwxsmith.so into the plugin dir and libwxsmithlib.so into the lib dir. They both end in the lib dir, system is Fedora 7-to-be. The Makefile.am file contains the "per-target" following overrided libdir:
libwxsmith_la_libdir = $(libdir)/plugins
libwxsmithlib_la_libdir = $(libdir)
but they are not used in the generated Makefile. Should it really work?
-
I have problems with installing libwxsmith.so into the plugin dir and libwxsmithlib.so into the lib dir. They both end in the lib dir, system is Fedora 7-to-be. The Makefile.am file contains the "per-target" following overrided libdir:
libwxsmith_la_libdir = $(libdir)/plugins
libwxsmithlib_la_libdir = $(libdir)
but they are not used in the generated Makefile. Should it really work?
We're currently fighting with it. I'm really newbie to Makefile.am stuff so that could take some time :/. Anyone have some idea or experience in such situations ?
BYO
-
As I see, you have found a nice workaround :-)
-
As I see, you have found a nice workaround :-)
Finally got it running :D How there are (and will be) no problems with this solution.
BYO