Re: [OT] Need a little C programming help

2006-09-12 Thread Andreas Fester
Those errors can occur if you include files within a C block. For example, the following works well: #include stdlib.h int main() {} but this fails with exactly the errors you have seen: int main() { #include stdlib.h } This can happen sometimes by accident, for example when you are

Re: which package to play DVD's ???

2006-09-12 Thread Jaime Ochoa Malagón
Kaffeine is another choice, that works for me... On 9/8/06, Andrew Sharp [EMAIL PROTECTED] wrote: On Wed, Sep 06, 2006 at 03:20:38PM +0200, Albert Dengg wrote: On Wed, Sep 06, 2006 at 07:59:19AM -0500, helices wrote: What do you think? well, i personally user xine-ui or mplayer from deb

Re: Packagehandling

2006-09-12 Thread Goswin von Brederlow
[EMAIL PROTECTED] (Hans-J. Ullrich) writes: Dear maintainers and users, there is a little thing I think should be discussed. Whenever essentiell packages (especially the kernel) is released with a new version, there is no possibilty fall back to the old one, if things crash. For

Re: performance of AAC-RAID (ICP9087MA)

2006-09-12 Thread Raimund Jacob
Erik Mouw wrote: Hello! And thanks for your suggestions. On Fri, Sep 08, 2006 at 05:08:52PM +0200, Raimund Jacob wrote: Checking out a largish CVS module is no fun. The data is retrieved via cvs pserver from the file server and written back via NFS into my home directory. This process is

Re: performance of AAC-RAID (ICP9087MA)

2006-09-12 Thread Erik Mouw
On Tue, Sep 12, 2006 at 11:50:46AM +0200, Raimund Jacob wrote: Erik Mouw wrote: Hello! And thanks for your suggestions. On Fri, Sep 08, 2006 at 05:08:52PM +0200, Raimund Jacob wrote: Checking out a largish CVS module is no fun. The data is retrieved via cvs pserver from the file server

Re: [OT] Need a little C programming help

2006-09-12 Thread Erik Mouw
On Mon, Sep 11, 2006 at 05:44:37PM -0500, Mike Reinehr wrote: My apology for taking up the groups time with an off-topic request for help. I don't think that this has anything at all to do with 64-bit processing. What I know about c programming wouldn't take me five minutes to tell, so I'm

Re: Packagehandling

2006-09-12 Thread Hans-J. Ullrich
Am Dienstag, 12. September 2006 09:52 schrieb Goswin von Brederlow: [EMAIL PROTECTED] (Hans-J. Ullrich) writes: Dear maintainers and users, there is a little thing I think should be discussed. Whenever essentiell packages (especially the kernel) is released with a new version, there

Re: [OT] Need a little C programming help

2006-09-12 Thread Mike Reinehr
Andreas Erik, Thanks very much for your help. The include files were, in fact, within the main block. I'd swear that they have been there for years, but I'll worry about that some other time. It's quite possible that I made a change six months or so ago and now just don't remember. Anyway,

Installing Intel Fortran Compiler

2006-09-12 Thread João Marcelo
Hello Everybody,I'm trying to install Intel Fortran Compiler 9.1.036 on my Debian AMD64 Opteron Box. Unfortunely, i can't use gnu fortran to compile the application i want (http://www.cpmd.org/), because it needs the 'Cray Pointer' extension to Fortran77 for dynamical memory management. According

Re: Installing Intel Fortran Compiler

2006-09-12 Thread Lennart Sorensen
On Tue, Sep 12, 2006 at 05:00:20PM +, Jo?o Marcelo wrote: I'm trying to install Intel Fortran Compiler 9.1.036 on my Debian AMD64 Opteron Box. Unfortunely, i can't use gnu fortran to compile the application i want (http://www.cpmd.org/), because it needs the 'Cray Pointer' extension to

Re: Installing Intel Fortran Compiler

2006-09-12 Thread Paul Brook
I'm trying to install Intel Fortran Compiler 9.1.036 on my Debian AMD64 Opteron Box. Unfortunely, i can't use gnu fortran to compile the application i want (http://www.cpmd.org/), because it needs the 'Cray Pointer' extension to Fortran 77 for dynamical memory management. According to

Re: updated howto

2006-09-12 Thread Francesco Pietra
Hi Roberto: Thanks a lot, I was just re-installing amd64 etch raid1, having changed disks (better quality, smaller size, different partition scheme, little to add to the base system). I still found useful as raid howto: http://www200.pair.com/mecham/raid/raid1-page3.htm (and page2) However,

Re: K8 Mainboards Linux compatibility list

2006-09-12 Thread Max A.
Please help yourself at http://wiki.debian.org/DebianAMD64/Mainboards Max On 9/11/06, Bruno Kleinert [EMAIL PROTECTED] wrote: hi, i can report a gigabyte ga-k8ns pro mainboard as working perfectly. mainboard: gigabyte ga-k8ns pro chipset:nforce3 ata:nforce ata raid:

Re: USB rescue/boot disk

2006-09-12 Thread Helge Hafting
Joost Kraaijeveld wrote: Hi , I want a bootable USB stick that will boot any machine that allows me to boot from USB: a Debian Live USB (and not CD). I have found a howto on the internet (http://feraga.com/) but that one does not seem to work for me. Is it actually possible to create an USB

boinc-client

2006-09-12 Thread Sythos
Which project support amd64 / x86_64-pc-linux ? I found only chess -- Sythos - http://www.sythos.net () ASCII Ribbon Campaign - against html/rtf/vCard in mail /\- against M$ attachments -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

RAID help

2006-09-12 Thread Roberto Pariset
Francesco Pietra ha scritto: I still found useful as raid howto: http://www200.pair.com/mecham/raid/raid1-page3.htm (and page2) However, what about the statement In A RAID system it is a good idea to avoid kernel version upgrades (security upgrades should be performed of course) in that

Re: boinc-client

2006-09-12 Thread Manolo Díaz
Sythos wrote: Which project support amd64 / x86_64-pc-linux ? I found only chess SETI. You have a debian package in testing and unstable: boinc-app-seti. Best Regards, Manolo. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: USB rescue/boot disk

2006-09-12 Thread T
On Mon, 11 Sep 2006 17:29:04 +0200, Joost Kraaijeveld wrote: I want a bootable USB stick that will boot any machine that allows me to boot from USB: a Debian Live USB (and not CD). ... Is it actually possible to create an USB rescue/boot disk that contains a Debian Etch AMD64 or i386 based

Re: performance of AAC-RAID (ICP9087MA)

2006-09-12 Thread Andrew Sharp
On Tue, Sep 12, 2006 at 02:17:48PM +0200, Erik Mouw wrote: On Tue, Sep 12, 2006 at 11:50:46AM +0200, Raimund Jacob wrote: Erik Mouw wrote: Hello! And thanks for your suggestions. On Fri, Sep 08, 2006 at 05:08:52PM +0200, Raimund Jacob wrote: Checking out a largish CVS module is no

Re: chroot and ia32libs combined

2006-09-12 Thread Jaime Ochoa Malagón
On 9/7/06, Goswin von Brederlow [EMAIL PROTECTED] wrote: Seb [EMAIL PROTECTED] writes: Another question that nobody seems to mention in the various how-tos is what happens if you have say both the same 64-bit app in the main system and 32-bit app in the chroot? Because /home is mounted in