compiling issue

These are old archives. They are kept for historic purposes only.
Post Reply
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

compiling issue

Post by ratman »

I ran into a nasty compile issue:

Code: Select all

gcc -I../include -I/usr/home/khawkins/Unreal3.2/extras/regexp/include -I/usr/hom
e/khawkins/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-str
ict-aliasing -DZIP_LINKS -export-dynamic   -fPIC -DPIC -shared -DDYNAMIC_LINKING
  -o m_unzline.so m_unzline.c
gcc -I../include -I/usr/home/khawkins/Unreal3.2/extras/regexp/include -I/usr/hom
e/khawkins/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-str
ict-aliasing -DZIP_LINKS -export-dynamic   -fPIC -DPIC -shared -DDYNAMIC_LINKING
  -o m_whois.so m_whois.c
gcc -I../include -I/usr/home/khawkins/Unreal3.2/extras/regexp/include -I/usr/hom
e/khawkins/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-str
ict-aliasing -DZIP_LINKS -export-dynamic   -fPIC -DPIC -shared -DDYNAMIC_LINKING
  -o m_tkl.so m_tkl.c
m_tkl.c: In function `_m_tkl':
m_tkl.c:2187: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1

Stop in /usr/home/khawkins/Unreal3.2/src/modules.
*** Error code 1

Stop in /usr/home/khawkins/Unreal3.2/src.
*** Error code 1

Stop in /usr/home/khawkins/Unreal3.2.
$
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

Post by ratman »

Other things like wget compile fine on this machine
Syzop
UnrealIRCd head coder
Posts: 2117
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Problem with your machine hardware or gcc or out of memory. Google for 'sig11' ;)
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

Post by ratman »

Syzop wrote:Problem with your machine hardware or gcc or out of memory. Google for 'sig11' ;)
We did a fresh install from a fresh cd, so it's not GCC :(
tdw
Posts: 105
Joined: Sat Aug 06, 2005 12:40 pm

Post by tdw »

hardware.. not software..
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

Post by ratman »

tdw wrote:hardware.. not software..
yeah it's heading that way..damn :( Now I gotta find out what piece of hardware it is
Post Reply