Finch and console ui

Bill Fassler bill.fassler at yahoo.com
Thu Sep 6 13:24:20 EDT 2007


I had the exact same problem while building using *.so files.  Everything that I have found seems to point to the fact that perhaps the library list for pidgin (and/or) finch needs to be tweaked to be sure that libpanel (-lpanel) comes BEFORE libncurses (-lncurses).  However, believe it or not I can't seem to find a "library list" in your source.  Does anyone know how I can look at and perhaps change the order of linking?

PS - Building Finch on my host machine was painless, but I just passed it ./configure --disable-gtkui
and let all the defaults stand. Perhaps I will try to build statically on my host machine and see how (un)smoothly things go.


Bill

Richard Laager <rlaager at wiktel.com> wrote: On Thu, 2007-09-06 at 06:46 -0700, Bill Fassler wrote:
> I have decided to fall back and punt and see if things go better if I
> build dynamically linked versions. Maybe I'll learn something in the
> process, but even it works it would be unacceptable because libraries
> such as gettext, glib, and xml2 are way too huge to include in an
> embedded product just so one application can use  "parts" of them.

If you can get that to even build, it may be a step in the right
direction. Another thing to try would be to build everything statically
for your host system first, to make sure that all works. That's much
easier for others to debug and fix than when you're doing a
cross-compile at the same time.

If you had both of those cases building, but not the static
cross-compile, then we'd know the build problems were exclusive to a
static cross-compile scenario.

I unfortunately don't know enough about the autotools "smoke and
mirrors" either, so I can't really help directly.

Richard


       
---------------------------------
Shape Yahoo! in your own image.  Join our Network Research Panel today!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pidgin.im/pipermail/devel/attachments/20070906/74c78fc2/attachment.html>


More information about the Devel mailing list