ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change
on this file since 0b8cd722 was
51b7345,
checked in by Peter A. Buhr <pabuhr@…>, 10 years ago
|
initial commit
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[51b7345] | 1 | cfa-cc: The Cforall->C Compiler System |
---|
| 2 | ====================================== |
---|
| 3 | |
---|
| 4 | Cforall is built using GNU Make and the GNU Autoconf system. It also |
---|
| 5 | requires g++ version 3, bison and flex. On systems where GNU Make is |
---|
| 6 | the default make it may suffice to build the system by entering the |
---|
| 7 | commands |
---|
| 8 | |
---|
| 9 | ./configure |
---|
| 10 | make |
---|
| 11 | make install |
---|
| 12 | |
---|
| 13 | Options for 'configure' |
---|
| 14 | ----------------------- |
---|
| 15 | The script 'configure' accepts many command line arguments. Run |
---|
| 16 | './configure --help' to see a list of all of them. This document |
---|
| 17 | attempts to summarize the most useful arguments. |
---|
| 18 | |
---|
| 19 | --prefix=/some/directory controls the path prefix common to all |
---|
| 20 | installed cfa-cc components. Some components will be installed in |
---|
| 21 | /some/directory/bin, others in /some/directory/lib. If unspecified, |
---|
| 22 | this defaults to /usr/local. |
---|
| 23 | |
---|
| 24 | --with-backend-compiler=PROGRAM specifies the installed path of gcc |
---|
| 25 | 3.2. It defaults to the first command named 'gcc' in the current |
---|
| 26 | PATH. |
---|
| 27 | |
---|
| 28 | cfa-cc itself is built with the version of g++ specified by the |
---|
| 29 | environment variable CXX. If CXX is unset, cfa-cc is built using the |
---|
| 30 | first command named 'g++' in the current PATH. |
---|
Note: See
TracBrowser
for help on using the repository browser.