On Wed, Oct 29, 2003 at 09:27:02PM +0100, marius schebella wrote:
hi, try to use gcc 2.95! you can install both versions simultanously and then change the symbolic link of gcc from 3.3 to 2.95 (usually in /usr/bin.) on the other hand you could remove the -Werror flag of the makefile. gcc 3.3 stops on errors.
Instead of changing the symlink, try this: make CC=gcc-2.95 -- Marc