diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-20 01:06:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-20 01:06:22 +0000 |
commit | c482518380683ee38d14024c1e362a0d681cf967 (patch) | |
tree | e69b4f6d3fee3aced20a41f3fdf543fc1c77fb5d /gnu/usr.bin/gcc/README.FRESCO | |
parent | 76a62188d0db49c65b696d474c855a799fd96dce (diff) |
FSF GCC version 2.7.2
Diffstat (limited to 'gnu/usr.bin/gcc/README.FRESCO')
-rw-r--r-- | gnu/usr.bin/gcc/README.FRESCO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/README.FRESCO b/gnu/usr.bin/gcc/README.FRESCO new file mode 100644 index 00000000000..334e78023a9 --- /dev/null +++ b/gnu/usr.bin/gcc/README.FRESCO @@ -0,0 +1,17 @@ +Compiling Fresco with g++ +----------------------------- + +Fresco is an evolving interface and toolkit for object-oriented +graphics. A preliminary version (written in C++) was released +with x11r6. + +Previous versions of Fresco have not compiled using g++, +partly because of the use of true and false as identifiers. +(They are now reserved words in g++, as required by the +ANSI/ISO draft standard for C++.) + +If you get x11r6 with public patch #5 or a later version +of Fresco, these problems should now be fixed. + +See http://www.faslab.com/fresco/HomePage.html for information +on Fresco, including how to get the latest version. |