Re: Problems with gcc

2008-07-17 Thread E. Rens
I think my gcc problem is partly solved. It seems related to time_t which doesn't behave on amd64 as on i386 (where it was a double). I don't know yet how to cope with this but there must be a solution, there is a lot of concern about time_t and amd64 on the web. If you have a quick answer to this

Re: Problems with gcc

2008-07-17 Thread Lennart Sorensen
On Wed, Jul 16, 2008 at 11:56:46PM +0200, E. Rens wrote: When I realized that I couldn't run compiled programs I decided to remove all the versions of gcc I had (3.4, 4.1, 4.3) to reinstall them from the mirror (ftp://ftp.fr.debian.org/debian/ lenny main contrib -- changing it later to the

Re: Problems with gcc

2008-07-17 Thread Lennart Sorensen
On Thu, Jul 17, 2008 at 11:35:52AM +0200, E. Rens wrote: I think my gcc problem is partly solved. It seems related to time_t which doesn't behave on amd64 as on i386 (where it was a double). I don't know yet how to cope with this but there must be a solution, there is a lot of concern about

Re: Problems with gcc

2008-07-16 Thread Lennart Sorensen
On Wed, Jul 16, 2008 at 04:19:05PM +0200, E. Rens wrote: Following our discussion in the EM64T compiling options thread I tried to recompile some simple programs with gcc in order to test openmp. The openmp hello world program went very well, however I cant run my own programs (with or without

Re: Problems with gcc

2008-07-16 Thread E. Rens
On Wed, 16 Jul 2008 10:48:42 -0400, Lennart Sorensen [EMAIL PROTECTED] said: Try 'apt-get -f install' that will try to get the packages into a sane state again. # aget -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly

Re: Problems with gcc

2008-07-16 Thread Lennart Sorensen
On Wed, Jul 16, 2008 at 05:29:20PM +0200, E. Rens wrote: On Wed, 16 Jul 2008 10:48:42 -0400, Lennart Sorensen [EMAIL PROTECTED] said: Try 'apt-get -f install' that will try to get the packages into a sane state again. # aget -f install Reading package lists... Done Building dependency

Re: Problems with gcc

2008-07-16 Thread E. Rens
On Wed, 16 Jul 2008 13:17:47 -0400, Lennart Sorensen [EMAIL PROTECTED] said: Do apt-get update. According to packages.debian.org/gcc-3.4-base the current version in lenny is in fact 4.3.1-2 so if you don't see that either you are using a bad mirror, or you didn't run apt-get update

Re: Problems with gcc

2008-07-16 Thread Lennart Sorensen
On Wed, Jul 16, 2008 at 07:39:45PM +0200, E. Rens wrote: right! and my gcc-4.3-base matches libgcc1 how could I put my system back in the original state without reinstalling from scratch? But you had an error saying libgcc1 required a specific gcc-4.3-base which made it look like it was

Re: Problems with gcc

2008-07-16 Thread E. Rens
On Wed, 16 Jul 2008 14:53:32 -0400, Lennart Sorensen [EMAIL PROTECTED] said: But you had an error saying libgcc1 required a specific gcc-4.3-base which made it look like it was missing. What was the command you ran to get that error then? When I realized that I couldn't run compiled programs

Re: Problems installing gcc-3.4

2004-09-29 Thread Thomas J. Zeeman
Hi, Another problem I have now, with gcc-3.4 installed, is that I can't install the nvidia drivers. I have downloaded the .run package and tried with ./NVIDIA --kernel-source-path /usr/src/kernel-source-2.6.8 but it complains about cc version. Apperently the kernel is compiled with

RE: Problems installing gcc-3.4

2004-09-29 Thread Johan Groth
Title: Re: Problems installing gcc-3.4 Yes I know it is possible to compile with gcc-3.4 but I don't know how. I read somewhere (don't remember where though) how this is done but can't for my life remember how. /Johan From: Thomas J. Zeeman [mailto:[EMAIL PROTECTED]Sent: Wed 29/09

RE: Problems installing gcc-3.4

2004-09-29 Thread Thomas J. Zeeman
Hi, Yes I know it is possible to compile with gcc-3.4 but I don't know how. I read somewhere (don't remember where though) how this is done but can't for my life remember how. This should do the trick: export CC=/path/to/gcc-3.4; ./nvidiainstaller Given that you are using bash and are in

Re: Problems installing gcc-3.4

2004-09-29 Thread Frederik Schueler
Hi, please have a look at http://lists.debian.org/debian-amd64/2004/09/msg00288.html On Wed, Sep 29, 2004 at 11:06:19AM +0200, Johan Groth wrote: Another problem I have now, with gcc-3.4 installed, is that I can't install the nvidia drivers. I have downloaded the .run package and tried with