Enter Keywords:
1 - 10 of 335(0.025 seconds)
Sort By:
 
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..
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 ...
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...
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 ...
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...
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...
Zones: Linux, RPM Installer, Linux Distri...Date Answered: 02/03/2003 Rating: 7.0 Views: 0
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...
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...
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...
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 ...
Zones: Linux DevDate Answered: 09/24/2004 Rating: 8.6 Views: 0