LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   can someone help me with this? i dont know whats the problem compiling eggdrop.. (https://www.linuxquestions.org/questions/linux-software-2/can-someone-help-me-with-this-i-dont-know-whats-the-problem-compiling-eggdrop-61304/)

kublador 05-23-2003 12:19 AM

can someone help me with this? i dont know whats the problem compiling eggdrop..
 
i typed:
./configure
make install
*these two had no problems.. but when i typed make, at the end of the statements.. it says::

NG_MODS -c .././channels.mod/channels.c
{standard input}: Assembler messages:
{standard input}:14238: Warning: end of file not at end of a line; newline inserted
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[2]: *** [../channels.o] Error 1
make[2]: Leaving directory `/home/kublador/eggdrop-src/src/mod/channels.mod'
make[1]: *** [channels.mod_so] Error 2
make[1]: Leaving directory `/home/kublador/eggdrop-src/src/mod'
make: *** [modules] Error 2
[kublador@spitfire eggdrop-src]$



what should i do? can someone help? im using RH8 kernel 2.4.18-14
thank you very much

iceman47 05-23-2003 10:19 AM

Quote:

./configure
make install
*these two had no problems.. but when i typed make, at the end of the statements.. it says::
euhm, it's
.configure
make
make install
anyway, I heard that the RH C compiler's buggy, maybe it's that

kublador 05-23-2003 10:57 PM

so it should be:

.configure
make
make install




wait.. you said the RH C compiler is buggy..
hmmmmm so does it mean that it has to do with the C compiler not the downloaded tar file?

downloaded eggdrop tar file... will it work properly to RH 8?

kublador 05-23-2003 10:58 PM

thank you very much :)

iceman47 05-24-2003 05:07 AM

it should be ./configure btw, another minor typo that can cause serious frustration, sorry :(


All times are GMT -5. The time now is 12:45 AM.