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.

Trouble Compiling Eggdrop 1.6.7/1.6.6 on OpenBSD

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

Hello,

I am having trouble compiling Eggdrop 1.6.7/1.6.6 on OpenBSD. Below is the error I get, can anyone assist me? (The error is the same for both of the aformentioned versions)


Making module objects for static linking...

gcc -pipe -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DSTATIC -DMAKING_MODS -c .././channels.mod/channels.c
gcc: cpp0: output pipe has been closed{standard input}: Assembler messages:
{standard input}:13007: Warning: End of file not at end of a line: Newline inserted.Internal compiler error: program cc1 got fatal signal 11


*** Error code 1

Stop in /home/drone/eggdrop1.6.7/src/mod/channels.mod (line 18 of Makefile).
{standard input}:14010: Warning: End of file not at end of a line: Newline inserted.
{standard input}:14010: Warning: Partial line at end of file ignored
*** Error code 1

Stop in /home/drone/eggdrop1.6.7/src/mod.
*** Error code 1

Stop in /home/drone/eggdrop1.6.7 (line 218 of Makefile).

Thanks :smile:

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

Post by Petersen »

cc is exiting with signal 11, which is a segfault. I'd either guess at a broken cc, or bad hardware (compilation segfaults are usually caused by either bad ram, or bad hdd dma access)
Locked