This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12895] New: crash in make for new imagemagick installation
- From: "fbahr at whoi dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Nov 2003 14:44:21 -0000
- Subject: [Bug c/12895] New: crash in make for new imagemagick installation
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12895
Summary: crash in make for new imagemagick installation
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fbahr at whoi dot edu
CC: gcc-bugs at gcc dot gnu dot org
downloaded ImageMagick-5.5.7-11.tar.gz, unzipped, ran configure ok,
crash occurred while running "make configure".
Info: output from configure before running make config:
ImageMagick is configured as follows. Please verify that this
configuration matches your expectations.
Host system type : sparc-sun-solaris2.8
Option Configure option Configured value
-----------------------------------------------------------------
Shared libraries --enable-shared=no no
Static libraries --enable-static=yes yes
GNU ld --with-gnu-ld=no no
LZW support --enable-lzw=no no
Quantum depth --with-quantum-depth=16 16
Delegate Configuration:
BZLIB --with-bzlib=yes no (failed tests)
DPS --with-dps=yes no (failed tests)
EXIF --with-exif=yes no
FlashPIX --with-fpx=yes no
FreeType 2.0 --with-ttf=yes no
Ghostscript None /usr/local/bin/gs (8.00)
Ghostscript fonts --with-gs-font-dir=default
/usr/local/share/ghostscript/fonts/
Ghostscript lib --with-gslib=no no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes no
LCMS --with-lcms=yes no
Magick++ --with-magick-plus-plus=yes no (failed tests)
PERL --with-perl=yes /usr/local/bin/perl
PNG --with-png=yes yes
TIFF --with-tiff=yes no (failed tests)
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=yes no
X11 --with-x= yes
XML --with-xml=yes no
ZLIB --with-zlib=yes yes
X11 Configuration:
X_CFLAGS =
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS = -lsocket -lnsl
Options used to compile and link:
CC = gcc
CFLAGS = -g -O2 -Wall
CPPFLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT
CXX = g++
CXXFLAGS = -g -O2
LDFLAGS =
LIBS = -ljpeg -lpng -lXext -lSM -lICE -lX11 -lsocket -lnsl -lz -lpthread
-lm
info: output from make when crashing:
if /bin/bash ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I../ -I.
-I. -I../magick -I.. -I.. -I../magick -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -g -O2 -Wall -MT fits.lo -MD -MP -MF
".deps/fits.Tpo" \
-c -o fits.lo `test -f 'fits.c' || echo './'`fits.c; \
then mv -f ".deps/fits.Tpo" ".deps/fits.Plo"; \
else rm -f ".deps/fits.Tpo"; exit 1; \
fi
fits.c: In function `ReadFITSImage':
fits.c:594: Internal compiler error in change_address, at emit-rtl.c:1635
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
*** Error code 1
make: Fatal error: Command failed for target `fits.lo'
Current working directory /export/home/local/ImageMagick-5.5.7/coders
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'