Re: strip bug?

2000-05-05 Thread Paul D. Smith
This is GNU make PR/1689. There's a patch to fix it in the PR fix description. A GNU make 3.79.1 will be released "soon" with a few bugs such as these fixed. See the GNU make README file for how to access the bug database. -- ---

strip bug?

2000-05-05 Thread Eric Lemings
Dear GNU: Here's the basic info: host: sparc-sun-solaris2.7 gcc version: 2.95.2 make version: 3.79 I configured gtk+-1.2.7 as follows: CC="gcc" CFLAGS="-Wall -O2" LDFLAGS="-s" ./configure --disable-nls --disable-debug then did a make with no arguments. When it

Re: target-specific variables

2000-05-05 Thread Paul D. Smith
%% "Henry LeRoy Miller, Jr." <[EMAIL PROTECTED]> writes: hlm> I am unable to get the feature 'target-specific variables' to work. hlm> It appears that make attempts to interpret the assignment as a hlm> dependency (pre-requisite). hlm> I found the bit about escaping the equal sign in t

target-specific variables

2000-05-05 Thread Henry LeRoy Miller, Jr.
Make versions: 3.77, 3.79 I am unable to get the feature 'target-specific variables' to work. It appears that make attempts to interpret the assignment as a dependency (pre-requisite). I found the bit about escaping the equal sign in the NEWS document for 3.77 changes - it ought to be mention