This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
|
I have a 21066 alpha on an AXPpci33 motherboard
and installed RH 6.0 correctly. I've compiled other programs on this alpha
recently, including icecast. A friend of mine wrote a small poker program
called sillyPoker. I downloaded the source, it configured properly and
when I went to compile using make, I got this as my whole output:
[nathan@perseus sillyPoker-0.20pre6]$
make
Making all in doc make[1]: Entering directory `/home/nathan/sillyPoker-0.20pre6/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/nathan/sillyPoker-0.20pre6/doc' Making all in src make[1]: Entering directory `/home/nathan/sillyPoker-0.20pre6/src' c++ -DPACKAGE=\"sillypoker\" -DVERSION=\"0.20pre6\" -DSTDC_HEADERS=1 -DHAVE_SYS_ TIME_H=1 -DTIME_WITH_SYS_TIME=1 -I. -I. -O2 -Wall -c cards.cpp c++ -DPACKAGE=\"sillypoker\" -DVERSION=\"0.20pre6\" -DSTDC_HEADERS=1 -DHAVE_SYS_ TIME_H=1 -DTIME_WITH_SYS_TIME=1 -I. -I. -O2 -Wall -c conf.cpp conf.cpp: In function `void loadconfig()': conf.cpp:81: Internal compiler error. conf.cpp:81: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'. conf.cpp:81: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details. make[1]: *** [conf.o] Error 1 make[1]: Leaving directory `/home/nathan/sillyPoker-0.20pre6/src' make: *** [all-recursive] Error 1 So, here I am. Now, this hasn't happened
at the same place, sometimes it'll just pass the pervious point of error and
find one in the next file. You can ask me anything regarding the alpha and
it's setup, or I can run sample programs from you to further pinpoint the
problem. Nathan.
|
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |