Re: GCC compiler

2007-04-29 Thread John L Fjellstad
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

Re: GCC compiler

2007-04-29 Thread Cédric Lucantis
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

Re: GCC compiler

2007-04-29 Thread John L Fjellstad
"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

Re: GCC compiler

2007-04-29 Thread Michael Marsh
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

Re: GCC compiler

2007-04-29 Thread Cédric Lucantis
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

Re: GCC compiler

2007-04-28 Thread Micha Feigin
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

Re: GCC Compiler

1997-03-20 Thread Craig Sanders
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