bug-make
[Top][All Lists]
Advanced

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

[bug #16276] x86_64 link library paths are not correct when specified as


From: Steve Siano
Subject: [bug #16276] x86_64 link library paths are not correct when specified as dependencies
Date: Mon, 12 Nov 2007 21:32:58 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; .NET CLR 1.1.4322)

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

Is it possible to create a new special variable, such as LPATH (like VPATH)
or .LIBPATHS (like .LIBPATTERNS), to specify the directories to search for the
system link libraries?

Currently, I'm using vpath, which works fine:

ifeq (x86_64,$(shell uname -i))
  vpath %.so $(wildcard lib/lib*) /lib64 /usr/lib64 /usr/local/lib64
  vpath %.a  $(wildcard lib/lib*) /lib64 /usr/lib64 /usr/local/lib64
else
  vpath %.so $(wildcard lib/lib*)
  vpath %.a  $(wildcard lib/lib*)
endif

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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