This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

make config

Old posts that have not been replied to for several years.
Locked
c
cefalonek

Post by cefalonek »

when i try to compile bot(make config) i have that error:

./misc/modconfig[746]: no closing quote
make: *** [config] B³±d 1

i have this prob with any bot 1.6.6-1.6.8
mailme :grin:uke_kk@wp.pl
c
cefalonek

Post by cefalonek »

On 2002-03-01 13:43, cefalonek wrote:
when i try to compile bot(make config) i have that error:

./misc/modconfig[746]: no closing quote
make: *** [config] B³±d 1

i have this prob with any bot 1.6.6-1.6.8
mailme : Duke_kk@wp.pl
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

1.6.9 (which will be out in about a week should fix these problems for you) -- if you want, right now you can try the latest snapshot that is available in ftp://ftp.eggheads.org/pub/eggdrop/source/
c
cefalonek

Post by cefalonek »

Hi...thx ,make config works ,but there are new prob :/ after "make" :

gcc: Internal compiler error: program cc1 got fatal signal 11
cpp0: output pipe has been closed
make[3]: *** [channels.lo] B³±d 1
make[3]: Opuszczam katalog `/home/users/twobusters/eggdrop1.7/modules/channels'
make[2]: *** [all-recursive] B³±d 1
make[2]: Opuszczam katalog `/home/users/twobusters/eggdrop1.7/modules'
make[1]: *** [all-recursive] B³±d 1
make[1]: Opuszczam katalog `/home/users/twobusters/eggdrop1.7'
make: *** [all] B³±d 2

{standard input}: Assembler messages:
{standard input}:17789: Warning: end of file not at end of a line; newline inserted
{standard input}:19249: Error: Unknown pseudo-op: `.lc3'

the same is with source 1.6
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

Looks like a problem with your compiler, type make again.

Jeff
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

If you keep getting sig 11 in different parts of the make, in a random kinda order, this indicates a hardware problem (specifically either cpu or more probably ram). If its your box, the lesson is don't buy cheap ram - it breaks your compiles. (on a side note, faulty ram is also the reason for a lot of random windows lockups/bsods)
c
cefalonek

Post by cefalonek »


i have all time this same error ,or sometimes some errors with libraries or memory on device.......but when i have'nt got probs with memory and libraries i have this error :

'-DCCFLAGS="gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG_ASSERT -DDEBUG_MEM "'
'-DLDFLAGS="gcc -pipe -g"'
'-DSTRIPFLAGS="touch"' -c ./main.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [main.o] B³±d 1
make[1]: Opuszczam katalog `/home/users/twobusters/eggdrop1.6/src'
make: *** [debegg] B³±d 2
[twobusters@divx eggdrop1.6]$ {standard input}: Assembler messages:
{standard input}:3756: Warning: end of file in string: inserted '"'

with source 1.7
some other problems :sad:
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

as i said, sig 11 is very simptomatic of memory problems. try compiling something completely different (like a kernel, or apache or something - anything that has a long build), and see if you get sig11's in random places there too. if you do thats proof that your hardware is bad - dropping the clock speeds of your processor/mobo might help, but in the end there aint any substitute for good quality ram.
Locked