|
From: | Peter O'Gorman |
Subject: | Re: dependency handling oddity |
Date: | Fri, 26 Mar 2004 09:24:51 +0900 |
User-agent: | Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 |
Joe Orton wrote:
In the attached Makefile, a convenience library "libssl.la" is created, which depends on a system library -lssl. This works fine except if libssl.la already exists in the cwd, in which case libtool drops the dependency on -lssl. Unexpected behaviour?
You might want to name your convenience library something else. Asking libtool to make a library named libssl with a dependency on an entirely different libssl is not a good thing.
Peter -- Peter O'Gorman - http://www.pogma.com
[Prev in Thread] | Current Thread | [Next in Thread] |