> g++ testMP3Streamer.cpp -o testMP3Streamer -I/usr/include/liveMedia/
> -I/usr/include/groupsock/ -lliveMedia -lgroupsock
> -lBasicUsageEnvironment -lUsageEnvironment
>
> and the /var/log/debug message is:
>
> 8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-
>
> do_page_fault() pid=19583 command='cc1plus' type=15 address=0x000000ec
The compiler shouldn't produce a page fault without an internal compiler
error message (ICE). All ICEs are bugs. You should generate the
preprocessed source for your program ('-E' option) and file a GCC PR
report. There are instructions on gcc.gnu.org on how to file a bug
report.
Dave
--
J. David Anglin [EMAIL PROTECTED]
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]