Re: Compile problems - how do I know what source to install?

2005-11-17 Thread Michelle Konzack
Hi Daniel, Am 2005-11-14 11:01:00, schrieb Daniel McBrearty: I'm in the process of setting up a server that runs sarge, but I get many compile errors when trying to do cpan install of some perl modules: cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing

Compile problems - how do I know what source to install?

2005-11-14 Thread Daniel McBrearty
I'm in the process of setting up a server that runs sarge, but I get many compile errors when trying to do cpan install of some perl modules: cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2

Re: Compile problems - how do I know what source to install?

2005-11-14 Thread Daniel Nilsson
Daniel McBrearty ([EMAIL PROTECTED]) wrote: I'm in the process of setting up a server that runs sarge, but I get many compile errors when trying to do cpan install of some perl modules: from Perl.xs:5: /usr/lib/perl/5.8/CORE/perl.h:380:30: sys/types.h: No such file or

ipw2200 compile problems + 2.6.12.6

2005-09-25 Thread Marco Calviani
Hi list, i'm trying to compile the ipw2200 module (from Debian ipw2200-source version 1.0.6-6) using a vanilla 2.6.12.6 kernel version. I've compiled and installed ieee80211 (from Debian ieee80211 version 1.0.3-3) correctly. I'm having this error message during builing the ipw2200 module:

Re: ipw2200 compile problems + 2.6.12.6

2005-09-25 Thread Marco Calviani
Hendrik Sattler wrote: Marco Calviani wrote: i'm trying to compile the ipw2200 module (from Debian ipw2200-source version 1.0.6-6) using a vanilla 2.6.12.6 kernel version. I've compiled and installed ieee80211 (from Debian ieee80211 version 1.0.3-3) correctly. [...]

Re: ipw2200 compile problems + 2.6.12.6

2005-09-25 Thread Hendrik Sattler
Marco Calviani wrote: i'm trying to compile the ipw2200 module (from Debian ipw2200-source version 1.0.6-6) using a vanilla 2.6.12.6 kernel version. I've compiled and installed ieee80211 (from Debian ieee80211 version 1.0.3-3) correctly. [...] /usr/bin/make -C driver KSRC=/usr/src/linux

Re: ipw2200 compile problems + 2.6.12.6

2005-09-25 Thread Mike Hommey
On Sun, Sep 25, 2005 at 01:39:25PM +0200, Marco Calviani [EMAIL PROTECTED] wrote: Hi list, i'm trying to compile the ipw2200 module (from Debian ipw2200-source version 1.0.6-6) using a vanilla 2.6.12.6 kernel version. I've compiled and installed ieee80211 (from Debian ieee80211 version

Re: ipw2200 compile problems + 2.6.12.6

2005-09-25 Thread Philip Schwartz
I think you have the ipw and ieee versions wrong. The versons that you stated are the current sf versions, the debian versions are older. When you make the ipw2200, make sure to point IEEE80211_INC to the correct location. One other option that I suggest is to run the Andrew Morton patch on the

Re: ipw2200 compile problems + 2.6.12.6

2005-09-25 Thread Marco Calviani
Philip Schwartz wrote: I think you have the ipw and ieee versions wrong. The versons that you stated are the current sf versions, the debian versions are older. When you make the ipw2200, make sure to point IEEE80211_INC to the correct location. One other option that I suggest is to run the

Re: ipw2200 compile problems + 2.6.12.6 [seems solved]

2005-09-25 Thread Marco Calviani
Mike Hommey wrote: On Sun, Sep 25, 2005 at 01:39:25PM +0200, Marco Calviani [EMAIL PROTECTED] wrote: Hi list, i'm trying to compile the ipw2200 module (from Debian ipw2200-source version 1.0.6-6) using a vanilla 2.6.12.6 kernel version. I've compiled and installed ieee80211 (from Debian

Kernel Compile Problems

2004-02-22 Thread Robert Tilley
A make menuconfig fails in checklist.c with the following: debian-rtg:/usr/src/linux-2.6.3# make menuconfig HOSTCC scripts/fixdep SHIPPED scripts/kconfig/zconf.tab.h HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/mconf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED

Re: Kernel Compile Problems

2004-02-22 Thread Brian Brazil
On Sun, Feb 22, 2004 at 11:11:24AM -0500, Robert Tilley wrote: scripts/lxdialog/dialog.h:29:20: curses.h: No such file or directory Install libncurses-dev. IIRC its one of the suggests for kernel-source-* Brian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Util-linux 2.12 compile problems in sarge

2004-02-03 Thread Dale Amon
This look like an old bug closed in December: Max Vozeler [EMAIL PROTECTED] It's a known breakage caused by the splitting of libc6-dev and linux-kernel-headers, see bugs #220991 and #222878 has come back from the dead: cc -pipe -O2 -mcpu=i486 -fomit-frame-pointer

Re: kernel compile problems with gcc 3.3

2003-06-10 Thread Dan Jones
On Mon, 09 Jun 2003 23:16:55 -0400, Peter S Galbraith wrote: Dan Jones [EMAIL PROTECTED] wrote: On Mon, 09 Jun 2003 18:26:46 GMT, Matthias Leopold wrote: hi i tried to recompile my 2.4.20 kernel with make-kpkg (as i have successfully done before) incorporating the xfs and ck patches. this time

Re: kernel compile problems with gcc 3.3

2003-06-10 Thread Dan Jones
On Mon, 09 Jun 2003 23:44:58 -0400, J.F.Gratton wrote: Actually, both errors are *not* the same Dan's is due to something missing in the kernel sources; I've read the thread in the kernel developpers' mailing list, I can't recall exactly what is missing, but I know that a patch is available,

kernel compile problems with gcc 3.3

2003-06-09 Thread Matthias Leopold
hi i tried to recompile my 2.4.20 kernel with make-kpkg (as i have successfully done before) incorporating the xfs and ck patches. this time the process stopped with the following error message: net/network.o(.text+0xe117): In function `rtnetlink_rcv': : undefined reference to `rtnetlink_rcv_skb

Re: kernel compile problems with gcc 3.3

2003-06-09 Thread Jamin W. Collins
On Mon, Jun 09, 2003 at 06:26:46PM +, Matthias Leopold wrote: i tried to recompile my 2.4.20 kernel with make-kpkg (as i have successfully done before) incorporating the xfs and ck patches. this time the process stopped with the following error message: net/network.o(.text+0xe117): In

Re: kernel compile problems with gcc 3.3

2003-06-09 Thread Mathias Gygax
On Mon, Jun 09, 2003 at 06:26:46PM +, Matthias Leopold wrote: hi hi, i tried to recompile my 2.4.20 kernel with make-kpkg (as i have successfully done before) incorporating the xfs and ck patches. this time the process stopped with the following error message:

Re: kernel compile problems with gcc 3.3

2003-06-09 Thread Dan Jones
On Mon, 09 Jun 2003 18:26:46 GMT, Matthias Leopold wrote: hi i tried to recompile my 2.4.20 kernel with make-kpkg (as i have successfully done before) incorporating the xfs and ck patches. this time the process stopped with the following error message: net/network.o(.text+0xe117): In function

Re: kernel compile problems with gcc 3.3

2003-06-09 Thread Peter S Galbraith
Dan Jones [EMAIL PROTECTED] wrote: On Mon, 09 Jun 2003 18:26:46 GMT, Matthias Leopold wrote: hi i tried to recompile my 2.4.20 kernel with make-kpkg (as i have successfully done before) incorporating the xfs and ck patches. this time the process stopped with the following error message:

Re: kernel compile problems with gcc 3.3

2003-06-09 Thread J.F.Gratton
Actually, both errors are *not* the same Dan's is due to something missing in the kernel sources; I've read the thread in the kernel developpers' mailing list, I can't recall exactly what is missing, but I know that a patch is available, either for 2.4.20 or the soon-to-come 2.4.21. An

HSF Linmodem compile problems

2003-03-11 Thread Joerg Johannes
Hi List I have a Sony Vaio with internal HSF Linmodem. According to http://www.gaugusch.at/vaio/#modem I have downloaded the latest HSF driver from the website mentioned there, and followed the instructions to compile the driver form source. The make install step proceeded without errors, but

Re: HSF Linmodem compile problems

2003-03-11 Thread Gordon Fraser
* Joerg Johannes [EMAIL PROTECTED] [030311 09:42] wrote: I have a Sony Vaio with internal HSF Linmodem. According to http://www.gaugusch.at/vaio/#modem I have downloaded the latest HSF driver from the website mentioned there, and followed the instructions to compile the driver form

Re: kernel compile problems

2001-12-26 Thread Marc Wilson
On Tue, Dec 25, 2001 at 10:53:06PM -0500, Sean Johnson wrote: The current binutils in sid is fine for compiling 2.4.17 (latest 2.4.x stable kernel). It's not binutils that have the problem... it's the kernel. Use a 2.4.17 or later kernel if you want to avoid the error showing up most of the

kernel compile problems

2001-12-25 Thread John S. J. Anderson
Greetings -- I've been setting up a new Athlon system (thanks Santa!), and I've been having some kernel compile issues (linker bombing out, mainly). I was chalking it up to some Athlon quirk (power supply, cooling, etc.), but just on the off chance I tried to re-compile a kernel on my old

Re: kernel compile problems

2001-12-25 Thread David Gardi
John S. J. Anderson wrote: Greetings -- I've been setting up a new Athlon system (thanks Santa!), and I've been having some kernel compile issues (linker bombing out, mainly). I was chalking it up to some Athlon quirk (power supply, cooling, etc.), but just on the off chance I tried to

Re: kernel compile problems

2001-12-25 Thread Sean Johnson
On Tue, 25 Dec 2001 19:43:46 +0100 David Gardi [EMAIL PROTECTED] wrote: --snip-- So, is there some sort of problem with kernel compiles here recently? I notice we got new gcc packages yesterday... Running: sid, up to date as of 12/25. john. Are you using debian unstable, and

Re: kernel compile problems

2001-12-25 Thread Craig Dickson
Sean Johnson wrote: The current binutils in sid is fine for compiling 2.4.17 (latest 2.4.x stable kernel). No, it isn't. This has come up a few times already just in the few days since 2.4.17 came out. Depending on your kernel configuration, you may still run into the same problems that people

Re: kernel compile problems

2001-12-25 Thread Craig Dickson
David Gardi wrote: Are you using debian unstable, and using binutils? If so, your best bet would be to downgrade binutils to the latest stable. I had the same problem. *shudder* No need to go back that far! Sid's binutils from late November (2.11.92.0.10-4) seems to work fine. You can get it

Re: kernel compile problems

2001-12-25 Thread Sean Johnson
On Tue, 25 Dec 2001 19:43:46 +0100 David Gardi [EMAIL PROTECTED] wrote: --snip-- So, is there some sort of problem with kernel compiles here recently? I notice we got new gcc packages yesterday... Running: sid, up to date as of 12/25. john. Are you using debian unstable, and

ALSA compile problems

2001-11-19 Thread Morbo
Hi, I've tried to compile the ALSA drivers (both 0.90 and 0.50), but both complain about not finding: linux/modversions.h I have the kernel source for 2.4.14 downloaded from kernel.org and unpacked under /usr/src/linux Does anybody know what I'm doing wrong? Many thanks in advance! best

Re: ALSA compile problems

2001-11-19 Thread Ryan Sackenheim
Make sure you've downloaded the kernel-headers package. And when you run ./configure, make sure to include '--includedir=/usr/src/kernel-headers-x.x.x'. Good luck, -Ryan On Mon, Nov 19, 2001 at 10:08:04PM +0100, Morbo wrote: Hi, I've tried to compile the ALSA drivers (both 0.90 and 0.50),

kernel compile problems

2001-08-10 Thread Ian Marlier
Just finished installing Potato on my iBook, and now I'm trying to buildd BenH's 2.4 kernel (which has AirPort support and a working Powerbook ethernet driver, among other things). Did make config, went through the whole she-bang, that all worked fine. Did make dep and about halfway through

Re: kernel compile problems

2001-08-10 Thread Michael Heldebrant
Pulling this out of a hat but see if you can break the arguments of it into two lines and then make the second one append into .hdepend --mike On 10 Aug 2001 15:27:16 -0500, Ian Marlier wrote: Just finished installing Potato on my iBook, and now I'm trying to buildd BenH's 2.4 kernel (which

Re: kernel compile problems

2001-08-10 Thread Brian Nelson
On Fri, Aug 10, 2001 at 03:31:35PM -0500, Michael Heldebrant wrote: Pulling this out of a hat but see if you can break the arguments of it into two lines and then make the second one append into .hdepend Mike, Please please please learn how to quote your emails properly. You're driving me

Re: kernel compile problems

2001-08-10 Thread Michael Heldebrant
On 10 Aug 2001 16:43:36 -0400, Brian Nelson wrote: On Fri, Aug 10, 2001 at 03:31:35PM -0500, Michael Heldebrant wrote: Pulling this out of a hat but see if you can break the arguments of it into two lines and then make the second one append into .hdepend Mike, Please please please

Re: kernel compile problems

2001-08-10 Thread Ian Marlier
At 3:31 PM -0500 8/10/01, Michael Heldebrant wrote: Pulling this out of a hat but see if you can break the arguments of it into two lines and then make the second one append into .hdepend --mike On 10 Aug 2001 15:27:16 -0500, Ian Marlier wrote: Just finished installing Potato on my iBook,

Re: kernel compile problems

2001-08-10 Thread Mike Fedyk
On Fri, Aug 10, 2001 at 04:00:45PM -0500, Ian Marlier wrote: Hrm...this is what I was planning to do, but mkdep isn't a shell script -- it's a C file that (I guess) gets compiled on the fly to pull in the config variables. So there isn't a line somewhere that I can just cut in half...

Re: kernel compile problems

2001-08-10 Thread Wayne Topa
Subject: Re: kernel compile problems Date: Fri, Aug 10, 2001 at 03:46:43PM -0500 In reply to:Michael Heldebrant Quoting Michael Heldebrant([EMAIL PROTECTED]): On 10 Aug 2001 16:43:36 -0400, Brian Nelson wrote: On Fri, Aug 10, 2001 at 03:31:35PM -0500, Michael Heldebrant wrote

Re: rtl8139.c - compile problems for cardbus driver module

2001-07-25 Thread Rodolfo Giometti
On Thu, Jul 19, 2001 at 07:18:14PM +0200, Schwerzmann, Stephan wrote: pcmcia/driver_ops.h: no such file or directory in my whole /usr/src tree I do not have anything named pcmcia nor driver_ops.h [...] Questions: what steps do I miss, to get the file pcmcia/driver_ops.h built? where should

Re: ALSA compile problems

2001-07-25 Thread Rob Weir
On Tue, Jul 24, 2001 at 10:37:46PM +0200, Joost Kooij wrote: Not for asking questions. Maybe it is a bug in alsa-driver-0.5, if the other modules built fine. Try to dig up more details and file a bug if you think there is one. I did think of that, but a week or two ago, I used kernel-package

Re: ALSA compile problems

2001-07-24 Thread Rob Weir
On Mon, Jul 23, 2001 at 02:31:33AM +0200, Joost Kooij wrote: On Mon, Jul 23, 2001 at 12:21:39AM +1000, Rob Weir wrote: Does anybody have any idea about what to do? If it's a bug in make-kpkg, is it known or fixed anywhere? Did you look yet on http://bugs.debian.org/kernel-package ? Yep.

Re: ALSA compile problems

2001-07-24 Thread Joost Kooij
On Wed, Jul 25, 2001 at 12:21:07AM +1000, Rob Weir wrote: Yep. Nothing about it, that I could see. Am I just stupid? Not for asking questions. Maybe it is a bug in alsa-driver-0.5, if the other modules built fine. Try to dig up more details and file a bug if you think there is one. Cheers,

ALSA compile problems

2001-07-22 Thread Rob Weir
After upgrading to kernel 2.4.7 (in the hope that it will finally fix the memory insanity), I went to recompile all my kernel modules (using make-kpkg). The NVIDIA modules compiled fine, so did the i2c and sensor modules, but when it got to compiling the ALSA drivers, I got the following error:

Re: ALSA compile problems

2001-07-22 Thread Joost Kooij
On Mon, Jul 23, 2001 at 12:21:39AM +1000, Rob Weir wrote: Does anybody have any idea about what to do? If it's a bug in make-kpkg, is it known or fixed anywhere? Did you look yet on http://bugs.debian.org/kernel-package ? Cheers, Joost

Re: rtl8139.c - compile problems for cardbus driver module

2001-07-20 Thread nico de haer
: Schwerzmann, Stephan [EMAIL PROTECTED] To: debian-user@lists.debian.org; debian-laptop@lists.debian.org Sent: Thursday, July 19, 2001 10:18 AM Subject: rtl8139.c - compile problems for cardbus driver module - - to debian-user@lists.debian.orgdebian-laptop@lists.debian.org - - Hello

rtl8139.c - compile problems for cardbus driver module

2001-07-19 Thread Schwerzmann, Stephan
- - to debian-user@lists.debian.orgdebian-laptop@lists.debian.org - - Hello, I am trying to compile a linux driver module out of your rtl8139.c source for my rtl8139 based cardbus NIC, but cannot succeed. I've read and followed the instructions Installing individual drivers on

kernel compile problems

2001-03-25 Thread DvB
I'm running progeny rc1 and, since it didn't configure my sound card during install, I recompiled my kernel (2.2.18) and included support for my soundcard (Yamaha OPL3-SA2) through OSS. After several tries, I finally seem to have gotten all the io settings right (dma, ioports and interrupts in

Re: [FIXED] kernel compile problems

2001-03-25 Thread DvB
Sound wasn't working because /dev/dsp and /dev/mixer weren't user read/writeable... duh :-\ For networking I had to run pump and not dhclient. What's more, I had to run pump without any switch first and then run pump -R (don't know if the pump -R was even necessary). Anyway, it's fixed...

Re: Known Compile problems with 2.4-test11

2000-11-27 Thread Colin Watson
Brian McGroarty [EMAIL PROTECTED] wrote: On Sun, Nov 26, 2000 at 07:23:36PM +, Adam Langley wrote: The GCC in unstable miscompiles 2.4-test11 - you have been warned. Any pointers to particulars on this? As I understand it, gcc-2.95.2 fails to compile recent kernels for i386, i486, and i586

Re: Known Compile problems with 2.4-test11

2000-11-27 Thread Josh McKinney
I have seen the same post on debianplanet, and as far as I can tell this is OLD news. I am sure we all heard about the RH7 compiler gcc 2.96, it is unstable too, but does this mean that woody now contains the same compiler? As far as I can tell, it isn't. Also, it is rather annoying for

Re: Known Compile problems with 2.4-test11

2000-11-27 Thread Jeronimo Pellegrini
:: Josh McKinney writes: I have seen the same post on debianplanet, and as far as I can tell this is OLD news. I am sure we all heard about the RH7 compiler gcc 2.96, it is unstable too, but does this mean that woody now contains the same compiler? As far as I can tell, it isn't. No,

Known Compile problems with 2.4-test11

2000-11-26 Thread Adam Langley
The GCC in unstable miscompiles 2.4-test11 - you have been warned. AGL -- Whenever anyone says, theoretically, they really mean, not really. pgpNU4XmqK0Yd.pgp Description: PGP signature

Re: Known Compile problems with 2.4-test11

2000-11-26 Thread Brian McGroarty
On Sun, Nov 26, 2000 at 07:23:36PM +, Adam Langley wrote: The GCC in unstable miscompiles 2.4-test11 - you have been warned. Any pointers to particulars on this?

compile problems after libc6 upgrade

2000-10-04 Thread Pollywog
I was told this problem is definitely a problem with my system, and I just upgraded libc6 yesterday (to ver 2.1.94-3 ). Will I have to downgrade to the stable Potato version? Is the problem that I failed to upgrade something else when I upgraded libc6? tnx -- Andrew make[2]: Nothing to

Re: compile problems after libc6 upgrade

2000-10-04 Thread Pollywog
On Wed, 04 Oct 2000 06:08:00 + Pollywog [EMAIL PROTECTED] wrote: make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/pollywog/cvs/licq/licq/share' Making all in src make[2]: Entering directory `/home/pollywog/cvs/licq/licq/src' c++ -DHAVE_CONFIG_H -I. -I.

Re: Kernel COmpile Problems

2000-09-12 Thread Manoj Srivastava
Ronald == Ronald Castillo [EMAIL PROTECTED] writes: Ronald Thanks for your help.. I'll do that. I also think Ronald kernel-source should recommend that. Otherwise, how would Ronald newbies like me do without help from this mailing list? Firstly, this is not required for the

Kernel COmpile Problems

2000-09-11 Thread Ronald Castillo
Hi... I had a small problem when I was compiling my kernel. when I typed the make bzImage command, at the end I got an error message saying make: as86: Command not found or something like that. Do I have to install any package? I'm using the rain distribution of Storm, based on Slink. Thanks

Re: Kernel COmpile Problems

2000-09-11 Thread Mirek Kwasniak
On Mon, Sep 11, 2000 at 11:31:15AM -, Ronald Castillo wrote: Hi... I had a small problem when I was compiling my kernel. when I typed the make bzImage command, at the end I got an error message saying make: as86: Command not found or something like that. Do I have to install any package?

RE: Kernel COmpile Problems

2000-09-11 Thread Ronald Castillo
I'll do it. Thanks for your help!! -Original Message- From: Mirek Kwasniak [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2000 3:40 PM To: Ronald Castillo Cc: Debian-User Mailing List Subject: Re: Kernel COmpile Problems On Mon, Sep 11, 2000 at 11:31:15AM -, Ronald Castillo

RE: Kernel COmpile Problems

2000-09-11 Thread Ronald Castillo
Castillo Subject: Re: Kernel COmpile Problems On Mon, Sep 11, 2000 at 11:31:15AM -, Ronald Castillo wrote: Hi... I had a small problem when I was compiling my kernel. when I typed the make bzImage command, at the end I got an error message saying make: as86: Command not found or something

Re: Kernel COmpile Problems

2000-09-11 Thread Paul D. Smith
%% Ronald Castillo [EMAIL PROTECTED] writes: rc Thanks for your help.. I'll do that. I also think kernel-source rc should recommend that. Otherwise, how would newbies like me do rc without help from this mailing list? Well... I don't mean to be snippy but they _could_ read the docs :)

Kernel Compile problems

2000-06-13 Thread Jon Hughes
Posting from my brother, I also gave him directions that I used, so I'm not sure why this isn't working:) I am attempting to upgrade P100 system from 2.0.36 to 2.2.14. These are all the steps that I have followed: 1 - gzip -cd linux-2.2.14.tar.gz | tar xfv - 2 - cd linux 3 - make mrproper (I

Re: Compile problems

2000-06-03 Thread Fabio Massimo Di Nitto
Jay Kelly wrote: Can someone tell me the steps needed to compile a kernel. I am having problems with Unresolved symbols. I first run 'make config' and select the option I want. Then I use'make dep' 'make clean; after that I compile the kernel with 'make bzImage' then I use 'make bzlilo; The

Re: Compile problems

2000-06-03 Thread Antonio Rodriguez
I would suggest to use instead the kernel-package, wich contains the command make-kpkg. It is specially designed for debian, and takes care of all the steps. If you need more details ask. Fabio Massimo Di Nitto wrote: Jay Kelly wrote: Can someone tell me the steps needed to compile a

Re: Compile problems

2000-06-03 Thread Fabio Massimo Di Nitto
Antonio Rodriguez wrote: I would suggest to use instead the kernel-package, wich contains the command make-kpkg. It is specially designed for debian, and takes care of all the steps. If you need more details ask. Fabio Massimo Di Nitto wrote: Jay Kelly wrote: Can someone tell

Compile problems

2000-06-02 Thread Jay Kelly
Can someone tell me the steps needed to compile a kernel. I am having problems with Unresolved symbols. I first run 'make config' and select the option I want. Then I use'make dep' 'make clean; after that I compile the kernel with 'make bzImage' then I use 'make bzlilo; The 'make modules;make

Sound Card Config/Kernel Compile Problems

1999-05-24 Thread Chris Hoover
I'm having some problems with my yamaha pci sound card that I just installed. After reading the kernel documentation, I compiled in every thing it said to for the olp3-sa stuff. However, on the reboot of my system, it looks like some of the sound card parameters are wrong, and I'm not sure

Re: kernel 2.0.36 compile problems

1999-02-04 Thread Peter Bartosch
Hi! I plan to go to kernel 2.2.1 pretty soon, but I noticed there was a patch file in .bz2 format which I assumed to be bzip but which doesn't decompress with bzip. use bzip2 instead -it´s available as .deb How do you make a .deb file for the kernel-source so I can

kernel 2.0.36 compile problems

1999-02-01 Thread Robert Rati
OK, I just d/led kernel headers and source for kernel 2.0.36, but when I try and do a make xconfig, I get these errors: wish -f scripts/kconfig.tk WARNING - broken Config.in! CONFIG_PMAC was not declared! WARNING - broken Config.in! CONFIG_APOLLO was not declared! WARNING - broken Config.in!

GCC Compile problems relating to DMA

1999-01-15 Thread Scott J. Geertgens
I recently installed slink, with gcc v2.7.2.3. Any attempts to do any compiling with gcc fail with a series of hard drive errors which seem to releate to some sort of DMA error (ie., hdb: dma_intr ). I apologize for not having the whole error here. I have two Western Digital IDE drives

Re: GCC Compile problems relating to DMA

1999-01-15 Thread Stephen Pitts
On Thu, Jan 14, 1999 at 09:07:05PM -0700, Scott J. Geertgens wrote: I recently installed slink, with gcc v2.7.2.3. Any attempts to do any compiling with gcc fail with a series of hard drive errors which seem to releate to some sort of DMA error (ie., hdb: dma_intr ). I apologize for

Re: GCC Compile problems relating to DMA

1999-01-15 Thread Scott J. Geertgens
Thanks for the reply. I booted off of the rescue disk (I only have one partition, so I couldn't have it mounted while I tried to fsck it). Running fsck simply came back with device clean... do I need to send any flags? Someone also suggested that I disable DMA on the drive via hdparm -d 0

Compile Problems

1998-05-07 Thread Harry Tuttle
Hello Everyone, Earlier some one had asked about compiling on Debian and I really did think about the problem. But they mentioned that they kept having a problem reporting your compiler is unable to make executables. Then someone reported to check the config.log for the complete

Re: Compile Problems

1998-05-07 Thread Remco van de Meent
On Thu, 7 May 1998, Harry Tuttle wrote: : What package contains the crt1.o. I am at a loss trying to : figure this one out. Any help would be greatly appreciated. It's in the libc[56]-dev package. -Remco -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Re: Compile Problems

1998-05-07 Thread Harry Tuttle
Thank you very much Remco, I am going to download it now. I see your name a lot on the list. Will let you know if it works. Again thanks Harry On Fri, May 08, 1998 at 12:12:56AM +0200, Remco van de Meent wrote: On Thu, 7 May 1998, Harry Tuttle wrote: : What package contains

hardcrack compile problems

1997-11-22 Thread Paul
Hi everybody, I am trying to compile hardcrack from sunsite. I am running into a little problem. Here is the error that I am getting: gcc -DALT_ECB -O6 -mpentium -funroll-all-loops -c cbc_cksm.c -o cbc_cksm.o cc1: Invalid option `pentium' make: *** [cbc_cksm.o] Error 1 I have not changeed

compile problems on new k6

1997-11-19 Thread Rick Hawkins
I cheerfully set out to compile a new kernel on my new k6. fast. wow. but i'm getting odd messages during make zImage: gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.30/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2

Re: compile problems on new k6

1997-11-19 Thread Olivier THARAN
On Tue, Nov 18, 1997 at 06:42:21PM +0930, Rick Hawkins wrote: If I tell it to make zImage again, it gets farther each time--until it tells me that the x86 has no ret function. hmm, as i write this, the next one was a sig11. maybe i'm not coooled enough to run this 166 at 200 (el-cheapo fan

Re: compile problems on new k6

1997-11-19 Thread Hamish Moffatt
On Wed, Nov 19, 1997 at 05:48:07AM +0100, Olivier THARAN wrote: On Tue, Nov 18, 1997 at 06:42:21PM +0930, Rick Hawkins wrote: If I tell it to make zImage again, it gets farther each time--until it tells me that the x86 has no ret function. hmm, as i write this, the next one was a sig11.

Re: compile problems on new k6

1997-11-19 Thread ychim
Hamish Moffatt wrote: How old is the K6, and how much RAM do you have Rick? Some K6s made before a certain week this year had some trouble with 32mb of RAM that could cause problems like this. I have 64mb and mine seems fine; I think the magic date was some time in September. I have my 166

Re: compile problems on new k6

1997-11-19 Thread Daniel Mashao
On Wed, 19 Nov 1997 [EMAIL PROTECTED] wrote: Hamish Moffatt wrote: How old is the K6, and how much RAM do you have Rick? Some K6s made before a certain week this year had some trouble with 32mb of RAM that could cause problems like this. I have 64mb and mine seems fine; I think the magic

Re: compile problems on new k6

1997-11-19 Thread Jeff Noxon
On Wed, Nov 19, 1997 at 11:16:22PM +0200, Daniel Mashao wrote: On Wed, 19 Nov 1997 [EMAIL PROTECTED] wrote: Hamish Moffatt wrote: How old is the K6, and how much RAM do you have Rick? Some K6s made before a certain week this year had some trouble with 32mb of RAM that could cause

Re: compile problems on new k6

1997-11-19 Thread Rick Hawkins
Olivier THaran wrote, tells me that the x86 has no ret function. hmm, as i write this, the next one was a sig11. maybe i'm not coooled enough to run this 166 at 200 (el-cheapo fan that came with it). It clearly means that, if you overclocked your K6, the hardware is so stressed

re: compile problems.

1996-10-03 Thread Servo
Giuseppe Vacanti wrote: When I compile the kernel, I now get the enclosed error message. Is anybody else getting this? What can it be due to? (ip_forward.o exists, although I don't have IP_FORWARDING set in the configuration). It seems to be due to that you DO NOT have it enabled. (It can't