Next Up Previous Contents Index
Miscellaneous New Features

1.3 Miscellaneous New Features

These new features defy categorization:

1.3.1 Window Manager-Related Enhancements

Red Hat Linux 5.1 now includes the popular AfterStep window manager. The wmconfig utility has also been enhanced. See the wmconfig man page for more information.

1.3.2 New compiler technology available with egcs

The egcs compiler is now included with Red Hat Linux 5.1. This compiler is being actively developed, and is considered by many to be the next major step beyond the gcc compiler.

Command Compiler
cc gcc
egcs egcs
c++ egcs
g++ egcs
g77 egcs

Table 1: Commands And the Compilers They Invoke

However, realizing that when it comes to compilers stability is a good thing, we have retained the gcc compiler as well. In Table 1, you can see the circumstances under which the two compilers are invoked.

Please Note: The commands in Table 1 are symlinks to the appropriate compilers. If you would like to change this behavior, you may change the symlinks. The only thing to keep in mind is that the version of gcc shipped with Red Hat Linux 5.1 was not built with C++ or Objective C support. This means that any makefiles that attempt to issue commands like ``gcc foo.cc'' should be changed to use g++.

1.3.3 New Utility Replaces xv

The new Electric Eyes utility replaces the shareware xv graphics display program. Electric Eyes (in conjunction with ImageMagick) should be able to handle everything that xv can do, and more.


Next Up Previous Contents Index