gcc -g -O2 -Wall -I/usr/local/ssl/include -I. -I. -DETCDIR=\"/usr/local/etc\" -D SSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ss h/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-base64.c -o bsd-base64.o gcc: Internal compiler error: program cc1 got fatal signal 6 make: *** [bsd-base64.o] Error 1 Any clue why I would get an error on the bsd-base64.0 I am running Slackware on all my machines and it compiled fine on one of my machines but not the other one. Kevin