i get this when i try to run gcc:
gcc: installation problem, cannot exec `cpp': No such file or directory
it was working fine before.. what do i need to do?
thanks..
http://www.experts-exchange.com/OS/Linux/Q_10096237.html
Zones:
LinuxDate Answered: 11/09/1998 Rating: 7.6 Views: 0
I need to compile a version of the tulip driver module for my new linksys LNE100TX version 2.0 Ethernet card, but I can't find gcc. gcc is not on my hard disk! Or is there another way of compiling ...
http://www.experts-exchange.com/OS/Linux/Setup/Q_10251719.html
Zones:
Linux SetupDate Answered: 12/28/1999 Rating: 8.2 Views: 0
Does GCC work OK on HP/UX rev 11.0 - 64bit version?
I have installed the version form the HP porting centre. 2.95.2 It seems to compile without warning messages but some programs do not work corre...
http://www.experts-exchange.com/Programming/Languages/C/Q_11071585.html
Zones:
CDate Answered: 11/23/2000 Rating: 5.8 Views: 0
Hi!
With dos DJGPP there is a
char * itoa(int value, char *buffer, int radix);
But in Linux gcc there is none. This is not a problem because I wrote one myself. But I don't know how to use ...
http://www.experts-exchange.com/Programming/Languages/C/Q_20143267.html
Zones:
CDate Answered: 06/29/2001 Rating: 6.8 Views: 0
hi experts,
I downloaded a C++ programe from net.Here it is,
#include <jni.h> // standard input and output
#include "SimpleNTAuthe...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20251745.html
Zones:
C++Date Answered: 04/12/2002 Rating: 8.2 Views: 0
Somehow gcc and cc did not come with my Linux (Redhat 7.2) installation. I downloaded gcc tar file and tried to install but it requires cc.
Where do I get cc from? or is there any other pre comp...
http://www.experts-exchange.com/OS/Linux/Q_20493950.html
Hi!
I noticed that when I declare a buffer of, for example, char[5], the assembly code generated by gcc actually allocates a much larger buffer, in this case 24 bytes:
subl $24, (%esp)
How...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20818249.html
Zones:
AssemblyDate Answered: 02/16/2004 Rating: 8.0 Views: 0
Hello Experts:
I am in the process of updating my kernel from 2.2.16 to 2.4.26. I've run menuconfig and selected the options to compile into the kernel, I've run make dep and finally make clean...
http://www.experts-exchange.com/OS/Linux/Setup/Q_21046163.html
Zones:
Linux SetupDate Answered: 07/08/2004 Rating: 9.0 Views: 0
Hi,
i want to make an outport function. And i type:
unsigned int tmpi1, tmpi2, tmpi3;
void VFD::outportb(unsigned int address, unsigned char outch)
{
tmpi1=static_cast<unsigned int>(outc...
http://www.experts-exchange.com/Programming/System/Linux/Q_21137923.html
Zones:
Linux DevDate Answered: 09/29/2004 Rating: 7.8 Views: 0
Hello,
I have to work on a large C/C++ project built using GCC 2.96. This compiler is necessary because it is not feasible at this time to upgrade the code to work on newer compilers. Yes, it ...
http://www.experts-exchange.com/Programming/System/Linux/Q_21142571.html
Zones:
Linux DevDate Answered: 09/24/2004 Rating: 8.6 Views: 0