Data Linkage Table
Jeffrey A Law
law@cygnus.com
Tue Feb 22 01:19:00 GMT 2000
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
More information about the Gcc-help
mailing list