Re: problem compiling linux-source-4.19

2021-04-25 Thread John Covici
I want to thank you again, you pointed me in the right direction, I found a typo with the version exactly as you pointed to, and now its happily compiling. On Sun, 25 Apr 2021 17:40:47 -0400, Darac Marjal wrote: > > [1 ] > [1.1 ] > > On 25/04/2021 20:23, John Covici wrote: > > Hi. In the make

Re: problem compiling linux-source-4.19

2021-04-25 Thread John Covici
On Sun, 25 Apr 2021 17:40:47 -0400, Darac Marjal wrote: > > [1 ] > [1.1 ] Thanksfor your quick response, answers in line. > > On 25/04/2021 20:23, John Covici wrote: > > Hi. In the make bzImage step of compiling linux-source-4.19 I get the > > following error: > > > > CC arch/x86/hype

Re: problem compiling linux-source-4.19

2021-04-25 Thread Darac Marjal
On 25/04/2021 20:23, John Covici wrote: > Hi. In the make bzImage step of compiling linux-source-4.19 I get the > following error: > > CC arch/x86/hyperv/hv_init.o > arch/x86/hyperv/hv_init.c: In function ‘hyperv_init’: > arch/x86/hyperv/hv_init.c:338:52: error: expected expression bef

problem compiling linux-source-4.19

2021-04-25 Thread John Covici
Hi. In the make bzImage step of compiling linux-source-4.19 I get the following error: CC arch/x86/hyperv/hv_init.o arch/x86/hyperv/hv_init.c: In function ‘hyperv_init’: arch/x86/hyperv/hv_init.c:338:52: error: expected expression before ‘,’ token guest_id = generate_guest_id(0,

Re: Re: Problem compiling libpoppler=0.48.0-2 in Jessie

2016-12-02 Thread kamaraju kusumanchi
On Wed, Nov 30, 2016 at 4:52 AM, Davide Anchisi wrote: > I do have libpoppler-qt5-1: > dpkg -l libpoppler-qt5-1 > ii libpoppler-qt5-1:amd6 0.26.5-2+deb8u1 > and libpoppler-qt5.so.1: /usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1 > > The command to build the package. I first went with: > a

Re: Re: Problem compiling libpoppler=0.48.0-2 in Jessie

2016-11-30 Thread Davide Anchisi
I do have libpoppler-qt5-1: dpkg -l libpoppler-qt5-1 ii libpoppler-qt5-1:amd6 0.26.5-2+deb8u1 and libpoppler-qt5.so.1: /usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1 The command to build the package. I first went with: apt-get -b source libpoppler64=0.48.0-2 but also tried: dpkg-build

Re: Problem compiling libpoppler=0.48.0-2 in Jessie

2016-11-25 Thread kamaraju kusumanchi
On Tue, Nov 22, 2016 at 4:52 AM, Davide Anchisi wrote: > Hi, > > I am trying to compile "libpoppler" in Debian Jessie (amd64) from testing > sources: > apt-get -b source libpoppler64=0.48.0-2 > I resolved the build dependencies: > apt-get build-dep libpoppler64=0.48.0-2 > > The build begin

Problem compiling libpoppler=0.48.0-2 in Jessie

2016-11-22 Thread Davide Anchisi
Hi, I am trying to compile "libpoppler" in Debian Jessie (amd64) from testing sources: apt-get -b source libpoppler64=0.48.0-2 I resolved the build dependencies: apt-get build-dep libpoppler64=0.48.0-2 The build begins, but stops with an error: make[1]: entering directory "/home/davide/d

Re: Jessie, problem compiling kernel 4.3

2015-11-06 Thread Curt Howland
I spoke too soon, someone in the ubuntu forums had the same problem, installed libssl-dev and it worked. Sorry to trouble y'all. Curt- On Fri, Nov 6, 2015 at 3:06 PM, Curt Howland wrote: > So, there I was, doing a compile of the new kernel, 4.3 > > I get the following interesting error: > > ===

Jessie, problem compiling kernel 4.3

2015-11-06 Thread Curt Howland
So, there I was, doing a compile of the new kernel, 4.3 I get the following interesting error: === scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory #include ^ compilation terminated. === I'm accustomed to getting compile time

Re: problem compiling kernel

2009-09-03 Thread Bernard
Amax wrote: On Tue, 25 Aug 2009 00:50:10 +0200, Bernard wrote: <- snip --> The initrd.img that I have on my working system, as well as those initrd.img that 'mkinitrd' generates when requested, are not compressed files. Filenames are : initrd.img-2.6.20-16-386 for instance. No .gz b

Re: problem compiling kernel

2009-09-03 Thread Amax
On Tue, 25 Aug 2009 00:50:10 +0200, Bernard wrote: <- snip --> > The initrd.img that I have on my working system, as well as those > initrd.img that 'mkinitrd' generates when requested, are not compressed > files. Filenames are : initrd.img-2.6.20-16-386 for instance. No .gz > behind. I s

Re: problem compiling new kernel

2009-08-28 Thread Manoj Srivastava
On Fri, Aug 28 2009, Celejar wrote: > Assuming that you're building kernel packages with kernel-package, you > may be being hit by this: > > "The image postinst no longer runs the initramfs creation commands. > Instead, there are example scripts provided that will perform the task. > These script

Re: problem compiling new kernel

2009-08-28 Thread Celejar
On Fri, 28 Aug 2009 19:07:45 +0800 Niu Kun wrote: > bdebreil 写道: ... > > Now, with Lenny, I haven't so far been able to go any further in > > recompiling usable kernels. 2.6.30.4 did compile without errors, but > > then I found that I had no 'mkinitrd' on my new system. How am I to > > generate

Re: problem compiling new kernel

2009-08-28 Thread Niu Kun
bdebreil 写道: Hi to Everyone, With my old SARGE system, as stated here last week, I was unable to boot newly compiled kernels, most likely because of the faulty initrd.img that I got using 'mkinitrd'. For this reason, I decided to install Lenny. Now, with Lenny, I haven't so far been able to go

problem compiling new kernel

2009-08-28 Thread bdebreil
Hi to Everyone, With my old SARGE system, as stated here last week, I was unable to boot newly compiled kernels, most likely because of the faulty initrd.img that I got using 'mkinitrd'. For this reason, I decided to install Lenny. Now, with Lenny, I haven't so far been able to go any further in

Re: problem compiling kernel

2009-08-24 Thread Emanoil Kotsev
Bernard wrote: >> >>You really could use the recent 2.6.30.4. There were different problems >>with 2.6.20 to 2.6.30. I find 2.6.30.4 the best I've had since 2.6.20. >> >> > I tried 2.6.30.4. Same result as with 2.6.26.2 : compiles without > errors, but crashes on boot. > so you are missing som

Re: problem compiling kernel

2009-08-24 Thread Bernard
Emanoil Kotsev wrote: Bernard wrote: Emanoil Kotsev wrote: Bernard wrote: Compiling md in the kernel is the right approach to boot from raided root without initrd. You can try this just skipping (deleteing the line in grub temporary) I just tried that. Raid compiled int

Re: problem compiling kernel

2009-08-23 Thread Emanoil Kotsev
Bernard wrote: > Emanoil Kotsev wrote: > >>Bernard wrote: >> >> >> >> >>Compiling md in the kernel is the right approach to boot from raided root >>without initrd. You can try this just skipping (deleteing the line in grub >>temporary) >> >> > I just tried that. Raid compiled into the kernel

Re: problem compiling kernel

2009-08-23 Thread Bernard
Emanoil Kotsev wrote: Bernard wrote: Compiling md in the kernel is the right approach to boot from raided root without initrd. You can try this just skipping (deleteing the line in grub temporary) I just tried that. Raid compiled into the kernel instead of modules. No initrd. Still cra

Re: problem compiling kernel

2009-08-22 Thread Emanoil Kotsev
Bernard wrote: > > 2.6.30.4 does compile all right, so does 2.6.26, but 2.6.20 does not. you find out why in the archives > Problem is that I still can't boot those I compiled, i.e. 2.6.26. because > the initrd.img is buggy. I did find something, still it is not enough to > get the process to w

Re: problem compiling kernel

2009-08-22 Thread Bernard
Emanoil Kotsev wrote: Emanoil Kotsev wrote: Sorry forgot to write Yes there is problem compiling the 2.6.20 with recent gcc The problem is the compiler. If you are compiling just grab the last version from kernel.org. 2.6.30.4 seems to be working fine Just to be objective the

RE: problem compiling kernel

2009-08-21 Thread Kevin Ross
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Emanoil Kotsev > Sent: Friday, August 21, 2009 1:55 PM > > Bernard wrote: > > > Emanoil Kotsev wrote: > > > >>Bernard wrote: > >> > >> > >> > > > > > >> > >>why not just compile it on your notebook (or copy a compiled kernel) > ?! > >> > >>you

Re: problem compiling kernel

2009-08-21 Thread Emanoil Kotsev
Bernard wrote: > Emanoil Kotsev wrote: > >>Bernard wrote: >> >> >> > > >> >>why not just compile it on your notebook (or copy a compiled kernel) ?! >> >>you also can just disable the loading of the sound modules to make it more >>simple. >> >> > > Things would be easy if all sound support

Re: problem compiling kernel

2009-08-21 Thread Bernard
Emanoil Kotsev wrote: try compiling the necessary modules _in_ the kernel. This is the way it has been done. So, I re-tried compiling after de-activating raid0 in the config, leaving only raid1... to the same end result. In the config it should be [*] not [M] if booting fro

Re: problem compiling kernel

2009-08-21 Thread Bernard
Emanoil Kotsev wrote: do you have a not raid boot partition, where you can put the initrd image? My boot partition is not raid, or, at least, even though it is mirrored, it remains in ext2fs, while the rest is in LVM2. So, the initrd image that I am trying is available at start,

Re: problem compiling kernel

2009-08-21 Thread Bernard
Emanoil Kotsev wrote: Bernard wrote: why not just compile it on your notebook (or copy a compiled kernel) ?! you also can just disable the loading of the sound modules to make it more simple. Things would be easy if all sound support were in modules. But some functions are part

Re: problem compiling kernel

2009-08-21 Thread Emanoil Kotsev
Emanoil Kotsev wrote: > Sorry forgot to write > > Yes there is problem compiling the 2.6.20 with recent gcc > > The problem is the compiler. If you are compiling just grab the last > version from kernel.org. > > 2.6.30.4 seems to be working fine > Just to be object

Re: problem compiling kernel

2009-08-21 Thread Emanoil Kotsev
Sorry forgot to write Yes there is problem compiling the 2.6.20 with recent gcc The problem is the compiler. If you are compiling just grab the last version from kernel.org. 2.6.30.4 seems to be working fine >> >> So, upon my failures to recompile kernel 2.6.20-16-386, I tried &g

Re: problem compiling kernel

2009-08-21 Thread Emanoil Kotsev
Bernard wrote: > Hi to Everyone, > > I need to re-compile my kernel so that it does not include sound support > inside. I am running Debian 3.1 (Sarge). My system is on RAID1. My /boot > partition is from /dev/sda1 (mirror on /dev/sdb1) installed on /dev/md0 > (ext3), while my '/' partition is fr

problem compiling kernel

2009-08-21 Thread Bernard
Hi to Everyone, I need to re-compile my kernel so that it does not include sound support inside. I am running Debian 3.1 (Sarge). My system is on RAID1. My /boot partition is from /dev/sda1 (mirror on /dev/sdb1) installed on /dev/md0 (ext3), while my '/' partition is from /dev/sda2 and /dev/sd

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Jochen Schulz
Divick Kishore: > > General SMART Values: > Offline data collection status: (0x00) Offline data collection activity > was never started. > Auto Offline Data Collection: Disabled. > Self-test execution status: (

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Jochen Schulz
Divick Kishore: >> On Tue, Apr 21, 2009 at 1:22 PM, Jochen Schulz > >> wrote: > >> Your problem is most probably unrelated to your building a kernel. Take >> a look into /var/log/syslog and/or dmesg output. You will probably find >> messages about hard disk errors. Post them here if you have tro

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Divick Kishore
Hi, >> Posting the output of 'smartctl -a /dev/hda' (from smartmontools, insert >> your hard drive device name) might help as well. >> The output from smatctl is fairly cryptic for me, posting it below: sudo smartctl -a /dev/hdc1 smartctl

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Divick Kishore
Hi, > On Tue, Apr 21, 2009 at 1:22 PM, Jochen Schulz > > wrote: > Your problem is most probably unrelated to your building a kernel. Take > a look into /var/log/syslog and/or dmesg output. You will probably find > messages about hard disk errors. Post them here if you have trouble > interpreting

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Jochen Schulz
Divick Kishore: > > make-kpkg clean > > I get error that file system is read only. Somehow just before running > this command, the file system wasn´t readonly but after running this, > my file system has become read only. Your problem is most probably unrelated to your building a kernel. Take a

Problem compiling custom kernel on debian

2009-04-20 Thread Divick Kishore
Hi,     I am trying to compile Linux kernel 2.6.29-1 as described here http://kernel-handbook.alioth.debian.org/ch-common-tasks.html, section 4.4, i.e. I copy the /boot/config-2.6.26-1-686 to untarred linux kernel directory as .config and after doing make menuconfig, when I try to do make-kpkg cle

Re: IPMI problem compiling linux 2.6.28.5 in Debian Way

2009-02-20 Thread Adrian Chapela
Thomas Preud'homme escribió: On Tuesday 17 February 2009 16:02:37 Adrian Chapela wrote: I downloaded the sources from www.kernel.org. But my problem starts with 2.6.28. I can compile this version but now it is impossible. Then I downloaded 2.6.28.5 and it is the same. This morning I have been

Re: IPMI problem compiling linux 2.6.28.5 in Debian Way

2009-02-17 Thread whollygoat
On Tue, 17 Feb 2009 16:02:37 +0100, "Adrian Chapela" said: > Thomas Preud'homme escribió: > > On Tuesday 17 February 2009 12:31:45 Adrian Chapela wrote: > > > >> Hello, > >> > >> I am compiling Linux Kernel 2.6.28.5. > >> > > > > Where did you get the sources ? I first thought it could b

Re: IPMI problem compiling linux 2.6.28.5 in Debian Way

2009-02-17 Thread Thomas Preud'homme
On Tuesday 17 February 2009 16:02:37 Adrian Chapela wrote: > > I downloaded the sources from www.kernel.org. But my problem starts with > 2.6.28. I can compile this version but now it is impossible. Then I > downloaded 2.6.28.5 and it is the same. This morning I have been > changing some packages f

Re: IPMI problem compiling linux 2.6.28.5 in Debian Way

2009-02-17 Thread Adrian Chapela
Thomas Preud'homme escribió: On Tuesday 17 February 2009 12:31:45 Adrian Chapela wrote: Hello, I am compiling Linux Kernel 2.6.28.5. Where did you get the sources ? I first thought it could be the lack of blob firmware but as it is a problem of compilation and not linkage it must be

Re: IPMI problem compiling linux 2.6.28.5 in Debian Way

2009-02-17 Thread Thomas Preud'homme
On Tuesday 17 February 2009 12:31:45 Adrian Chapela wrote: > Hello, > > I am compiling Linux Kernel 2.6.28.5. Where did you get the sources ? I first thought it could be the lack of blob firmware but as it is a problem of compilation and not linkage it must be something else. Perhaps two module

IPMI problem compiling linux 2.6.28.5 in Debian Way

2009-02-17 Thread Adrian Chapela
Hello, I am compiling Linux Kernel 2.6.28.5. The sources are a new clean sources. I downloaded and then I cofigured the kernel. After all I compiled in Debian Way: make-kpkg --initrd kernel_image After a while it sends me the next output: CC [M] drivers/char/ipmi/ipmi_msghandler.o drivers/ch

Re: Problem compiling

2008-12-20 Thread Tzafrir Cohen
On Sun, Dec 21, 2008 at 04:32:42AM +1300, Chris Bannister wrote: > On Thu, Dec 18, 2008 at 12:19:00AM +, Steve Kemp wrote: > > Please do not quote 200+ lines of an email to add a mere two > > line reply. > > +1 And while we're at it, please avoid a 'me-to' type of answer that adds no furt

Re: Problem compiling

2008-12-20 Thread Chris Bannister
On Thu, Dec 18, 2008 at 12:19:00AM +, Steve Kemp wrote: > Please do not quote 200+ lines of an email to add a mere two > line reply. +1 -- Chris. == I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other poss

Re: Problem compiling

2008-12-18 Thread Frank Lanitz
On Thu, 18 Dec 2008 00:11:08 +0100 "Jesus arteche" wrote: > Im compiling Filedrawers, I got intall all teh dependencies, the machine is > i386 with ubuntu. As already mentioned, Ubuntu isn't Debian. There are some differences, that make a difference. > But after Configure i made "make clean"

Re: Problem compiling

2008-12-17 Thread Erik Sundin
On Thursday 18 December 2008 00:11:08 Jesus arteche wrote: > Hey, > > Im compiling Filedrawers, I got intall all teh dependencies, the machine is > i386 with ubuntu. Ubuntu != debian I am certain those guys have their own mailinglist someplace... //E.Sundin signature.asc Description: This is

Re: Problem compiling

2008-12-17 Thread Steve Kemp
On Thu Dec 18, 2008 at 01:08:52 +0100, Emanoil Kotsev wrote: > may be the mysql -dev version you have installed, check what the > requirement/compatibility is Please do not quote 200+ lines of an email to add a mere two line reply. Steve -- -- To UNSUBSCRIBE, email to debian-user-requ...@

Re: Problem compiling

2008-12-17 Thread Emanoil Kotsev
Jesus arteche wrote: > Hey, > > Im compiling Filedrawers, I got intall all teh dependencies, the machine > is i386 with ubuntu. But after Configure i made "make clean" and > "make"...and i got this error: > > > > rm -f > php/config.php > > echo '> > php/config.php > > echo '# php config file

Problem compiling

2008-12-17 Thread Jesus arteche
Hey, Im compiling Filedrawers, I got intall all teh dependencies, the machine is i386 with ubuntu. But after Configure i made "make clean" and "make"...and i got this error: rm -f php/config.php echo '> php/config.php echo '# php config file generated by Makefile.' >> php/config.php echo "\$s

Re: Problem compiling in amd64

2008-12-09 Thread Eugene V. Lyubimkin
Jesus arteche wrote: > hey, > > I'm compiling a mod for apache ...and i discover that it is designed jus > for x86 not for amd64...and i get this error : > > relocation R_X86_64_32S against `a local symbol' can not be used when > making a shared object; recompile with -fPIC > mod_waklog.o: could

Problem compiling in amd64

2008-12-09 Thread Jesus arteche
hey, I'm compiling a mod for apache ...and i discover that it is designed jus for x86 not for amd64...and i get this error : relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC mod_waklog.o: could not read symbols: Bad value collect2

Re: Problem compiling 2.6.26 kernel

2008-09-29 Thread Mumia W..
On 09/28/2008 02:49 PM, Arthur Barlow wrote: I did check the settings in .config. Both BLK_DEV_IDE and BLK_DEV_IDEDISK are set to "y." As for the ATA/SATA settings, they were not set, but my disk is an older one and should not care, but I tried setting them and trying again, and I got the

Re: Re: Problem compiling 2.6.26 kernel

2008-09-28 Thread Arthur Barlow
On Sep 28, 2008, at 2:23 AM, debian-user-digest- [EMAIL PROTECTED] wrote From: "Mumia W.." <[EMAIL PROTECTED]> Date: September 28, 2008 12:28:43 AM PDT To: Debian User List Subject: Re: Problem compiling 2.6.26 kernel On 09/27/2008 10:42 PM, Arthur Barlow wrote: I have used

Re: Problem compiling 2.6.26 kernel

2008-09-28 Thread Hugo Vanwoerkom
Alex Samad wrote: On Sun, Sep 28, 2008 at 02:28:43AM -0500, Mumia W.. wrote: On 09/27/2008 10:42 PM, Arthur Barlow wrote: I have used Debian for many years and I have always used the kernel-package program that is included with Debian to compile new kernels. I have an older Athlon PC that h

Re: Problem compiling 2.6.26 kernel

2008-09-28 Thread Alex Samad
On Sun, Sep 28, 2008 at 02:28:43AM -0500, Mumia W.. wrote: > On 09/27/2008 10:42 PM, Arthur Barlow wrote: >> I have used Debian for many years and I have always used the >> kernel-package program that is included with Debian to compile new >> kernels. I have an older Athlon PC that has the Rei

Re: Problem compiling 2.6.26 kernel

2008-09-28 Thread Mumia W..
On 09/27/2008 10:42 PM, Arthur Barlow wrote: I have used Debian for many years and I have always used the kernel-package program that is included with Debian to compile new kernels. I have an older Athlon PC that has the Reiserfs 3.6 on it. After I do the "make-kpkg --revision= ## kernel-ima

Problem compiling 2.6.26 kernel

2008-09-27 Thread Arthur Barlow
I have used Debian for many years and I have always used the kernel- package program that is included with Debian to compile new kernels. I have an older Athlon PC that has the Reiserfs 3.6 on it. After I do the "make-kpkg --revision= ## kernel-image" and then use "dpkg -i" to install the

Re: Problem compiling simple C program

2008-04-17 Thread John Salmon
"Joost Witteveen" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On 16/04/2008, John Salmon <[EMAIL PROTECTED]> wrote: >> Sven Joachim <[EMAIL PROTECTED]> wrote in >> news:[EMAIL PROTECTED]: >> >> >> > On 2008-04-15 20:39 +0200, John Salmon wrote: >> > >> >> I'm running Debian Etch on

Re: Problem compiling simple C program

2008-04-16 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/16/08 20:06, s. keeling wrote: > Ron Johnson <[EMAIL PROTECTED]>: >> Thanks all for bottom-posting! But why isn't anyone snipping out >> the same, repeating, unnecessary text? >> >> On 04/16/08 10:10, H.S. wrote: >>> John Salmon wrote: S

Re: Problem compiling simple C program

2008-04-16 Thread s. keeling
Ron Johnson <[EMAIL PROTECTED]>: > > Thanks all for bottom-posting! But why isn't anyone snipping out > the same, repeating, unnecessary text? > > On 04/16/08 10:10, H.S. wrote: > > John Salmon wrote: > >> Sven Joachim <[EMAIL PROTECTED]> wrote in > >> news:[EMAIL PROTECTED]: > >> > >>> On 20

Re: Problem compiling simple C program

2008-04-16 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks all for bottom-posting! But why isn't anyone snipping out the same, repeating, unnecessary text? On 04/16/08 10:10, H.S. wrote: > John Salmon wrote: >> Sven Joachim <[EMAIL PROTECTED]> wrote in >> news:[EMAIL PROTECTED]: >> >>> On 2008-04-15

Re: Problem compiling simple C program

2008-04-16 Thread H.S.
John Salmon wrote: Sven Joachim <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: On 2008-04-15 20:39 +0200, John Salmon wrote: I'm running Debian Etch on a PC. When I try to compile the following (called test.c); #include #include int main() { double val = 1.55; prin

Re: Problem compiling simple C program

2008-04-16 Thread Kamaraju S Kusumanchi
John Salmon wrote: > That solved the linking problem. Now, after a successful compilation, when > I run 'test' I gen no output. ??? > It works for me. $cat using_sin.c #include #include int main() { double val = 1.55; printf("sine: %g\n", sin(val)); return 0; } $gcc using_sin.

Re: Problem compiling simple C program

2008-04-16 Thread Joost Witteveen
On 16/04/2008, John Salmon <[EMAIL PROTECTED]> wrote: > Sven Joachim <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > > > On 2008-04-15 20:39 +0200, John Salmon wrote: > > > >> I'm running Debian Etch on a PC. When I try to compile the following > >> (called test.c); > >> > >> #includ

Re: Problem compiling simple C program

2008-04-16 Thread John Salmon
Sven Joachim <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On 2008-04-15 20:39 +0200, John Salmon wrote: > >> I'm running Debian Etch on a PC. When I try to compile the following >> (called test.c); >> >> #include >> #include >> >> int main() >> { >> double >> val = 1.55;

Re: Problem compiling simple C program

2008-04-15 Thread Sergio Cuéllar Valdés
2008/4/15, John Salmon <[EMAIL PROTECTED]>: > I'm running Debian Etch on a PC. When I try to compile the following > (called test.c); > > #include > #include > > int main() > { > double > val = 1.55; > > printf("sine: %g\n", sin(val)); > > return 0; > } > > using the co

Re: Problem compiling simple C program

2008-04-15 Thread Sven Joachim
On 2008-04-15 20:39 +0200, John Salmon wrote: > I'm running Debian Etch on a PC. When I try to compile the following > (called test.c); > > #include > #include > > int main() > { > double > val = 1.55; > > printf("sine: %g\n", sin(val)); > > return 0; > } > > using the comma

Problem compiling simple C program

2008-04-15 Thread John Salmon
I'm running Debian Etch on a PC. When I try to compile the following (called test.c); #include #include int main() { double val = 1.55; printf("sine: %g\n", sin(val)); return 0; } using the command line gcc -Wall -o test test.c I get /tmp/cciDV02m.o: In function `main

Re: problem compiling C++

2007-12-04 Thread Thierry Chatelet
On Saturday 01 December 2007 23:46, Michelle Konzack wrote: Hi Michelle All your replies come dated Saturday up to now, the next two are dated Sunday 8 AM and 12 noon. What's the trouble? Thierry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

Re: Re: problem compiling C++

2007-12-04 Thread Michelle Konzack
Am 2007-11-25 08:21:57, schrieb Lowell Thomas: > On November 21, 2007 "Michael Marsh" <[EMAIL PROTECTED]> wrote: > > The various gcc compilers are packaged separately. You probably want > > to install the package "g++". > > > Thanks for the tip. “apt-get install g++” did the job. For the next t

Re: Re: problem compiling C++

2007-11-25 Thread Lowell Thomas
On November 21, 2007 "Michael Marsh" <[EMAIL PROTECTED]> wrote: > The various gcc compilers are packaged separately. You probably want > to install the package "g++". Thanks for the tip. “apt-get install g++” did the job. Lowell Thomas www.coasttocoastresearch.com -- To UNSUBSCRIBE, email t

Re: problem compiling C++

2007-11-21 Thread Michael Marsh
On Nov 21, 2007 10:44 AM, Lowell Thomas <[EMAIL PROTECTED]> wrote: > I just recently installed Debian 4.0r1. It is my first experience with > Debian or GNU/Linux. I've been building and running C programs just fine > with gcc. However, I'm unable to compile C++ programs. The command g++ > returns "

Re: problem compiling C++

2007-11-21 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/21/07 09:44, Lowell Thomas wrote: > Hi All, > > I just recently installed Debian 4.0r1. It is my first experience with > Debian or GNU/Linux. I’ve been building and running C programs just fine > with gcc. However, I’m unable to compile C++ prog

problem compiling C++

2007-11-21 Thread Lowell Thomas
Hi All, I just recently installed Debian 4.0r1. It is my first experience with Debian or GNU/Linux. I’ve been building and running C programs just fine with gcc. However, I’m unable to compile C++ programs. The command g++ returns “program not found” and gcc main.cpp returns the error gcc: error t

problem compiling kernel-headers-2.6.8-2-smp

2006-02-09 Thread Ivan Paganini
Hello everybody. I am trying to install anbd on a PIII cluster, and for that I have to compile the module that they provide. But unfortunately, I am not being capable of compile this module agaist the kernel-headers-2.6.8-2-686-smp. make menuconfig works nicely, but when I try to make or make modul

Problem compiling affix modules: *** No rule to make target `affix.ko', needed by `all'

2006-01-15 Thread Tim Hardy
I'm using 3.1 stable. I've uninstalled the bluez modules and components. Here's what happens when I try and compile the affix modules: #apt-get install affix-headers affix-source affix-common #cd /usr/src #tar xvfz affix.tar.gz #cd linux #fakeroot make-kpkg --append-to-version=-mppe --added-modu

Re: Problem compiling Firefox 1.06

2005-07-21 Thread Ron Johnson
On Thu, 2005-07-21 at 14:35 +0200, Ronald Castillo wrote: > Hello. > > I've been trying to compile the new Firefox 1.0.6 on my Sarge system, [snip] > Anyone knows how can I get past through this, or where could I find a > precompiled package for Sarge? It's possible/probable that the 1.0.6 securi

Re: Problem compiling Firefox 1.06

2005-07-21 Thread Roberto C. Sanchez
On Thu, Jul 21, 2005 at 02:35:47PM +0200, Ronald Castillo wrote: > Hello. > > I've been trying to compile the new Firefox 1.0.6 on my Sarge system, > but I end up having the following error messages: Any particular reasoen you feel the need to compile it yourself? It is already in Sid for i386 a

Problem compiling Firefox 1.06

2005-07-21 Thread Ronald Castillo
Hello. I've been trying to compile the new Firefox 1.0.6 on my Sarge system, but I end up having the following error messages: -- ./../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/uconv -I..

Re: Problem compiling (gcc? glibc?)

2005-01-08 Thread Andrew Walbran
On Thu, 06 Jan 2005 10:19 pm, Andrea Vettorello wrote: > On Thu, 6 Jan 2005 18:20:35 +1300, Andrew Walbran <[EMAIL PROTECTED]> wrote: > > Hi > > I have recently started using Debian GNU / Linux, and have found that I > > am unable to compile anything with GCC. Compiling even a trivial program > > g

Re: Problem compiling (gcc? glibc?)

2005-01-08 Thread Andrew Walbran
On Thu, 06 Jan 2005 9:18 pm, Rem wrote: > Hi; > > Is your computer overclocked ? No. It is running at 350MHz as it is designed to. Also, gcc works fine on my Fedora Core 1 installation on the same computer so I very much doubt that this is a hardware problem. > > On Thu, 6 Jan 2005 18:20:35 +130

Re: Problem compiling (gcc? glibc?)

2005-01-06 Thread Andrea Vettorello
On Thu, 6 Jan 2005 18:20:35 +1300, Andrew Walbran <[EMAIL PROTECTED]> wrote: > Hi > I have recently started using Debian GNU / Linux, and have found that I am > unable to compile anything with GCC. Compiling even a trivial program gives a > number of 'undefined reference' errors: > > $ cat test.c

Problem compiling (gcc? glibc?)

2005-01-05 Thread Andrew Walbran
Hi I have recently started using Debian GNU / Linux, and have found that I am unable to compile anything with GCC. Compiling even a trivial program gives a number of 'undefined reference' errors: $ cat test.c int main() { return 0; } $ gcc test.c /lib/libc.so.6: undefined reference to [EMAIL P

Re: problem compiling ghostscript?

2004-12-10 Thread michael
On Fri, 2004-12-10 at 11:35, Bruno Boettcher wrote: > Hello > > ghostscript mailing list seems utterly dead, or my problem terribly > stupid... > > i am still trying to get the aculaser C4100 (Epson) running, and since > default debian ghostscripts don't support it directly i tryed to compile > a

problem compiling ghostscript?

2004-12-10 Thread Bruno Boettcher
Hello ghostscript mailing list seems utterly dead, or my problem terribly stupid... i am still trying to get the aculaser C4100 (Epson) running, and since default debian ghostscripts don't support it directly i tryed to compile a ghostscript myself... unfortunately it stops with the error: ./obj

Problem compiling rekall-2.3.0 on Debian 2.4.24 i686 (KDE 3.2.2)

2004-05-11 Thread Lee Hanxue
I have been trying to install rekall for the past 2 weeks. I cannot seem to be able to find a debian package for rekall, so I tried compiling it from source. Below are the last few lines from ./configure --disable-mt checking for Qt... libraries /usr/lib, headers /usr/include/qt3 checking if Qt

Re: Problem Compiling kernel-source-2.4.18

2004-01-14 Thread Jonathan Pietkiewicz
On Fri, Dec 05, 2003 at 10:00:48AM -0600, Hugo Vanwoerkom wrote: > >In the file included from ksym.c:50: > >/usr/src/kernel-source-2.4.18/include/asm/checksum.h:72:30: missing > >termintating " character > > If you are using gcc 3.3, which you are if you ran dist-upgrade, it > *will* complain of

Re: Problem Compiling kernel-source-2.4.18

2003-12-05 Thread Hugo Vanwoerkom
Thomas H. George wrote: My system is testing fully up-to-date. I just ran apt-get update and apt-get dist-upgrade which installed kernel-source-2.4.18.. My current kernel was built from kernel-source-2.4.22 but I have been experiencing irratic behavior - specifically many p80211/knetdev_hard-s

Problem Compiling kernel-source-2.4.18

2003-12-05 Thread Thomas H. George
My system is testing fully up-to-date. I just ran apt-get update and apt-get dist-upgrade which installed kernel-source-2.4.18.. My current kernel was built from kernel-source-2.4.22 but I have been experiencing irratic behavior - specifically many p80211/knetdev_hard-start_xinit: messages o

problem compiling kernel

2003-11-14 Thread Richard Kimber
I tried to compile a new kernel with CC=gcc-2.95 make-kpkg --added_patches=lowlatency,preempt --append-to-version=.rk1103 but got the following:- In file included from ide-cd.c:318: ide-cd.h:440: error: long, short, signed or unsigned used invalidly for `slot_tablelen' make[4]: *** [ide-cd.o] Err

Re: Problem compiling KDE

2003-08-31 Thread Rene Engelhard
Hi, Colin Watson wrote: > > /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor > > -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings > > -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG > > -DNO_DEBUG -O2 -fno-exceptions -fno

Problem compiling KDE

2003-08-31 Thread Ronald Castillo
Hello. I was trying to compile the instable versión of KDE (3.1.3) on my Sarge system. For that, I had to install GCC 2.95, as with gcc 3.3 I got some "sanity check problems". Since kdebase depends on kdelibs and that one depends on arts, I compiled arts and kdelibs without problems, but when I go

Re: Problem compiling KDE

2003-08-31 Thread Colin Watson
On Sun, Aug 31, 2003 at 03:02:16PM +0200, Ronald Castillo wrote: > Hello. I was trying to compile the instable versi?n of KDE (3.1.3) on my > Sarge system. For that, I had to install GCC 2.95, as with gcc 3.3 I got > some "sanity check problems". Since kdebase depends on kdelibs and that one > dep

Re: problem compiling a new gcc version.

2002-12-14 Thread Wim De Smet
On Wed, 11 Dec 2002 02:05:59 +1100 Rob Weir <[EMAIL PROTECTED]> wrote: > On Sat, Dec 07, 2002 at 10:37:01PM +0100, Wim De Smet wrote: > > could it be that this is specific to my kernel or is it a configuration problem >with my current locales? > > I hope this is not too specific, I could mail to

Re: strange problem compiling source rpms

2002-12-13 Thread Bob Proulx
Faheem Mitha <[EMAIL PROTECTED]> [2002-12-13 21:05:46 +]: > I see. But in that case the error message does seem rather misleading. > Why does it complain about not being able to make directories if it is > not trying to make them? (I haven't examined the internals of rpm). Since it is not a me

Re: strange problem compiling source rpms

2002-12-13 Thread Faheem Mitha
On Fri, 13 Dec 2002 10:31:18 -0700, Bob Proulx <[EMAIL PROTECTED]> wrote: > > --mP3DRpeJDSE+ciuQ > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Faheem Mitha <[EMAIL PROTECTED]> [2002-12-12 21:57:35 +]: >> > rpm is trying to mkdir /usr/src/rpm/SOURCES, of course

Re: strange problem compiling source rpms

2002-12-13 Thread Bob Proulx
Faheem Mitha <[EMAIL PROTECTED]> [2002-12-12 21:57:35 +]: > > rpm is trying to mkdir /usr/src/rpm/SOURCES, of course this fails if > > /usr/src/rpm does not exist. It's dumb code and a bad error message. Actually it does not try to make the directories. It just fails if the directories are no

Re: strange problem compiling source rpms

2002-12-12 Thread Faheem Mitha
On Thu, 12 Dec 2002 14:37:58 -0500, Joey Hess <[EMAIL PROTECTED]> wrote: > Faheem Mitha wrote: >> No. Am I supposed to create it? Isn't this something that should be >> done automatically, by a postinst script of whatever? If I am supposed >> to create it, I think it should be documented. > > The

Re: strange problem compiling source rpms

2002-12-12 Thread Joey Hess
Faheem Mitha wrote: > No. Am I supposed to create it? Isn't this something that should be > done automatically, by a postinst script of whatever? If I am supposed > to create it, I think it should be documented. The directory is supposed to be included in the package but was left out by mistake. I

  1   2   >