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

make problem

2008-03-09 Thread 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 dizin yok /bin/sh: line 2: compatible/kversion: Böyle bir dosya ya da dizin yok Mak

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

make problem

2008-03-09 Thread can comert
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 debian:/home/tilki/iwlwifi-1.2.25# make Kernel Makefile not found at '/lib/modules/2.6.22-3-amd64 /source' chmod: `compati

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

make problem

2006-07-23 Thread Fred J.
Hiafter a whole day reading, I am trying to understand whats wrong with this make file outlined below#-Wall "turns on all warnings"#-c "donot run the linker"#-o "output file"#$@ "the target"#$^ "list of all prerequisites"these 2 lines put all the .cpp and .o files in the current directoryin the var

make problem

2006-07-23 Thread Fred J.
HiI am trying to understand whats wrong with this make file outlinedbelow#-Wall "turns on all warnings"#-c "donot run the linker"#-o "output file"#$@ "the target"#$^ "list of all prerequisites"these 2 lines put all the .cpp and .o files in the current directoryin the variables SRC and OBJ respectiv

Solved Re: Lcd4linux ./configure and make problem.

2004-09-18 Thread Rthoreau
> Stefan O'Rear <[EMAIL PROTECTED]> > Wrote: > Note that this info was found by the 'dlocate' program on the > computer of a programmer who uses Woody. If you use Sarge, Sid, > Potato, or any other Debian version, you may need different > packages. Search packages.debian.org for your version an

Re: Lcd4linux ./configure and make problem.

2004-09-18 Thread Stefan O'Rear
On Sat, Sep 18, 2004 at 10:57:59AM -0500, Rthoreau wrote: > Dear: Fellow Debian Users; > > I am having problems trying to get ./configure to generate a make file > for Lcd4linux. Below is the output for the program. It stops with an > error message "configure: error: X11 headers or libraries no

Re: Lcd4linux ./configure and make problem.

2004-09-18 Thread Jacob S
On Sat, 18 Sep 2004 10:57:59 -0500 Rthoreau <[EMAIL PROTECTED]> wrote: > Dear: Fellow Debian Users; > > I am having problems trying to get ./configure to generate a make file > for Lcd4linux. Below is the output for the program. It stops with an > error message "configure: error: X11 headers o

Lcd4linux ./configure and make problem.

2004-09-18 Thread Rthoreau
Dear: Fellow Debian Users; I am having problems trying to get ./configure to generate a make file for Lcd4linux. Below is the output for the program. It stops with an error message "configure: error: X11 headers or libraries not available: X11 driver disabled". This of course is taken from th

DSL module make problem

2004-01-10 Thread Dr.-Ing. C. Hurschler
Hi, I'm trying to compile a module for a DSL interface card (FritzDSL! SL). It works fine with the 2.4.18 kernel, and headers, but I get an error when I try to compile with a newer kernel like 2.4.23. I've include the last few lines of the make messages below: Any suggestions on getting this

Re: webserver using name based virtual hosts, make problem

2002-12-24 Thread Bill Moseley
On Wed, 25 Dec 2002 06:10:18 -0700, eric lin wrote: I'm a time zone behind you yet you are nine hours ahead of me. Wow! > Paul Johnson wrote: > > On Tue, Dec 24, 2002 at 07:49:07AM -0700, eric lin wrote: > > > Do you know why in the html code to show photo by > http://12.34.56.78/pho

Re: webserver using name based virtual hosts, make problem

2002-12-24 Thread eric lin
Paul Johnson wrote: On Tue, Dec 24, 2002 at 07:49:07AM -0700, eric lin wrote: Do you know why in the html code to show photo by http://12.34.56.78/photo.gif or jpg"> work but http://www.domain.com/photo.gif or jpg"> not work? If you want us to help you need to provide real address, real err

Re: webserver using name based virtual hosts, make problem

2002-12-24 Thread Paul Johnson
On Tue, Dec 24, 2002 at 07:49:07AM -0700, eric lin wrote: > >> Do you know why in the html code to show photo by > >> http://12.34.56.78/photo.gif or jpg"> work but > >> http://www.domain.com/photo.gif or jpg"> not work? > If you want us to help you need to provide real address, real error messa

Re: webserver using name based virtual hosts, make problem

2002-12-24 Thread eric lin
Bernd Eckenfels wrote: Hello, your apache config does not contain named virtual hosts, so your problem is in the fact that the ip for: ServerName www.linuxspice.com is not Listen 64.91.61.186:80 So this means if you specify http://www.linuxspice.com/case.jpg it will not be the same

Re: webserver using name based virtual hosts, make problem

2002-12-23 Thread Bernd Eckenfels
Hello, your apache config does not contain named virtual hosts, so your problem is in the fact that the ip for: > ServerName www.linuxspice.com is not > Listen 64.91.61.186:80 So this means if you specify http://www.linuxspice.com/case.jpg it will not be the same as http://64.91.61.186/case.

webserver using name based virtual hosts, make problem

2002-12-23 Thread eric lin
Dear Bernd Eckenfels or apache webserver user: On Tue, Dec 24, 2002 at 04:51:04AM -0700, eric lin wrote: >> Do you know why in the html code to show photo by >> http://12.34.56.78/photo.gif or jpg"> work but >> http://www.domain.com/photo.gif or jpg"> not work? you are totally in the wrong l