bug-make
[Top][All Lists]
Advanced

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

[bug #21854] Dependency to a -l<libname> to be made in a not yet existin


From: anonymous
Subject: [bug #21854] Dependency to a -l<libname> to be made in a not yet existing directory doesn't match(?)
Date: Wed, 09 Apr 2008 09:41:05 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5

Follow-up Comment #1, bug #21854 (project make):

You can bypass this easily by adding another rule like:

-lfunny_name: path_to_library_where_to_get_library.so
        #rules to place library where you want it

This dependency will be evaluated only when make does not resolve
-lfunny_name by itself, i.e. the library does not exist in your scanned
directory.

I use such technique in my Makefiles for about a year now and see no problems
with that.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21854>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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