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

Re: balsa build help



On Wed, Jan 23, 2002 at 07:01:22PM -0500, Glenn Maynard wrote:
> 06:52pm glenn@zewt.pts/2 [~] ldd /usr/lib/libpspell.so

[snip]

> This should list libstdc++; this is a bug.  (Filed.)

Thanks!

> Since this test doesn't seem to have anything to do with pspell, it
> doesn't need to link against it.  If this doesn't get fixed soon in
> pspell, the best fix you could make is to not link this test against
> pspell.  I'm not sure why autoconf does this.  (I'd think this would
> cause problems; the test is merely to find if a library is available,
> and linking against other tested libraries could make it fail if they
> conflicted in some way.)

The problem will reoccur when the final executable is linked, though,
won't it?  Since the final executable (balsa) is a C-executable.

There is logic in autoconf linking libraries incrementally
(i.e. linking all previously discovered libraries into each successive
test) - since the final executable will be linked with them all, why
not discover the incompatibilty at configure time?

Jules



Reply to: