2012/10/31 Darrell Anderson <humanreadable(a)yahoo.com>om>:
I am using cmake in my tdegraphics builds and have
been since the module was ported to cmake. So let's focus on why cmake isn't
working. :)
hmm... rought instractions to reproduce:
1. compile/install kviewshell
2. clean the build directory
3. try to build kdvi
it should fail because it cannot link to kviewshell-static. I see two
solutions now:
1. make kviewshell dynamically-linked
2. install it as static lib to system
I like the first variant more, but it's rather small... I've wanted to
see how it was made in autotools... seems it was dynamic but I'm not
sure enough to make a bug report ...
Note: When using autotools, be sure to always
regenerate the autoconf/automake files, as mentioned in section 3 of the wiki:
This regeneration doesn't work itself...