The following reply was made to PR general/752; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Paul Bourke <[EMAIL PROTECTED]> Subject: Re: general/752: Problem compiling under Irix 6.2 Date: Thu, 19 Jun 1997 22:53:52 -0700 (PDT) On Thu, 19 Jun 1997, Paul Bourke wrote: > cc -o httpd alloc.o http_main.o http_core.o http_config.o > http_reque > ld: FATAL 2: Internal: at ../../ld3264/relocate.c merge_ext returns nil > during n This ever so friendly error is irix cc's way of saying that some .o or .a is not in the right format. That usually happens if you build another architecture first in an NFS mounted directory. Make sure to do a "make clean". It's also possible that you're mixing -n32 and -o32 objects. Dean
