Invalid opton --B

2007-12-10 Thread Anand, CJ
Hello, We are having problems running the make file for compiling files for the QNX OS. The version of GCC we use is a 2.95.3 The command we use is make OS=nto CPULIST=x86 -B install LDFLAGS=-M The error we get is make: invalid option - B Can anyone help us out. Thanks, A

Re: Invalid opton --B

2007-12-10 Thread Paul Smith
On Mon, 2007-12-10 at 17:07 -0800, Anand, CJ wrote: > make OS=nto CPULIST=x86 -B install LDFLAGS=-M You have to quote the argument so make treats the entire CPULIST as one argument: make OS=nto CPULIST='x86 -B install' LDFLAGS=-M This is really more of a shell syntax question than a make

Re: Invalid opton --B

2007-12-10 Thread Eli Zaretskii
> Date: Mon, 10 Dec 2007 17:07:36 -0800 > From: "Anand, CJ" <[EMAIL PROTECTED]> > > The command we use is > > make OS=nto CPULIST=x86 -B install LDFLAGS=-M > > The error we get is > > make: invalid option - B What does "make --version" say? ___ Bug

[bug #21771] make 3.81 is deleting intermediate files in a wrong way

2007-12-10 Thread Rajasekhar
URL: Summary: make 3.81 is deleting intermediate files in a wrong way Project: make Submitted by: rathreya Submitted on: Tuesday 12/11/2007 at 05:44 Severity: 3 - Normal