While compiling 'mdsplib' as a requirement for weather plugin I get the
following:
##############################
linux:/usr/local/src/mdsplib-0.11 # ll
total 53
drwxrwxrwx 3 501 cdrom 232 Oct 20 2001 .
drwxr-xr-x 17 root root 592 Oct 16 22:07 ..
-rw-rw-rw- 1 501 cdrom 6148 Oct 19 2001 .DS_Store
-rwxrwxrwx 1 501 cdrom 931 Oct 19 2001 HISTORY
-rwxrwxrwx 1 501 cdrom 1556 Oct 20 2001 Makefile
-rwxrwxrwx 1 501 cdrom 1698 Oct 19 2001 README
-rwxrwxrwx 1 501 cdrom 12918 Jul 4 2001 README.MDSP
-rwxrwxrwx 1 501 cdrom 13320 Oct 19 2001 metar.h
drwxrwxrwx 2 501 cdrom 504 Oct 16 22:07 src
linux:/usr/local/src/mdsplib-0.11 # make
gcc -O3 -c src/dcdmtrmk.c -o src/dcdmtrmk.o
src/dcdmtrmk.c: In function `isT24MaxMinTemp':
src/dcdmtrmk.c:4421: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [src/dcdmtrmk.o] Error 1
##############################
What am I missing?