This is the mail archive of the gcc-patches@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]

Re: Convert f77 to use opts.c.


Neil, bootstrap fails now for me with:

libbackend.a(opts.o)(.text+0x7): In function `find_opt':
/cvs/gcc/gcc/opts.c:48: undefined reference to `cl_options_count'
libbackend.a(opts.o)(.text+0x16):/cvs/gcc/gcc/opts.c:52: undefined reference to `cl_options_count'
libbackend.a(opts.o)(.text+0x3b):/cvs/gcc/gcc/opts.c:58: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0x53):/cvs/gcc/gcc/opts.c:59: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0xa5):/cvs/gcc/gcc/opts.c:77: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0xc0):/cvs/gcc/gcc/opts.c:81: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0xeb):/cvs/gcc/gcc/opts.c:99: undefined reference to `cl_options_count'
libbackend.a(opts.o)(.text+0xfc):/cvs/gcc/gcc/opts.c:101: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0x114):/cvs/gcc/gcc/opts.c:102: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0x142):/cvs/gcc/gcc/opts.c:106: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0x158):/cvs/gcc/gcc/opts.c:106: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0x1e8): In function `handle_option':
/cvs/gcc/gcc/opts.c:139: undefined reference to `cl_options_count'
libbackend.a(opts.o)(.text+0x2b5):/cvs/gcc/gcc/opts.c:161: undefined reference to `cl_options_count'
libbackend.a(opts.o)(.text+0x2cb):/cvs/gcc/gcc/opts.c:164: undefined reference to `cl_options'
libbackend.a(opts.o)(.text+0x325):/cvs/gcc/gcc/opts.c:181: undefined reference to `cl_options'
collect2: ld returned 1 exit status
make[2]: *** [gnat1] Error 1

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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