Re: problems compiling linux-source-4.19

2020-06-07 Thread John Covici
Thanks a lot! That gave me a lead to a typo and that has fixed the problem. On Sun, 07 Jun 2020 21:27:56 -0400, Roberto C. Sánchez wrote: > > On Sun, Jun 07, 2020 at 09:23:17PM -0400, John Covici wrote: > > Hi. I am having problems compiling the current linux-source4.19. I >

Re: problems compiling linux-source-4.19

2020-06-07 Thread Roberto C . Sánchez
On Sun, Jun 07, 2020 at 09:23:17PM -0400, John Covici wrote: > Hi. I am having problems compiling the current linux-source4.19. I > am using the same config file -- just copied to .config, except that I > had to get rid of the gpg key in the cryptographic api section. I get > t

problems compiling linux-source-4.19

2020-06-07 Thread John Covici
Hi. I am having problems compiling the current linux-source4.19. I am using the same config file -- just copied to .config, except that I had to get rid of the gpg key in the cryptographic api section. I get the following error when trying to compile: CC arch/x86/hyperv/hv_init.o arch

Re: Problems compiling kernel 2.6.31

2009-10-29 Thread Vasily Ivanov
On 29.10.09 1311 (+0530), surreal wrote: > I am getting some problems while compiling kernel 2.6.31 using Debian Lenny > make-kpkg > > The messages are - > > make[3]: Entering directory `/root/linux-2.6.31' > CHK include/linux/version.h > CHK include/linux/utsrelease.h > SYMLINK inc

Problems compiling kernel 2.6.31

2009-10-29 Thread surreal
I am getting some problems while compiling kernel 2.6.31 using Debian Lenny make-kpkg The messages are - make[3]: Entering directory `/root/linux-2.6.31' CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALLscripts/checksyscalls

Re: problems compiling recent kernels from kernel-archive.buildserver.net

2008-05-11 Thread Arthur Marsh
Arthur Marsh wrote, on 2008-05-10 10:39: Hi I recently reported bug #480436 against kernel-package as I've had trouble compiling recent kernels (2.6.25-2) from kernel-archive.buildserver.net on Debian unstable on a Pentium II. The last successful build I had was on 5 May from source 2.6.25-2~

problems compiling recent kernels from kernel-archive.buildserver.net

2008-05-09 Thread Arthur Marsh
Hi I recently reported bug #480436 against kernel-package as I've had trouble compiling recent kernels (2.6.25-2) from kernel-archive.buildserver.net on Debian unstable on a Pentium II. The last successful build I had was on 5 May from source 2.6.25-2~snapshot.11251. I tried downgrading perl

Re: Problems compiling (any) modules

2006-04-21 Thread Manoj Srivastava
Hi, This may be related to the verion of kernel-package yuo are using, and the version of kernel-package used to build the headers package. There were bugs in kernel-package in unstable, fixed now, but if your headers package was built in that interval ... BTW, I always use ma

Re: Problems compiling (any) modules [solved]

2006-04-20 Thread Christopher Nelson
On Wed, Apr 19, 2006 at 06:25:56PM -0700, Christopher Nelson wrote: > However, I need the madwifi module to have network access, so I > installed linux-headers-2.6.16-1-k7 (yes, I do have a k7, so it's not > that). I ran a 'make-kpkg debian' in the > /usr/src/linux-headers-2.6.16-1-k7 directory, a

Problems compiling (any) modules

2006-04-19 Thread Christopher Nelson
I decided to switch from using kernel.org kernels to debian ones, as space is not an issue and I like the package management system. However, I need the madwifi module to have network access, so I installed linux-headers-2.6.16-1-k7 (yes, I do have a k7, so it's not that). I ran a 'make-kpkg deb

Re: Problems compiling kernel

2001-12-29 Thread Barb
I'd love to know the answer to this as well. I had the exact same errors and problems as Michael. And all I'm trying to do was put a 2.4 kernel with support for my pcmcia nic card. I'd love to find out how to do it. Barbara At 01:41 PM 12/28/2001, Michael Dickey wrote: I'm trying to compile

Problems compiling kernel

2001-12-28 Thread Michael Dickey
I'm trying to compile a kernel to get wireless lan support for my laptop computer. I have kernel-source-2.4.16, and the pcmcia-source package from woody. Using make menuconfig, it appeared that the kernel would include support for pcmcia, so I didn't do anything with the pcmcia package. I followed

Re: Problems compiling kernel 2.4.16 under woody

2001-12-15 Thread Michael P. Soulier
On 15/12/01 J.H.M. Dassen (Ray) did speaketh: > Known problem with the 2.4.16 kernel source. Older versions of binutils > accepted what it did, newer ones don't. Either enable CONFIG_HOTPLUG > or patch your kernel sources to 2.4.17-rc1. Enabling CONFIG_HOTPLUG worked for me, thanks. Mike -- M

Solved: Problems compiling kernel 2.4.16 under woody

2001-12-15 Thread Armin Wegner
Patching kernel 2.4.16 to 2.4.17-rc1 did not do it. I have had to downgrade binutils to version 2.9.5.0.37-1. Thank you. On Sat, Dec 15, 2001 at 10:41:17AM +0100, Armin Wegner wrote: > Hi! > > I have installed one of the first potato releases from cd on a > blank hard disk and compiled kernel 2

Re: Problems compiling kernel 2.4.16 under woody

2001-12-15 Thread J.H.M. Dassen \(Ray\)
On Sat, Dec 15, 2001 at 10:41:17 +0100, Armin Wegner wrote: > I have installed one of the first potato releases from cd on a blank hard > disk and compiled kernel 2.4.16. Fine. > > I then upgraded with apt-get to yesterdays woody/testing and no longer > manage to compile the same sources. Known p

Problems compiling kernel 2.4.16 under woody

2001-12-15 Thread Armin Wegner
Hi! I have installed one of the first potato releases from cd on a blank hard disk and compiled kernel 2.4.16. Fine. I then upgraded with apt-get to yesterdays woody/testing and no longer manage to compile the same sources. I have made make mrproper make menuconfig make d

Problems compiling kernel for Win4Lin

2001-12-06 Thread Joachim Trinkwitz
Dear all, when trying to compile a kernel (2.4.16) with the Win4Lin patches (kernel-patch-mki-adapter_1.0.5_i386.deb / kernel-patch-w4l-hooks_3.0.1.6_i386.deb), I get the following error messages (last screenfull): make[2]: Entering directory `/usr/src/kernel-source-2.4.16/arch/i386/mki' gcc -D__

Re: Problems compiling modules

2001-09-13 Thread Julio Merino
On Thu, Sep 13, 2001 at 11:25:34PM +0200, Marc Becher wrote: > On Thu, Sep 13, 2001 at 03:26:06PM +0200, Julio Merino wrote: > > Hi all, > > > > following your recommendations, I've apt-get the following modules from > > woody: > > i2c-source lm-sensors-source lirc-modules-source > > > > My

Re: Problems compiling modules

2001-09-13 Thread Marc Becher
On Thu, Sep 13, 2001 at 03:26:06PM +0200, Julio Merino wrote: > Hi all, > > following your recommendations, I've apt-get the following modules from woody: > i2c-source lm-sensors-source lirc-modules-source > > My kernel is 2.4.9 that I got trought a tar.gz and unpacked in > /usr/src/linux-2

Problems compiling modules

2001-09-13 Thread Julio Merino
Hi all, following your recommendations, I've apt-get the following modules from woody: i2c-source lm-sensors-source lirc-modules-source My kernel is 2.4.9 that I got trought a tar.gz and unpacked in /usr/src/linux-2.4.9 with a symlink to linux. I've also unpacked the above modules, and a

gcc problems compiling pcmcia

2001-07-08 Thread Matteo Semplice
Hi guys, I am a little screwed up here... I upgraded some time ago to potato (from slink) but I haven't yet upgraded to 2.2 kernels. The story starts when I decided to recompile my 2.0.38 kernel to include vfat support (not sure why it wasn't in in the first place given that I have a win in

RE: problems compiling the kernel 2.4.2 with: debian testing/unstable

2001-03-24 Thread Peter Good
PROTECTED] Sent: Sunday, March 25, 2001 2:21 PM To: debian-user@lists.debian.org Subject: problems compiling the kernel 2.4.2 with: debian testing/unstable Hello, I'm not being capable to compile the 2.4.2 kernel in my linux debian... and i can't understand the cause of the error, the problem

Re: problems compiling the kernel 2.4.2 with: debian testing/unstable

2001-03-24 Thread Daniel Freedman
Hi! On Sun, Mar 25, 2001, Miguel F. M. Sousa Filipe wrote: > I've instaled debian 2.2r0.. and then.. updgraded to the unstable version > with dselect, i can't see what package could be missing to cause this.. or > any other reason... totaly lost out here! Without thinking too hard about your sp

problems compiling the kernel 2.4.2 with: debian testing/unstable

2001-03-24 Thread Miguel F. M. Sousa Filipe
Hello, I'm not being capable to compile the 2.4.2 kernel in my linux debian... and i can't understand the cause of the error, the problem aparently happens right at the end.. after compiling: /usr/src/linux/arch/i386/boot/bbootsect.S here is the error message that apears on the console: make[1]: E

Problems compiling SOCKS5 on potato

2001-02-05 Thread Stan Brown
I have a Debian potato machine thta lives on a netwrok at work behing a SOCKS firewall. I tried to compile SOCKS 5 version 1 on it, and the compile failed while building the telnet client with a linker error about not finding tgetent. If memory serves me corectly the is a curses function. I selec

Problems compiling alsa for 2.4 kernel

2001-01-04 Thread Jeronimo Pellegrini
Hello. I've compiled alsa (0.5.10) for my kernel (test13-pre7) without problems. ThenI installed alsa-base, alsaconf and the modules: alsa-modules-2.4.0-test13-pre7_0.5.10-2+p0+2_i386.deb And ran alsaconf. Everything seems to work until alsaconf (or I) try to start alsa: # /etc/init.d/alsa st

Problems compiling Kernel 2.4-test11

2000-11-20 Thread Kelly Corbin
I'm trying to compile kernel 2.4-test11 (make bzlilo) and it fails with a rather vague error message: ld -m elf_i386 -Ttext 0x10 -e startup_32 -o bvmlinux head.o misc.o piggy.o make[2]: Leaving directory `/usr/src/linux/arch/i386/boot/compressed' objcopy -O binary -R .note -R .comment -S c

Re: Problems compiling drivers.

2000-10-14 Thread Francois Fayard
On Sat, Oct 14, 2000 at 12:14:55PM -1100, Pablo Zurita wrote: > I am a newbie to the Debian world. > I have a problem, I need to compile the drivers for my ethernet card and my > video card(GeForce DDR). When I try to compile, the compiler says that it > can't find linux/modversion.h > now checki

Problems compiling drivers.

2000-10-14 Thread Pablo Zurita
I am a newbie to the Debian world. I have a problem, I need to compile the drivers for my ethernet card and my video card(GeForce DDR). When I try to compile, the compiler says that it can't find linux/modversion.h now checking the source I see many #includes to files that should be in the /lin

Re: Problems compiling kernel...

2000-07-20 Thread Jason Quigley
Ouch! Thanks for the info Gary! Cheers, Jason. --On Wednesday, July 19, 2000 16:00 -0600 Gary Hennigan <[EMAIL PROTECTED]> wrote: What could be happening? Nothing good. Read the signal 11 FAQ at http://www.BitWizard.nl/sig11 Gary Hennigan -- Unsubscribe? mail -s unsubscribe [EMAIL P

Re: Problems compiling kernel...

2000-07-19 Thread Gary Hennigan
Jason Quigley <[EMAIL PROTECTED]> writes: > I am getting the following errors while trying to compile a 2.2.16 kernel > and modules: > > = > = >

Problems compiling kernel...

2000-07-19 Thread Jason Quigley
Hi! I am getting the following errors while trying to compile a 2.2.16 kernel and modules: = = = make -C net CFLAGS="-Wall -Wstrict-prot

problems compiling CIPEd

2000-01-01 Thread Maximiliano Kolus
Hello! I have just downloaded linux kernel 2.2.13 and applied the international patch (2.2.13-3) in order to use ciped to join my house's intranet with my sister in law intranet. When i tried to compile it as a module, make just ignored the whole directory not compiling anything nor making

Re: Problems compiling xfree 3.3.5 under slink...

1999-09-27 Thread Seth R Arnold
On Tue, Sep 28, 1999 at 12:19:11AM +0300, Martin Fluch wrote: > MMX 233) I had a look at debian/README.source-depends (can anybody tell > me, why README files are called README? :-), installed the missing Well, the name "readme" is a command, telling you to read whatever 'me' is. That part isn't s

Re: Problems compiling xfree 3.3.5 under slink...

1999-09-27 Thread Martin Fluch
I've got the tip to change the LIBC6MINORVERSION_default in debian/rules from 1 to 0, since I want to link xfree against the glibc 2.0 instead 2.1 ... this works now fine now. And after the second compilation aported after 6 1/2 hours (on a Pentium MMX 233) I had a look at debian/README.source-dep

Re: Problems compiling xfree 3.3.5 under slink...

1999-09-27 Thread Chrisopher D. Judd
> On Mon, Sep 27, 1999 at 10:41:13 +0300, Martin Fluch wrote: > > I'm currently trying to compile xfree 3.3.5 under slink. > > Branden has made package of at least 3.3.4 for slink; see > http://samosa.debian.org/~branden/ (I haven't checked if the 3.3.5 tree is > for slink as well). > ... I

Re: Problems compiling xfree 3.3.5 under slink...

1999-09-27 Thread J.H.M. Dassen \(Ray\)
On Mon, Sep 27, 1999 at 10:41:13 +0300, Martin Fluch wrote: > I'm currently trying to compile xfree 3.3.5 under slink. Branden has made package of at least 3.3.4 for slink; see http://samosa.debian.org/~branden/ (I haven't checked if the 3.3.5 tree is for slink as well). > gcc -o xterm -O2 -g -an

Problems compiling xfree 3.3.5 under slink...

1999-09-27 Thread Martin Fluch
Hi, I'm currently trying to compile xfree 3.3.5 under slink. The compilation goes fine for over 1 1/2 hour, but then I get the following result. Does anyboddy know, why the compilation fails and/or how to fix this? Martin rm -f main.o gcc -c -O2 -g -ansi -pedantic-I../.. -I../../exports/inc

Re: Problems compiling kernel 2.2.12

1999-09-14 Thread Brian Servis
*- On 14 Sep, Seth R Arnold wrote about "Re: Problems compiling kernel 2.2.12" > On Tue, Sep 14, 1999 at 04:41:41AM -0400, Wayne McLemore wrote: >> Hello all, >> I am a first time writer and I'm looking for a little help. The problem >> is >> I&#

Re: Problems compiling kernel 2.2.12

1999-09-14 Thread Seth R Arnold
On Tue, Sep 14, 1999 at 04:41:41AM -0400, Wayne McLemore wrote: > Hello all, > I am a first time writer and I'm looking for a little help. The problem > is > I'm trying to upgrade my kernel to 2.2.12 and after I do the "make dep, > make clean and make zImage" my machine tells me this: > >

Problems compiling kernel 2.2.12

1999-09-14 Thread Wayne McLemore
Hello all, I am a first time writer and I'm looking for a little help. The problem is I'm trying to upgrade my kernel to 2.2.12 and after I do the "make dep, make clean and make zImage" my machine tells me this: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
On Mon, Aug 16, 1999 at 12:49:55AM -0500, Eric Gillespie, Jr. wrote: > On Sun, Aug 15, 1999 at 11:43:27PM -0500, > Michael Merten <[EMAIL PROTECTED]> wrote: > > > > static FILE *fi = stdin; /* Input file */ > > static FILE *fo = stdout; /* Output file */ > > The problem is in the

Re: Problems compiling Citadel/UX

1999-08-16 Thread Eric Gillespie, Jr.
On Sun, Aug 15, 1999 at 11:43:27PM -0500, Michael Merten <[EMAIL PROTECTED]> wrote: > === > /* > > Encode or decode file as MIME base64 (RFC 1341) > > by John Walker > http:

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
On Sun, Aug 15, 1999 at 10:09:31PM -0700, Eric G . Miller wrote: > Well, that all looked hunky-dory, so I don't know what to tell you. Thanks for trying, anyway :) I found an email address where I can possibly get some help, so I'll wait and see what comes of that. Mike [Private mail welcome,

Re: Problems compiling Citadel/UX

1999-08-16 Thread Eric G . Miller
Well, that all looked hunky-dory, so I don't know what to tell you. -- Eric G. Miller Powered by the POTATO (http://www.debian.org)!

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
On Sun, Aug 15, 1999 at 09:16:53PM -0700, Eric G . Miller wrote: > Sounds like the code in question is trying to use a variable to > initialize another const variable. This is not supported under ANSI > C, though I think gcc will allow it if the compiler flags are correct. > I think the -W

Re: Problems compiling Citadel/UX

1999-08-16 Thread Eric G . Miller
Sounds like the code in question is trying to use a variable to initialize another const variable. This is not supported under ANSI C, though I think gcc will allow it if the compiler flags are correct. I think the -Wall flag could be what stops it. Why don't you post the beginning of t

Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
Hi, I'm trying to compile Citadel/UX bbs software and have hit a snag. At one point I get the following error message and the compile stops (no errors or warnings up to this point): [snip] gcc -g -O2 -Wall -Wstrict-prototypes -I. -DHAVE_CONFIG_H -c base64.c base64.c:26: initializer element is not

Problems compiling gtk+ applications.

1999-05-20 Thread Blouze
My name's Blaise, coming out of Paris France. I'm trying to compile and install gtk+ applications with an update of the gtk library. I complete the installation of new glib and new gtk+ lib. I heard that gtk lib is in fact composed of glib, gtk and imlib. So, I have a new glib and a new gtk on my /

Re: More problems compiling kernel

1999-04-20 Thread homega
John Foster dixit: ~> - ~> Im just curious, what are you doing? A partial upgrade or an initial ~> install. If you are planning to upgrade an existing system INCLUDING the ~> kernel you should use dselect, choose the apt option and pick the stable ~> vers

Re: More problems compiling kernel

1999-04-20 Thread John Foster
[EMAIL PROTECTED] wrote: > > Wayne Topa dixit: > ~> > ~> Subject: Re: Help! More problems compiling kernel > ~> Date: Mon, Apr 19, 1999 at 02:43:38PM +0200 > ~> > ~> In reply to:[EMAIL PROTECTED] > ~> > ~> ln -s kernel-source-2.0.35 li

Re: More problems compiling kernel

1999-04-19 Thread homega
Wayne Topa dixit: ~> ~> Subject: Re: Help! More problems compiling kernel ~> Date: Mon, Apr 19, 1999 at 02:43:38PM +0200 ~> ~> In reply to:[EMAIL PROTECTED] ~> ~> ln -s kernel-source-2.0.35 linux ~> > ~> ls -l should show you that linux -&g

Re: Help! More problems compiling kernel

1999-04-19 Thread Wayne Topa
Subject: Re: Help! More problems compiling kernel Date: Mon, Apr 19, 1999 at 02:43:38PM +0200 In reply to:[EMAIL PROTECTED] Quoting [EMAIL PROTECTED]([EMAIL PROTECTED]): > ~> > ~> > by doing a make clean after make dep you are clean out all that you

Re: Help! More problems compiling kernel

1999-04-19 Thread homega
~> ~> > by doing a make clean after make dep you are clean out all that you ~> > just did. ~> > ~> Actually, make mrproper is what cleans out everthing. make clean removes ~> object files and kernel images and such. Do an ls -a after make clean ~> sometime. You should still see .depend, .config,

Re: Help! More problems compiling kernel

1999-04-19 Thread Alan Tam
Hi, Thank you for telling me about that. I am new to Linux, new to Debian, and also new to this discussion list. Don't know the rules very well. I will do no more next time. Thanks Alan Ulf Jaenicke-Roessler wrote: > Alan Tam wrote: > > > I have done my kernel

Re: Help! More problems compiling kernel

1999-04-19 Thread Alan Tam
Hi, I have done my kernel compile with ease, and I have made a note on it. Here is my note for your reference. See the attached file "Steps to do a kernel compile" in Microsoft Word Document format. Cheers ! Alan [EMAIL PROTECTED] wrote: > I'm having problems with com

Re: Help! More problems compiling kernel

1999-04-18 Thread Thomas S. Howard
On Sun, 18 Apr 1999, Brian Servis wrote: > by doing a make clean after make dep you are clean out all that you > just did. > Actually, make mrproper is what cleans out everthing. make clean removes object files and kernel images and such. Do an ls -a after make clean sometime. You should still se

Re: Help! More problems compiling kernel

1999-04-18 Thread Brian Servis
*- On 19 Apr, [EMAIL PROTECTED] wrote about "Help! More problems compiling kernel" > I'm having problems with compiling a new kernel 2.0.35 on a Debian 2.0 > (2.0.34) > machine. I've tried downloading the kernel a couple of times, but after > `make config',

Help! More problems compiling kernel

1999-04-18 Thread homega
I'm having problems with compiling a new kernel 2.0.35 on a Debian 2.0 (2.0.34) machine. I've tried downloading the kernel a couple of times, but after `make config', `make dep', and `make clean', when I do `make bzImage', eventually I get the following error: In file included from /usr/src/kerne

Re: Problems compiling Sendmail 8.9.3

1999-02-16 Thread Richard A Nelson
On Tue, 16 Feb 1999, Matthew Myers wrote: > When I try to compile Sendmail 8.9.3 with the Berkley DB routines from > sleepycat.com, I get two errors about unresolved externals. Can someone > tell me what to try? My first suggestion (if this is for i386) would be to just get the .deb and install

Problems compiling Sendmail 8.9.3

1999-02-16 Thread Matthew Myers
When I try to compile Sendmail 8.9.3 with the Berkley DB routines from sleepycat.com, I get two errors about unresolved externals. Can someone tell me what to try? -- Matthew D. Myers Catch me after work, I'll buy you a beer.

Fwd: Problems compiling KDE v1.0

1998-12-13 Thread MallarJ
For those of you that are or will be attempting to compile v1.0 of KDE, there is a problem with the kdeadmin package source. Evidently, it's a known issue, but I thought I'd forward the reply anyway... PS - I've finally managed to get all of the KDE stuff compiled (it took a good portion of two

Problems compiling

1998-11-06 Thread Helmut Metzdorf
Mario Filipe writes: > Hi Everyone > > Can someone explainwhy the following happens : > > 14:53:09# gcc -O2 -o iwconfig iwconfig.c -lm > /tmp/ccc10981: In function `float2freq': > /tmp/ccc10981(.text+0x53): undefined reference to `pow10' > /tmp/ccc10981: In function `freq2float': > /

Re: Problems compiling

1998-11-05 Thread Doug Lumpkin
I am trying to run dselect to install various packages, but it never seems to make it all the way through the process. It always dies at installing the hello package, saying it can't find the .gz files. So I went into the select section and deselected hello and tried running the installation a

Re: Problems compiling

1998-11-05 Thread Jim Foltz
Mario, The compiler/linker process doesn't know where the pow10 function is defined. Include the .o file which contains the pow10 definition on the command line when you compile. On Thu, Nov 05, 1998 at 03:51:38PM -, Mario Filipe wrote: > Hi Everyone > > Can someone explainwhy the followi

Problems compiling

1998-11-05 Thread Mario Filipe
Hi Everyone Can someone explainwhy the following happens : 14:53:09# gcc -O2 -o iwconfig iwconfig.c -lm /tmp/ccc10981: In function `float2freq': /tmp/ccc10981(.text+0x53): undefined reference to `pow10' /tmp/ccc10981: In function `freq2float': /tmp/ccc10981(.text+0xdd): undefined reference to

Re: problems compiling 2.1.126

1998-11-04 Thread James Dietrich
On Tue, Nov 03, 1998 at 11:15:06PM +0100, Pierfrancesco Caci wrote: > > Does someone else have this problem when compiling kernel 2.1.126 on a > hamm machine which underwent a partial "slinkification" ? (Meaning that > a few packages were upgraded, notably modutils, libc6, libg++ and egcs) http:/

problems compiling 2.1.126

1998-11-04 Thread Pierfrancesco Caci
Does someone else have this problem when compiling kernel 2.1.126 on a hamm machine which underwent a partial "slinkification" ? (Meaning that a few packages were upgraded, notably modutils, libc6, libg++ and egcs) egcc -D__KERNEL__ -I/scratch/usr/src/linux/include -Wall -Wstrict-prototypes -O2

problems compiling the kernel after upgrade to 2.0

1998-10-12 Thread Pierfrancesco Caci
After I upgraded to Debian 2.0 I haven't been unable to compile the linux kernel and also some other stuff (GIMP and related libraries are an example) Here's what I get: --- [EMAIL PROTECTED]:/usr/src/linux # make xconfig rm -f include/asm ( c

Re: Having problems compiling a kernel

1998-07-21 Thread Matthew D. Myers
- From: Gary L. Hennigan <[EMAIL PROTECTED]> To: Nico Fritschi <[EMAIL PROTECTED]> Cc: debian-user@lists.debian.org Date: Tuesday, July 21, 1998 9:48 AM Subject: Re: Having problems compiling a kernel >Nico Fritschi <[EMAIL PROTECTED]> writes: >| I am using Debian 1.3.

Re: Having problems compiling a kernel

1998-07-21 Thread Customer Support
- From: Gary L. Hennigan <[EMAIL PROTECTED]> To: Nico Fritschi <[EMAIL PROTECTED]> Cc: debian-user@lists.debian.org Date: Tuesday, July 21, 1998 9:48 AM Subject: Re: Having problems compiling a kernel >Nico Fritschi <[EMAIL PROTECTED]> writes: >| I am using Debian 1.3.

Re: Having problems compiling a kernel

1998-07-21 Thread Gary L. Hennigan
Nico Fritschi <[EMAIL PROTECTED]> writes: | I am using Debian 1.3.1 with the 2.0.30 kernel. My version of gcc is | 2.7.1 . I wanted to compile a kernel. The first problem was that i | wasn't able to use "make menuconfig" (error was: make error 1) and "make | xconfig" so i used "make config". After

Having problems compiling a kernel

1998-07-21 Thread Nico Fritschi
Hello, I am using Debian 1.3.1 with the 2.0.30 kernel. My version of gcc is 2.7.1 . I wanted to compile a kernel. The first problem was that i wasn't able to use "make menuconfig" (error was: make error 1) and "make xconfig" so i used "make config". After having all set up I made a "make dep" and

Re: Problems compiling perl 5.004.04 - ld: cannot open -lnsl

1997-12-05 Thread Stephen Zander
Sudhakar Chandrasekharan wrote: > I am trying to compile perl 5.004.04 and am having problems. My > compiler is unable to locate -lnsl (for some reason). But I'm sure that > the reqd library is in /lib The linker is looking for /usr/lib/libnsl.so. This is a symbolic link to /usr/lib/libnsl.so.1

Problems compiling perl 5.004.04 - ld: cannot open -lnsl

1997-12-04 Thread Sudhakar Chandrasekharan
I am trying to compile perl 5.004.04 and am having problems. My compiler is unable to locate -lnsl (for some reason). But I'm sure that the reqd library is in /lib - $ cd /lib $ ls -l *nsl* -rwxr-xr-x 1 root root17448 Jun 5 1997 libnsl-2.0.4.so* lrwxrwxrwx 1 root root

Re: Problems compiling kernel with modules

1997-11-22 Thread Ben Pfaff
Robert Goodwin <[EMAIL PROTECTED]> writes: > I just recently downloaded kernel 2.0.30 and have been having problems with > modules. I've run make config and answered yes to ne2000 support, ppp and > parallel printer. then I compiled it and installed on a floppy without a > hitch. then I ran

Problems compiling kernel with modules

1997-11-22 Thread Robert Goodwin
hi there, I just recently downloaded kernel 2.0.30 and have been having problems with modules. I've run make config and answered yes to ne2000 support, ppp and parallel printer. then I compiled it and installed on a floppy without a hitch. then I ran make modules and then make modules_inst

Re: Problems compiling MH on hamm system

1997-11-11 Thread Francis Swasey
Ken, I think you will find things a lot easier if you try NMH instead of the very old and buggy MH. You can find NMH (New MH) at http://www.math.gatech.edu/nmh/ Frank -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PRO

Problems compiling MH on hamm system

1997-11-11 Thread ken
Hello Debian team, I'm having some trouble compiling the mh_6.8.4-14 source package on my hamm system. After extracting the source using dpkg-source, and configuring as described in the mh_6.8.4/READ-ME file, I get the following when doing the make: leisure# make for d in config sbr mts zotnet u

Re[2]: HELP: problems compiling wine

1997-09-19 Thread Lazaro . Salem
After my post about my wine experience, Brian commented: >Subject: Re: HELP: problems compiling wine >Author: [EMAIL PROTECTED] at RF >Date:18.09.97 10:54 >> I tried it with MS-Word 6.0c, MS-Excel and Matlab >> 4.2c (all 16bit applications) and they run to my sa

Re[2]: HELP: problems compiling wine

1997-09-19 Thread Lazaro . Salem
_ Reply Separator _ Subject: Re: HELP: problems compiling wine Author: olly@lfix.co.uk at RF Date:17.09.97 12:51 In message <[EMAIL PROTECTED]>, writes: >gcc -o wine controls/controls.o files/files.o graphics/graphics.o

Re: HELP: problems compiling wine

1997-09-18 Thread Brian White
> I tried it with MS-Word 6.0c, MS-Excel and Matlab > 4.2c (all 16bit applications) and they run to my satisfaction. > I have not tested them thorougly but I am quite impressed already. You got Word-6 to run under it? Wow! I never been able to get it to run ever under the 9708xx versions. Excel

Re: HELP: problems compiling wine

1997-09-17 Thread Will Lowe
On Wed, 17 Sep 1997, Lazaro Salem wrote: > Hi, > I would appreciate any hint to work around this error I get when trying > gcc -o wine controls/controls.o files/files.o graphics/graphics.o > graphics/metafiledrv/metafiledrv.o graphics/x11drv/x11drv.o ipc/ipc.o > loader/loader.o memory/memory.o m

Re: HELP: problems compiling wine

1997-09-17 Thread Oliver Elphick
In message <[EMAIL PROTECTED]>, writes: >gcc -o wine controls/controls.o files/files.o graphics/graphics.o >graphics/metafiledrv/metafiledrv.o graphics/x11drv/x11drv.o ipc/ipc.o >loader/loader.o memory/memory.o misc/misc.o msdos/msdos.o >multimedia/multimedia.o objects/objects.o resources

HELP: problems compiling wine

1997-09-17 Thread Lazaro Salem
Hi, I would appreciate any hint to work around this error I get when trying to compile wine (970828). configure and make depend worked ok, but when trying: mafalda# make [snip...] make[1]: Leaving directory `/usr/src/wine970824/miscemu' gcc -o wine controls/controls.o files/files.o graphics/g

Re: Problems compiling gnuplot---Followup

1997-03-19 Thread joost witteveen
> I reported that in recent beta gnuplots, a core dump occured in > response to "set locale ...". > > After installing the debian package locale-bin, the problem has > apparently been solved. Yeah, someone reported that problem I think before I released my pre-319 version, so I patched that pro

Problems compiling gnuplot---Followup

1997-03-18 Thread Alan Eugene Davis
I reported that in recent beta gnuplots, a core dump occured in response to "set locale ...". After installing the debian package locale-bin, the problem has apparently been solved. Even if I use the configure switch '--with-linux-vga', ./configure doesn't see -lvga. Alan Davis

Re: Problems Compiling Kernel 2.0.27

1997-03-10 Thread David Wright
On Sun, 9 Mar 1997, johannes martinez wrote: > Thought wrote: > > > > I normally don't compile sound board support, because I never use sound in > > Linux, but I was just messing around and I decided 'what the hell' and > > included it when I was remaking my kernel, and I got a bunch of missing >

Re: Problems Compiling Kernel 2.0.27

1997-03-10 Thread David Wright
On Sat, 8 Mar 1997, David James Loken wrote: > Hi! > > I have been trying to recompile my kernel 2.0.27. I would like to > use Menuconfig but I'm missing the > > file 'lxdiaglog.o' in /usr/src/linux/scripts/lxdialog. Does anyone know > where I can get a copy? I'm not sure why you'd want

Re: Problems Compiling Kernel 2.0.27

1997-03-10 Thread Christian Meder
On Mar 9, David James Loken wrote > Hi! > > I have been trying to recompile my kernel 2.0.27. I would like to > use Menuconfig but I'm missing the > > file 'lxdiaglog.o' in /usr/src/linux/scripts/lxdialog. Does anyone know > where I can get a copy? > > So I tried running 'make config' th

Re: Problems Compiling Kernel 2.0.27

1997-03-09 Thread Richard Morin
ists.debian.org > Subject: Re: Problems Compiling Kernel 2.0.27 > Resent-Date: 9 Mar 1997 18:40:22 - > Resent-From: debian-user@lists.debian.org > Resent-cc: recipient list not shown: ; > > Thought wrote: > > > > I normally don't compile sound board support, beca

Re: Problems Compiling Kernel 2.0.27

1997-03-09 Thread johannes martinez
Thought wrote: > > I normally don't compile sound board support, because I never use sound in > Linux, but I was just messing around and I decided 'what the hell' and > included it when I was remaking my kernel, and I got a bunch of missing > configuration files/setup errors when trying to compile

Re: Problems Compiling Kernel 2.0.27

1997-03-09 Thread Thought
I normally don't compile sound board support, because I never use sound in Linux, but I was just messing around and I decided 'what the hell' and included it when I was remaking my kernel, and I got a bunch of missing configuration files/setup errors when trying to compile too. I just thought 'ahh

Problems Compiling Kernel 2.0.27

1997-03-09 Thread David James Loken
Hi! I have been trying to recompile my kernel 2.0.27. I would like to use Menuconfig but I'm missing the file 'lxdiaglog.o' in /usr/src/linux/scripts/lxdialog. Does anyone know where I can get a copy? So I tried running 'make config' that goes along fine until I try to compile the sound

Re: problems compiling with R0.93

1996-05-14 Thread David Engel
> When I try to compile my own "hello world" program I get these error > messages: > > gcc -g -o hello -L/usr/X11R6/lib hello.o -lXaw -lXt -lX11 > ld: Output file requires shared library `libc.so.4' > gcc: Internal compiler error: program ld got fatal signal 6 > make: *** [hello] Error 1 > > Comp

Re: problems compiling with R0.93

1996-05-14 Thread Kai Henningsen
[EMAIL PROTECTED] (Magnus Therning) wrote on 12.05.96 in <[EMAIL PROTECTED]>: > When I try to compile my own "hello world" program I get these error > messages: > > gcc -g -o hello -L/usr/X11R6/lib hello.o -lXaw -lXt -lX11 > ld: Output file requires shared library `libc.so.4' > gcc: Internal comp

problems compiling with R0.93

1996-05-12 Thread Magnus Therning
When I try to compile my own "hello world" program I get these error messages: gcc -g -o hello -L/usr/X11R6/lib hello.o -lXaw -lXt -lX11 ld: Output file requires shared library `libc.so.4' gcc: Internal compiler error: program ld got fatal signal 6 make: *** [hello] Error 1 Compiling the program