This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17521] internal compiler error: in make_decl_rtl, at varasm.c:758


------- Additional Comments From gruel at astro dot ufl dot edu  2004-09-20 15:27 -------
I'm trying the new binary version like indicated in the comment 1. I don't have
anymore the internal error thanks :) (I'm using amd processor)

I have another problem in the linkage with x11 and png but perhaps it's due to
the static link or due to some change in gcc. Must I have to report the problem
and where?

(this is the error message)

/home/gruel/temp_gfortran/irun/bin/gfortran -static -s
-L/astro/homes/gruel/usr/local/lib -L/usr/X11R6/lib -o trace.out f2kcli.o
lec_fich.o nrtype.o main.o -lpgplot -lpng -lg2c -lX11
/usr/X11R6/lib/libX11.a(x11trans.o)(.text+0x995): In function
`_X11TransSocketINETConnect':
: warning: Using 'gethostbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/X11R6/lib/libX11.a(x11trans.o)(.text+0x76a): In function
`_X11TransSocketINETConnect':
: warning: Using 'getservbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/bin/../lib/libpng.a(png.o)(.text+0x78a): In function `png_reset_crc':
: undefined reference to `crc32'
/usr/bin/../lib/libpng.a(png.o)(.text+0x7e1): In function `png_calculate_crc':
: undefined reference to `crc32'
/usr/bin/../lib/libpng.a(png.o)(.text+0xc2c): In function `png_reset_zstream':
: undefined reference to `inflateReset'
/usr/bin/../lib/libpng.a(pngwrite.o)(.text+0xf6d): In function `png_write_flush':
: undefined reference to `deflate'
/usr/bin/../lib/libpng.a(pngwrite.o)(.text+0x1149): In function `png_write_destroy':
: undefined reference to `deflateEnd'
/usr/bin/../lib/libpng.a(pngwutil.o)(.text+0x320): In function `png_write_IHDR':
: undefined reference to `deflateInit2_'
/usr/bin/../lib/libpng.a(pngwutil.o)(.text+0x20d0): In function
`png_write_finish_row':
: undefined reference to `deflate'
/usr/bin/../lib/libpng.a(pngwutil.o)(.text+0x2106): In function
`png_write_finish_row':
: undefined reference to `deflateReset'
/usr/bin/../lib/libpng.a(pngwutil.o)(.text+0x339d): In function
`png_write_filtered_row':
: undefined reference to `deflate'
/usr/bin/../lib/libpng.a(pngwutil.o)(.text+0x45dd): In function `png_text_compress':
: undefined reference to `deflate'
/usr/bin/../lib/libpng.a(pngwutil.o)(.text+0x4750): In function `png_text_compress':
: undefined reference to `deflate'
/usr/bin/../lib/libpng.a(pngwutil.o)(.text+0x4a38): In function
`png_write_compressed_data_out':
: undefined reference to `deflateReset'
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0x848): In function `_XEventsQueued':
: undefined reference to `pthread_equal'
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0xc11): In function `_XEventsQueued':
: undefined reference to `pthread_equal'
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0xc2e): In function `_XEventsQueued':
: undefined reference to `pthread_equal'
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0xc4d): In function `_XEventsQueued':
: undefined reference to `pthread_equal'
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0xc68): In function `_XEventsQueued':
: undefined reference to `pthread_equal'
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0xcf4): more undefined references to
`pthread_equal' follow
collect2: ld returned 1 exit status
make: *** [trace.out] Error 1

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17521


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]