need help with compiling ips.o driver module

2005-11-15 Thread TAC Forums
Hi there... I have a debian computer with kernel 2.4.27-2-386 on an IBM xSeries 236 Type 8841. This is the SCSI Control info = :03:0c.0 SCSI storage controller: Adaptec ASC-29320ALP U320 (rev 10) :03:0e.0 RAID bus controller: Adaptec ServeRAID C

Re: Help with compiling X 4.2.0

2002-03-19 Thread Crispin Wellington
On Wed, 2002-03-20 at 06:20, Matt Jones wrote: > I am trying to compile X so that I can use my Geforce2 video card. > I am running debian 2.2r2 and did a clean install yesterday. > I put the source code on the drive and began compiling. The make World > worked fine, but when I did make Install I r

Re: Help with compiling X 4.2.0

2002-03-19 Thread Bill Triplett
On Tue, 2002-03-19 at 17:20, Matt Jones wrote: > I am trying to compile X so that I can use my Geforce2 video card. > I am running debian 2.2r2 and did a clean install yesterday. > I put the source code on the drive and began compiling. The make World > worked fine, but when I did make Install I r

Re: Help with compiling X 4.2.0

2002-03-19 Thread Jean-Marc V. Liotier
On Tue, 2002-03-19 at 23:20, Matt Jones wrote: > gunzip.c:9: zlib.h: No such file or directory apt-get install zlib1g-dev signature.asc Description: This is a digitally signed message part

Help with compiling X 4.2.0

2002-03-19 Thread Matt Jones
I am trying to compile X so that I can use my Geforce2 video card. I am running debian 2.2r2 and did a clean install yesterday. I put the source code on the drive and began compiling. The make World worked fine, but when I did make Install I recieved the following errors... "... rm -f gunzip.o

Re: help with compiling qt examples?

2000-09-10 Thread Gernot Bauer
Hi, Im a bit behind in reading the debian-digest, so I dont know if anybody already answered your question. Did you install zlib1g-dev? That was my fault (I had the same problems). Gery

Re: help with compiling qt examples?

2000-09-06 Thread Will Trillich
On Tue, Sep 05, 2000 at 10:34:10PM -0400, Rob Tandy wrote: > Hello all, > > I recently apt-got libqt2, libqt2-dev, qt2-doc... i think proper usage is "i recently 'apt-get'ted..." or if you're from georgia, "i done apt-git..." :)

Re: help with compiling qt examples?

2000-09-05 Thread Rob Tandy
Thanks nate, it worked. thanks for the prompt reply; this list is great. -rob On Tue, Sep 05, 2000 at 07:24:49PM -0700, Nate Amsden wrote: > Return-Path: <[EMAIL PROTECTED]> > > > Am I missing something? BTW, I'm running potato. > > yes, zlib1g-dev :) > > nate > > -- > ::: > ICQ: 7513233

Re: help with compiling qt examples?

2000-09-05 Thread Nate Amsden
Rob Tandy wrote: > Am I missing something? BTW, I'm running potato. yes, zlib1g-dev :) nate -- ::: ICQ: 75132336 http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED]

help with compiling qt examples?

2000-09-05 Thread Rob Tandy
Hello all, I recently apt-got libqt2, libqt2-dev, qt2-doc, my interest was sparked with the soon to be released GPLed free version announcement. Any way, I'm having trouble compiling the examples that come with qt2-doc. Here is the error I get g++ -L/usr/lib/qt2/lib -L/usr/X11R6/lib

Re: Help with compiling

1999-08-28 Thread Stephen Pitts
On Thu, Aug 26, 1999 at 01:41:20PM -0700, Dan Smith wrote: > I have downloaded and installed g++ and binutils and > all the packages they depend on. How do I compile and > link a C++ program? e.g. what is the proper syntax of > the c++ and ld commands? > Please send answers to me directly > ([EMA

Help with compiling

1999-08-26 Thread Dan Smith
I have downloaded and installed g++ and binutils and all the packages they depend on. How do I compile and link a C++ program? e.g. what is the proper syntax of the c++ and ld commands? Please send answers to me directly ([EMAIL PROTECTED]) as I am not subscribed to the list. Thank you.

Re: Thanks for the help with compiling a new kernel... BUT!

1997-10-30 Thread Dima
Thalia L. Hooker wrote: > Hi, > ... > I tried the kernel package and compilation went fine except it didn't seem > to compile any of the new modules even though I requested SCSI support, > SCSI disk support, and the driver AHA152x. I say this because when I > noticed it had not detected an

Re: Thanks for the help with compiling a new kernel... BUT!

1997-10-29 Thread Manoj Srivastava
Hi, >>"Thalia" == Thalia L Hooker <[EMAIL PROTECTED]> writes: Thalia> Hi, I finally got over my signal 11 problems and can now Thalia> recompile a kernel. The problems seem to have been due to bad Thalia> RAM. I reinitialized my partitions because I was afraid I Thalia> would run into filesystem p

Re: Thanks for the help with compiling a new kernel... BUT!

1997-10-29 Thread Manoj Srivastava
Hi, >>"Mike" == Mike Miller <[EMAIL PROTECTED]> writes: Mike> I'm thinking of starting a Debian custom kernel faq that would Mike> address issues such as Ignus' questions and my own experience Mike> with pcmcia and the kernel. Any one interested in contributing? Please include the Proble

Re: Thanks for the help with compiling a new kernel... BUT!

1997-10-29 Thread Thalia L. Hooker
Hi, I finally got over my signal 11 problems and can now recompile a kernel. The problems seem to have been due to bad RAM. I reinitialized my partitions because I was afraid I would run into filesystem problems due to the numerous times my computer froze when I was trying to recompile a kernel.

Re: Thanks for the help with compiling a new kernel... BUT!

1997-10-29 Thread Manoj Srivastava
Hi, >>"Ignus" == Ignus Fast <[EMAIL PROTECTED]> writes: Ignus> I am still having a lot of trouble! I have no trouble running: Ignus> 'make xconfig', followed by Ignus> 'make kpkg-clean', This is the wrong order. Try make-kpkg clean, followed by make xconfig Ignus> 'make-kpkg

Re: Thanks for the help with compiling a new kernel... BUT!

1997-10-29 Thread Mike Miller
You might have better success it you make your modules using make-kpkg rather than make-ing in the source directory. Try executing `make-kpkg --targets' to get a list of targets (which includes modules). Caveat - I haven't made modules with make-kpkg myself, so I don't know what pitfalls might aw

Re: Thanks for the help with compiling a new kernel... BUT!

1997-10-29 Thread Joost Kooij
On Tue, 28 Oct 1997, Ignus Fast wrote: > I am still having a lot of trouble! I have no trouble running: > > 'make xconfig', followed by > 'make kpkg-clean', > 'make-kpkg -r custom.1.0 kernel_image' > 'dpkg -i /usr/src/kernel-image-2.0.30_custom.1.0_i386.deb' Ready?!? > 'make modules' > 'make m

Thanks for the help with compiling a new kernel... BUT!

1997-10-29 Thread Ignus Fast
I am still having a lot of trouble! I have no trouble running: 'make xconfig', followed by 'make kpkg-clean', 'make-kpkg -r custom.1.0 kernel_image' 'dpkg -i /usr/src/kernel-image-2.0.30_custom.1.0_i386.deb' 'make modules' 'make modules_install' to create a custom kernel boot disk. But