Return to BSD News archive
Path: sserve!manuel.anu.edu.au!munnari.oz.au!spool.mu.edu!agate!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!netnews.upenn.edu!msuinfo!pacific.cps.msu.edu!paoletti From: paoletti@cps.msu.edu (David R. Paoletti) Newsgroups: comp.unix.bsd Subject: make dies with signal 11 on xloadimage Message-ID: <1992Nov3.073744.193@msuinfo.cl.msu.edu> Date: 3 Nov 92 07:37:44 GMT Sender: news@msuinfo.cl.msu.edu Organization: Dept. of Computer Science, Michigan State University Lines: 21 Originator: paoletti@pacific.cps.msu.edu I was trying to compile xloadimage (anyone done this yet?) and got a seg fault in the ld stage. I've included the messages below. I also tried issuing the gcc command by hand, but no luck. I haven't applied the patchkit yet due to the four reported bugs, but I am using the XFree86 kernel. Any ideas? Thanks! Dave Paoletti :) > make gcc make xloadimage CC=gcc EXTRAFLAGS="-fstrength-reduce -finline-functions" gcc -O -DSYSPATHFILE=\"/usr/lib/X11/Xloadimage\" -fstrength-reduce -finline-functions -o xloadimage bright.o clip.o cmuwmraster.o compress.o dither.o faces.o fbm.o fill.o g3.o gif.o halftone.o imagetypes.o img.o mac.o mcidas.o mc_tables.o merge.o misc.o new.o options.o path.o pbm.o pcx.o reduce.o rle.o rlelib.o root.o rotate.o send.o smooth.o sunraster.o value.o window.o xbitmap.o xloadimage.o xpixmap.o xwd.o zio.o zoom.o -lX11 -lm gcc: Program ld got fatal signal 11. *** Error code 1 Stop. *** Error code 1 Stop.