gcc problems in Woody "C Compiler cannot create executables"

2001-12-29 Thread Rachel Andrew
Hi I have a new Woody install and need to try and get my soundblaster card working with the alsa drivers, I downloaded these and tried to compile them but get the following error from gcc when I do ./configure "C compiler cannot create executables" I installed gcc via apt from the testing pa

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: gcc problems

1998-03-21 Thread joost witteveen
In an attempt to save the world from disaster, Jeff Shilt wrote: > I am using the Debian 2.0 distribution, and recently installed the > various development packages. When I used a configure script for a > program, it says: > checking whether the C compiler (gcc ) works... yes > (other stuff)

gcc problems

1998-03-19 Thread Jeff Shilt
I am using the Debian 2.0 distribution, and recently installed the various development packages. When I used a configure script for a program, it says: checking whether the C compiler (gcc ) works... yes (other stuff) checking for c++... no checking for g++... no checking for gcc... ye

Re: GCC problems

1997-03-08 Thread Harmon Sequoya Nine
Hi. I had the same problem when trying to use the "c++" side of gcc. The problem was with "gnat", which created some links that caused gcc to be unable to find particular executables. You can fix this by de-installing "gnat" (NOT TO BE CONFUSED WITH "gnats", WHICH IS A TOTALLY DIFFERENT PACKAG

GCC problems

1997-03-07 Thread Stan Brown
I recenty upgraded my Debian system, and now I have a problem with gcc. Here is the error message: gcc: installation problem, cannot exec `cc1': No such file or directory If I explicity put /usr/lib/gcc inot the PATH things work. What could be wron