automake
[Top][All Lists]
Advanced

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

Re: libtool link error


From: Bob Friesenhahn
Subject: Re: libtool link error
Date: Fri, 17 Oct 2008 23:41:40 -0500 (CDT)

On Fri, 17 Oct 2008, rrlangly wrote:

Is the problem something with having a *.so, but for some reason libtool is
looking for a *.la. Anyone see what I'm doing wrong here?

The problem is that one of the ".la" files you already have listed is referencing other ".la" files and one of those referenced .la files has been deleted. Normally libtool would use that .la file to ensure that the necessary libraries are linked properly.

Feel free to look in a .la file to see what they look like. They are just text files.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]