gcc 4.3.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News gcc 4.3.3 (Default branch)
# 1  
Old 01-28-2009
gcc 4.3.3 (Default branch)

ImageThe GNU Compiler Collection contains frontends forC, C++, Objective-C, Fortran, Java, and Ada aswell as libraries for these languages. It is afull-featured ANSI C compiler with support for K&RC as well. GCC provides many levels of source codeerror checking traditionally provided by othertools (such as lint), produces debugginginformation, and can perform many differentoptimizations to the resulting object code.License: GNU General Public License v2Changes:
This release contains fixes for regressions in GCC 4.3.2 relative to previous releases of GCC.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with gcc and g++

Hi, I have recently got a job in unix, now training is going on and we have been practicing on telnet, so to practice at home I have installed vmware(virtual machine) and planning to download ubuntu. So my doubt is that whether I can write c and cpp progs in vi editor and can I run them by default... (5 Replies)
Discussion started by: vishal.973s
5 Replies

2. Solaris

Installing gcc - recieve error message gcc : cannot execute

AIM- Install Oracle 11g on Solaris using VMWare Steps 1.Logged on as root 2.Created subfolders à /usr/local/bin & /usr/local/bin/gcc 3.Downloaded gcc & libiconv & unzipped them on my harddrive & burnt them on CD 4.Copied files from CD to /usr/local/bin/gcc 5.Terminal (root) à pkgadd -d... (8 Replies)
Discussion started by: Ackers
8 Replies

3. UNIX for Dummies Questions & Answers

Emacs & GCC not installed by default?

I just installed SUSE Linux 10.0 on my computer but when I typed " emacs & " and " gcc -c main.c" in the terminal, those programs couldn't be found. So the Linux install package does not install those programs by default? (2 Replies)
Discussion started by: whutes
2 Replies

4. Programming

Gcc

Dear all, Any body please guide, i require a C which will run in Linux environment. Its urgent please. warm regards, Senthil K (1 Reply)
Discussion started by: Senthil
1 Replies
Login or Register to Ask a Question
MKLIBS(1)						       Debian User's Manual							 MKLIBS(1)

NAME
mklibs - make a minimal set of libraries SYNOPSIS
mklibs [OPTION]... -d DESTINATION FILE... DESCRIPTION
Place the minimal set of libraries required by FILE(s) in DESTINATION. OPTIONS
-d DESTINATION, --dest-dir DESTINATION Place the libraries in DESTINATION. -D, --no-default-lib Omit the default library path. -L LIBDIR[:LIBDIR]... Prepend LIBDIR(s) to the library search path. --ldlib LDLIB Use LDLIB for the dynamic linker. --libc-extras-dir EXTRADIR Use EXTRADIR to find extra libc files. --target TARGET Prepend TARGET- to the gcc and binutils calls. --root ROOT Search in ROOT- for library rpaths. --sysroot SYSROOT Locate libraries and associated files relative to SYSROOT. --gcc-options OPTIONS Pass OPTIONS to the compiler when relinking. --libdir DIR Use DIR (for example, lib64) in place of lib in default library paths. -v, --verbose Explain what is being done. -h, --help Display help and exit. BUGS
mklibs does not support the --dry-run and --version options supported by mklibs.sh. AUTHOR
This manual page was written by Matt Kraai. Debian 2002-07-07 MKLIBS(1)