Hi guys,
Trying to compile ethereal 0.8.10 on a Red Hat Linux machine, uname -a
says:
Linux oreo 2.2.12-20 #1 Mon Sep 27 10:25:54 EDT 1999 i586 unknown
I downloaded libpcap from the berkeley labs and installed it with no
problems.
configure ran just fine.
when i try to do a `make`, i get the following:
[wav@oreo ethereal-0.8.10]$ make
make all-recursive
make[1]: Entering directory `/cd_tmp/wav/src/ethereal-0.8.10'
Making all in wiretap
make[2]: Entering directory `/cd_tmp/wav/src/ethereal-0.8.10/wiretap'
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c ascend-grammar.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c ascend-scanner.c
ascend-scanner.c: In function `ascendlex':
ascend-scanner.c:806: warning: `yy_cp' might be used uninitialized in
this function
ascend-scanner.c:806: warning: `yy_bp' might be used uninitialized in
this function
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c ascend.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c buffer.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c file.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c file_wrappers.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c i4btrace.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c iptrace.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c lanalyzer.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -I/usr/lib/glib/include
-c libpcap.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [libpcap.o] Error 1
make[2]: Leaving directory `/cd_tmp/wav/src/ethereal-0.8.10/wiretap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cd_tmp/wav/src/ethereal-0.8.10'
make: *** [all-recursive-am] Error 2
how can i fix this?
thanks. please be sure to cc this address as it's not on the list.
wendy