Search 5,000,000+ questions and answers.

Frequently Asked Questions

Where are the compilers?

DCF FAQ
All the Sun compilers are in /opt/SUNWspro/bin (Solaris) C, C++, Fortran GNU compilers are in /opt/local/bin directory.
Related Questions

Where can I find free lisp compilers or interpreters?

Frequently Asked Questions for comp.lang.lisp
A lightweight common lisp interpreter and compiler, which compiles to bytecode, and runs on Windows, AmigaOS, Acorns, OS/2 and most flavours of Unix. CLISP's implementation of CLOS is currently not quite complete. CLISP is licensed under the GNU GPL. CMUCL interpreter and optimizing compiler to native code running on a few flavours of Unix (including x86/FreeBSD, x86/Linux and sparc/Solaris). CMUCL can be difficult to compile; it requires itself to build itself, and bootstrapping is an issue.
Related Questions

Which compilers are supported?

SGI STL: Frequently Asked Questions
The STL has been tested on these compilers: SGI 7.1 and later, or 7.0 with the -n32 or -64 flag; gcc 2.8 or egcs 1.x; Microsoft 5.0 and later. (But see below.) Boris Fomitchev distributes a port for some other compilers. If you succeed in using the SGI STL with some other compiler, please let us know, and please tell us what modifications (if any) you had to make. We expect that most of the changes will be restricted to the <stl_config.h> header.
Related Questions

What are the basic details about the compilers?

The umich.umce.login FAQ List
This is Sun's C compiler for Solaris. It comes with several helpful tools, including cscope. It is the default C compiler on the ITD Login service. System V make, ar, etc. are also in the default path. Solaris provides a Berkeley compatibility environment which includes a special C compiler and a set of Berkeley-compatible include files and compiler libraries. If you need this environment, use the ucbcc command, which is now in the default path. This is Gnu's C Compiler.
Related Questions

What about older SGI compilers?

SGI STL: Frequently Asked Questions
Given the rate of improvement in C++ implementations, SGI strongly recommends that you upgrade your compiler. If this is not possible, you might try the version of the STL for older Borland and Microsoft compilers (see the Download the STL page), or Boris Fomitchev's port. Neither of these is supported.
Related Questions

Development environment Q: What Java compilers are there?

Code Style: Java compiler frequently asked questions (FAQ)
The Java compiler is a program like any other and your operating system needs to know where to find the executable file. The simplest way to do this is to give the full path to the Java compiler in the command, as below for Windows...
Related Questions

faq:transition_faq [UTKCS Help Pages]
All compilers officially supported by the Labstaff will be placed in the /usr/local file system on all supported systems. On Debian systems we are currently supporting the gcc compiler system for the C, C++, Objective C, and FORTRAN 77 programming languages. To find the current version, use this command: /usr/local/bin/gcc --version gcc (GCC) 3.4.4 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions.
Related Questions

What are the basics about the compilers?

GPCC: Login Service
This is Sun's C compiler for Solaris®. It comes with several helpful tools, including cscope. It is the default C compiler on the Login machines. System V make, ar, etc. are also in the default path. Solaris® provides a Berkeley compatibility environment which includes a special C compiler and a set of Berkeley-compatible include files and compiler libraries. If you need this environment, use the ucbcc command, which is now in the default path. This is Gnu's C Compiler.
Related Questions

OKI - FAQ
Our compilers are somewhat of a personal preference to our programmers. MetroWerks CodeWarrior Professional and Microsoft Visual C/C++. We debug with their respective source code debuggers. For the hard core stuff we use Numega Soft Ice (PC) and Macsbug (on the Mac). We subscribe to (belong?) MicroSoft Developer Network and the Apple Certified Developer Program, and of course, we're friends Tux and the rest of the Linux Community.
Related Questions

ACRL home
Why can't I use the C math library? I've included math.h, but compilation fails with "ld: 0711-317 ERROR: Undefined symbol:" messages for the math functions I use.
Related Questions

Frequently Asked Questions about DTL
Sun Solaris Workshop 6, Update 1 using the Merant 3.7 ODBC drivers (we are not currently testing this compiler)
Related Questions

What's the story about compilers?

Technolust: The Indigo Page (Silicon Graphics - SGI)
Like most commercial UNIX packages, the take-home message is that IRIX by itself does not come with a compiler. Some versions of IRIX are more friendly at supporting compilers than others. So here's the scoop, to the best of my understanding: Up through IRIX 5.3: You must obtain and install the Iris Development Option (IDO) from SGI if you wish to use any compilers at all. This includes GNU compilers, such as gcc, since IRIX does not include libraries or header files.
Related Questions

CPlant FAQ
We are using compilers for Digital UNIX, Digital FORTRAN and Digital C Digital C++ to build statically linked ECOFF executables that run under Linux-AXP.
Related Questions

What compiler does Cygwin/X use, and which compilers are supported?

Cygwin/X Frequently Asked Questions
Cygwin/X uses the gcc compiler from the Free Software Foundation. Cygwin/X source code is mostly ANSI C compliant, but we cannot guarantee that Cygwin/X will compile with any other compiler, nor can we afford the time to support compilers other than gcc.
Related Questions

What are the officially supported compilers/operating systems?

Amulet FAQ
Others may be contributed and supported by users from time to time, but generally you will need to make certain changes to port to any other platforms. See the contributions page for details. CodeWarrior 10 uses the older standard libraries, CodeWarrior Pro 1 requires MSL Standard C++ Libraries.
Related Questions

What Fortran compilers are available?

University of Utah Mathematics Department FAQ: Compilers FAQ
Most of our systems have compilers for the 1978 (called Fortran 77), 1990, and 1995 ISO Standards, with the expected names f77, f90, and f95. Because Fortran 90 introduced a new (somewhat) free-form source format, the later compilers assume the old Fortran 66 and 77 style 72-column fixed format if the file suffix is .f, and otherwise, expect the free-form format. Some have command-line options to specify the source format: consult the appropriate compiler manual pages for details.
Related Questions

What Java compilers are available?

University of Utah Mathematics Department FAQ: Compilers FAQ
Most of our systems have the javac compiler, the javah C header and stub file generator, the javadoc Java API documentation generator, and the java Java interpreter. Most also have the GNU Java compiler, gcj, and the companion gcjh header-file generator and gij Java interpreter. GNU/Linux IA-32, AMD64, and IA-64 systems, and Mac OS X systems, have the IBM Jikes Project compiler, jikes. This compiler requires that the pathname for rt.
Related Questions

What Lisp compilers are available?

University of Utah Mathematics Department FAQ: Compilers FAQ
Common LISP, defined by American National Standard for Information Technology: programming language --- Common LISP: ANSI X3.226-1994, and described in more than 60 books. Scheme, a much-simpler Lisp dialect, defined by Revised5 Report on the Algorithmic Language Scheme (published in ACM SIGPLAN Notices 33(9) 26--76, September 1998, and in Higher-Order and Symbolic Computation 11(1), 7--105, August 1998), and IEEE Std 1178-1990, IEEE Standard for the Scheme Programming Language.
Related Questions

What Pascal compilers are available?

University of Utah Mathematics Department FAQ: Compilers FAQ
We have the GNU Pascal compiler, gpc, only on Compaq/DEC OSF/1 Alpha, GNU/Linux AMD64 and IA-32, and Sun Solaris SPARC. We have the Free Pascal compiler, fpc and ppc386, only on GNU/Linux IA-32, AMD64, PowerPC, and SPARC systems, and on Mac OS X PowerPC systems.
Related Questions

How do I use different or multiple compilers?

Cons FAQVersion 1.2
You need different environments specifying what CC is for each compiler: $CONS = new cons(); # GNU C build environment $CONS_GCC = clone $CONS( CC => "gcc", ); # Microsoft Visual C build environment $CONS_MSVC = clone $CONS( CC => "cl", ); Library $CONS_GCC "mylib.a", qw(a.c b.c c.c); Library $CONS_MSVC "mylib.a", qw(x.c y.c z.c);
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact