Cédric Lucantis <[EMAIL PROTECTED]> writes:
> This is documented in the make info page, under section 6.5 "How to use
> variables/Setting". I don't know if this is specific to gnu make or not.
Thanks. I really appreciate the explaination (I looked it up in my make
book, it the book I have was m
Le dimanche 29 avril 2007 19:40, John L Fjellstad a écrit :
> "Michael Marsh" <[EMAIL PROTECTED]> writes:
> > If I'm using GNU make, I hardly ever use "=" instead of ":=", unless I
> > really want to define a macro. You're a lot more likely to get what
> > you expect most of the time, and you can
"Michael Marsh" <[EMAIL PROTECTED]> writes:
> If I'm using GNU make, I hardly ever use "=" instead of ":=", unless I
> really want to define a macro. You're a lot more likely to get what
> you expect most of the time, and you can use "+=".
What's the difference? My book on Make mentions "=", bu
On 4/29/07, Cédric Lucantis <[EMAIL PROTECTED]> wrote:
Le dimanche 29 avril 2007 04:56, Micha Feigin a écrit:
> On Sat, 28 Apr 2007 22:20:08 -0300
> "Iuri Sampaio" <[EMAIL PROTECTED]> wrote:
> > $(BIN): $(OBJS)
> >
> > $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LIBS)
> >
Not really an answe
Le dimanche 29 avril 2007 04:56, Micha Feigin a écrit :
> On Sat, 28 Apr 2007 22:20:08 -0300
>
> "Iuri Sampaio" <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> >
> >
> > I tried to compile a C source code, using make command:
> >
> >
> >
> > The Makefile script is:
> >
> >
> >
> > BINDIR = ./
> >
> > LIBD
On Sat, 28 Apr 2007 22:20:08 -0300
"Iuri Sampaio" <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> I tried to compile a C source code, using make command:
>
>
>
> The Makefile script is:
>
>
>
> BINDIR = ./
>
> LIBDIR = /foo/im/lib/Linux24
>
> INCLUDE = /foo/im/include
>
>
>
> CC = gcc
On Wed, 19 Mar 1997, Pete Poff wrote:
> I've just downloaded the Gcc Compiler version 2.7.2.2. I currently
> don't have any other compilers that I know of. I'll I've done is
> installed the newest version of Debian Linux System. The Gcc Compiler
> has to be compiled but I can't because it's my fi
7 matches
Mail list logo