News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

installing splitted wxsmith and wxsmithlib

Started by SharkCZ, April 26, 2007, 10:21:55 PM

Previous topic - Next topic

SharkCZ

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?
Code::Blocks package maintainer for Fedora and EPEL

byo

Quote from: 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?

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

SharkCZ

As I see, you have found a nice workaround :-)
Code::Blocks package maintainer for Fedora and EPEL

byo

Quote from: SharkCZ on April 27, 2007, 05:07:40 PM
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