source: INSTALL@ b826e6b

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since b826e6b was 08061589, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

more case statement cleanup

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[51b73452]1cfa-cc: The Cforall->C Compiler System
2======================================
3
[b87a5ed]4Cforall is built using GNU Make and the GNU Autoconf system. It also requires
[08061589]5g++ version >= 4.6, bison and flex. On systems where GNU Make is the default
6make, the system is built by entering the commands:
[51b73452]7
8 ./configure
9 make
10 make install
11
12Options for 'configure'
13-----------------------
[b87a5ed]14The script 'configure' accepts many command line arguments. Run './configure
15--help' to see a list of all of them. This document attempts to summarize the
16most useful arguments.
[51b73452]17
[b87a5ed]18--prefix=/some/directory controls the path prefix common to all installed
[08061589]19 cfa-cc components. Some components are installed in /some/directory/bin,
[6244dfb]20 others in /some/directory/lib. If unspecified, this defaults to /usr/local.
[08061589]21 To use (a subdirectory of) your home directory, ${HOME}/some/dir works, but
22 it is important not to put quotes around the directory path; Cforall may
23 appear to build, but the installed version may not work properly.
[51b73452]24
[6244dfb]25--with-backend-compiler=PROGRAM specifies the installed path of gcc. It
26 defaults to the first command named 'gcc' in the current PATH.
[51b73452]27
[b87a5ed]28cfa-cc itself is built with the version of g++ specified by the environment
29variable CXX. If CXX is unset, cfa-cc is built using the first command named
30'g++' in the current PATH.
Note: See TracBrowser for help on using the repository browser.