[dundee] yet another compiling problem
Jonathan Riddell
dundee at lists.lug.org.uk
Sat Aug 16 18:42:00 2003
On Sat, Aug 16, 2003 at 09:45:41AM +0100, Keir Lawson wrote:
> when trying to compile balsa i get the following error:
>
> /usr/bin/ld: cannot find -lltdl
> collect2: ld returned 1 exit status
> make[2]: *** [balsa] Error 1
> make[2]: Leaving directory `/home/keir/software/source/balsa-2.0.13/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/keir/software/source/balsa-2.0.13'
> make: *** [all-recursive-am] Error 2
>
> does anybody know how to fix it ?
the -lltdl means it's looking for the ltdl library as a file called
libltdl.so so use your package manager to search for a package that
contains that file.
Jonathan Riddell