cgtkcalc on ALPHA MACHINE README FILE for DEC ALPHA USERS `-mieee' option is needed to compile cgtkcalc as ALPHA hardware is not fully compliant with the IEEE floating point standard. ******************************************************* The option is automatically added in versions >= 2.0.9. ******************************************************* The following explanations are only for older versions. ------------------------ HOW TO INSTALL $ CFLAGS="${CFLAGS} -mieee" ./configure $ make (become root) # make install # make install.man # make install.gnome (optional) HOW TO CREATE RPM PACKAGE # CFLAGS="${CFLAGS} -mieee" rpm -tb cgtkcalc-x.x.x.tar.gz