Re: [balsa] balsa won't launch browser



Hi,

On 2003.07.29 00:57 Jack wrote:
> Balsa just freezes, and I can only kill it with a ^C from the launching 
> terminal.

This is the result of a messed up library dependency. libc is linked as 
part of the user libraries, before libpthread. -lc should not be mentioned 
on the linker command line.

Libtool builds it from the dependency libs in the .la files in /usr/lib. 
IIRC, one of the spell libraries, either aspell or pspell, should be the 
culprit. The .la files are plain text files, -lc must be removed from the 
dependency_libs line in the .la file. Then reconfigure and rebuild and 
things should work.

Melanie



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]