Re: make problem

2008-03-13 Thread Michelle Konzack
What are you taslking about? Am 2008-03-09 19:44:51, schrieb can comert: > same problem accours when i tried to make the firmware > > [EMAIL PROTECTED]:~/iwlwifi$ make > Kernel Makefile not found at '/lib/modules/2.6.22-3-amd64/source' > chmod: `compatible/*''e eri??ilemedi: Böyle bir dosya ya da

Re: make problem

2008-03-09 Thread Andrei Popescu
On Sun, Mar 09, 2008 at 11:54:54AM +0200, can comert wrote: > hello > i have a debian(lenny) version on asus f3sv laptop computer > when i tried to install wireless device dirvers i had to make them but when > i write make i get these output Are you sure about that? The Debian kernel already cont

Re: make problem

2006-07-23 Thread Michael Marsh
On 7/23/06, Mumia W. <[EMAIL PROTECTED]> wrote: On 07/23/2006 06:23 AM, Fred J. wrote: > [...] > these 2 lines put all the .cpp and .o files in the current directory > in the variables SRC and OBJ respectively. > SRC := $(wildcard *.cpp) > OBJ := $(wildcard *.o) > > > this line is the compiler se

Re: make problem

2006-07-23 Thread Mumia W.
On 07/23/2006 06:23 AM, Fred J. wrote: [...] these 2 lines put all the .cpp and .o files in the current directory in the variables SRC and OBJ respectively. SRC := $(wildcard *.cpp) OBJ := $(wildcard *.o) this line is the compiler section which uses g++ to compile all the .cpp and .h (assuming