At 21:50 24.4.2000, John McCoy, Jr wrote:
 >I've been trying to figure this one out with no luck.
 >
 >When compiling queue-fix it gives the following error:
 >./makelib str.a str_len.o str_diff.o str_diffn.o str_cpy.o \
 >        str_chr.o str_rchr.o str_start.o byte_chr.o byte_rchr.o \
 >        byte_diff.o byte_copy.o byte_cr.o byte_zero.o
 >        ./load queue-fix fifo.o fs.a stralloc.a getln.a open.a error.a \
 >        substdio.a alloc.a str.a
 >ld32: Segmentation fault.  Removing output file...
 >*** Error code 1 (bu21)

Looks to me like you're trying to use the SGI linker to link gcc object 
files.  Make sure you have put gcc into any relevant makefiles or 
configuration files (conf-ld?).  If you use ld (the default) it will simply 
call the system linker, which is the MIPSPro ld32 linker.

Will
__________________________________________________________________________

   "I was going to be a Neo-Deconstructivist, but Mom wouldn't let me..."

  multimedia laboratorium                              [EMAIL PROTECTED]
  institut fuer informatik                        (pgp id)        F703D035
  der universitaet zuerich                        (office) +41  1 635 4346
  winterthurerstr. 190                            (fax)    +41  1 635 6809
  ch-8057 zuerich                                 (mobile) +41 76 372 0913
  switzerland                                     www.ifi.unizh.ch/~harris
__________________________________________________________________________

Reply via email to