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

Re: Data Linkage Table



  In message <00Feb22.175724jst.130826@tkfwbw1.clj.co.jp>you write:
  > Hello ,
  > I am compiling bind using gcc and I am getting Following Error
  > gcc -fpic  -O -I../../port/hpux10/include -I../../include   -c tmp_version.
  > c
  > gcc -fpic -O   -o named db_dump.o db_load.o db_lookup.o db_save.o
  > db_update.o db_glue.o db_ixfr.o db_sec.o db_tsig.o ns_parser.o ns_lexer.o
  > ns_parseutil.o ns_ctl.o ns_forw.o ns_init.o ns_main.o ns_maint.o ns_req.o
  > ns_resp.o ns_stats.o ns_ncache.o ns_xfr.o ns_glue.o ns_udp.o ns_config.o
  > ns_update.o ns_ixfr.o ns_signal
  > .o ns_sort.o ns_notify.o \
  >         tmp_version.o ../../lib/libbind.a -ll
  > /usr/ccs/bin/ld: Data Linkage Table (+z) overflow in file db_dump.o - use
  > +Z option to recompile
  > collect2: ld returned 1 exit status
  > 
  > How to go about it ?
First find out what +z and +Z do.  man cc

Then look at the GCC manual and find their equivalents (-fpic & -fPIC).

ie, read the fine manual(s).

jeff


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