libtool
[Top][All Lists]
Advanced

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

Re: libtool wants to install LIBRARY.lai, but it doesn't exist


From: Marc Singer
Subject: Re: libtool wants to install LIBRARY.lai, but it doesn't exist
Date: Fri, 1 Apr 2005 14:02:01 -0800
User-agent: Mutt/1.5.6+20040907i

I think there is more to this override story.  Perhaps this is why
I've not found the makefile command line override very helful.

It looks like when we have a make invocation within make, the
overrides do not propagate.

#Makefile.1
PREFIX=/usr/local
all:
        make -f Makefile.2

#Makefile.2
PREFIX=/usr/local 

  > make PREFIX=/usr -f Makefile.1

During Makefile.1, the PREFIX is /usr.  In Makefile.2, it is
/usr/local.

Bummer.





reply via email to

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