On The Insider: Misty May-Treanor Injured
8 Resources for

gcc

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

God's Country Camouflage (widget)
Updated every few days, you can view some great images of God's Country Camouflage in the field, along with scripture passages, gear updates, hunting news, and general GCC information. Includes quick ways to access the God's Country Camo Web site.
Tags: GCC, God
Software downloads 2007-04-25
how to uninstall the gcc3.2.2 in redhat
how to uninstall the gcc compiler 3.2.2 from redhat i want to downgrade the gcc compiler from gcc3.2.2 to gcc2.95.3 can any one tell me how to uninstall the gcc compiler ....
Tags: Development tools, yogeshk@..., GCC, compiler
Discussion threads 2007-04-12
CPU LOAD on windows with GCC
Hello,i'm trying to get the instant CPU utilization from windows XP or any other version of windows using Java or C++.I want to use only Open Source Code. NOT MS PROGRAM or licensed code.Thanks a lotBYEDanieleHelpHelp!
Tags: aenema82@..., windows, software, programming, GCC, CPU, window
Discussion threads 2007-02-09
DEELX Regular Expression Engine (zip)
DEELX has a good compatibility that it can be compiled by Visual C++ 6.0, 7.1, 8.0Windows, gccCygwin, gccLinux, gccFreeBSD, Turbo C++ 3.0DOS, C++ BuilderWindows. DEELX is coded using template, so char, wchar_t and other simple types can be used as its base type. All source code of DEELX is just...
Tags: GCC, DEELX, Microsoft Windows, Linux, Operating Systems, Microsoft Development Tools, UNIX, Development Tools, Programming Languages, Open Source, Software, Software Development, Software/Web Development
Software downloads 2006-11-22
Truecrypt on Linux, the verdict…
As I’m sure you would have read in the last two weeks, Ihave been looking at the security issues caused by the recent explosion in USBstorage; not only are the old issues of virus infection / migration brought up,but due to the small size of USB flash keys—data loss and...
Tags: GCC, Linux, TrueCrypt, Ubuntu
Blog posts 2006-05-23
OpenMP and Automatic Parallelization in GCC
This paper describes the design and implementation of the OpenMP specification v2.5 in GCC. The implementation supports all the languages specified in the standard (C, C++ and Fortran), and it is generally available on any platform that supports POSIX threads. Emphasis is placed on the internal architecture and, in particular,...
Tags: Red Hat Inc., Implementation, GCC, C/C++, Programming Languages, Open Source, Software Development, Software/Web Development
White papers 2006-05-01
Solaris engineers offer personal source-code tours
Sun is going to have make some big changes.The current setup will not gain the support needed for thier open solaris to fly.opensolaris.org wil have to become focussed on the kernel, and remain under sun's control.each major core toolset will have to be it's own group.to ensure compatability between sun...
Tags: GCC, Jaqui, programming, Sun Microsystems Inc., Sun Solaris, user base
Discussion threads 2005-06-16
Setting up a wireless driver under Linux
I've had 2 issues when attempting to setup the ADMTek 8211 driver source under Linux:1) When attempting to install under Mandrake Linux 10.1, I received an error from the gcc compiler that it could not find the source in /usr/src/linux2.6.8-10, or something similar to that.2) When attempting to...
Tags: GCC, jck, linux, Mandrake, wireless
Q&A 2005-04-07

Additional Resources

LG GCC-4480B(Combo Drive) Firmware (zip)
The upgrade enhances the playability of CD-R media on your LG GCC-4480BCombo Drive.
Tags: LG Electronics Inc., Firmware, Consumer Electronics, Personal Technology
Software downloads 2003-05-14
Sending attachment from Unix via mail
Hi,I want to use mailx or elm command to send one file residing on a particular location of the Unix server . the file has to be send as an attachment. Also the mail should have a subject.I have tried using the following syntax : uuencode gcc.txt gcc.txt | mailx...
Tags: Operating systems, Servers, Unix
Q&A 2005-04-13
C,C++
How Should I Download C SoftwaregccDownload a C compiler as part of a linux distribution.http://www.linux.org/
Tags: Linux, OPEN SOURCE, jramesh001@...
Discussion threads 2007-08-12
C creator upbeat on its future
C++ and Its Future......okay, there are more than 3E06 of us that know and love C++, but will it be in the plans when the new 64-bit compilers come out, or will it be overlooked because of the 'proliferation' of those 'other' programming languages? The two most compilers I'd...
Tags: C, C++, WA2MCSwsm@..., programming, 64-bit, compiler
Discussion threads 2005-04-28
Abstracting C With abC
A conceptually simple and practically very useful form of data abstraction in model checking is variable hiding, which amounts to suppressing all information about a given set of variables. The abC tool automates this for programs written in the C programming language. It features an integrated demand-driven pointer analysis, and...
Tags: Lucent Technologies Inc., C, Alcatel, abC Tool, C/C++, Programming Languages, Software Development, Software/Web Development
White papers
TCPEchoClient
I run freeBSD 5.4I have compiled the program as follows:gcc -o TCPEchoClient TCPEchoClient.c DieWithError.c I have run the program as /net/ECHOClient localhost [](7) I have also disabled my firewall.The message I keep getting is "connection to Localhost refused"Does anybody know how to fix this problem?btw the program is a...
Tags: jurgen_t
Discussion threads 2006-02-28
Ubuntu 7.04 Feisty Fawn (Ubuntu 7.04 Feisty Fawn)
pocket PC versionhttp://packages.ubuntulinux.org/dapper/source/pocketpc-gccppc supportis there a ppc version of 7.04? every archive I've looked at reports ppc version doesn't exist.
Tags: ksunken@..., Ubuntu 7.04 Feisty Fawn, Ubuntu 7.04, Ubuntu
Discussion threads 2007-04-24
Xcode (getSoftware)
Xcode is Apple Computer's integrated development environment. The full Xcode package is free to ADC members and includes all the tools you need to create, debug, and optimize your own Universal applications, targeting both Intel and PowerPC platforms. At the heart of Xcode 2.4.1 is a graphical workbench that tightly...
Tags: Apple Inc., Apple Xcode, Development Tools, Processors, Software Development, Software/Web Development, Semiconductors, Hardware, Components
Software downloads 2007-05-16
Migration of Credit Analysis System of a Major Financial Institution
The financial institution was facing challenge as the gcc compiler is stricter than sun cc compiler e.g. Sun CC was allowing the code to access protected members directly Endian issues, Intel is little endian where as SPARC is big-endian machine. As a solution Infosys helped the client to migrate the...
Tags: Compiler, Financial Company, Migration, Analysis, Infosys Technologies Ltd., Development Tools, Financial Services, Software Development, Software/Web Development
Case studies
calling a C program in a shell script
hi how can i call a C program in a bourne shell script please let me knowecho "about to call a C program"cprogramecho "after calling a C program"This assumes cprogram is in the $PATH. You may have to specify the path:/home/username/bin/cprogramYou might need to compile your cprogram.c first to...
Tags: C, C program, cprogram, iyerharini@..., linux, shell script
Q&A 2006-03-17
Creating a Centralized Secure Log Server With syslog-ng and Stunnel
This paper covers the installation and configuration of syslog-ng and Stunnel on machines running the Solaris 8 Operating System SPARC Platform Edition, but the procedure also generally applies to older and newer versions of the Solaris OS on both SPARC and x86 platforms. Each of the reference machines discussed comes...
Tags: Sun Solaris 8, Sun Solaris, Tcp/Ip, UNIX, Operating Systems, Servers, Processors, Networking, Software, Hardware, Semiconductors, Components
White papers 2004-09-01
Installing and Using MPICH, MPICH-GM, and MPICH-MX on Linux Systems
MPICH was developed at the Argonne National Lab. MPI stands for Message Passing Interface, and the CH represents the CHameleon layer that was originally written for portability between systems. This paper discusses simple scripts to build and install MPI packages (MPICH, MPICH-GM, MPICH-MX) using PATHSCALE compilers on EM64T systems running...
Tags: Compiler, Linux System, IBM Corp., Development Tools, Linux, Open Source, Processors, Software Development, Software/Web Development, Operating Systems, Software, Semiconductors, Hardware, Components
White papers 2006-06-01
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's E-mail Usage Policy
Numerous studies indicate that personal e-mail use at work is a leading cause of lost productivity. In addition, personal e-mail use can introduce vir ...
Buy Now
TechRepublic's Data Retention Policy
The organization is subject to data retention requirements resulting from a mix of legal, industry, and business mandates. These data retention requir ...
Buy Now