public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeffrey A Law <law@cygnus.com>
To: Rahul Parasnis <rparasnis@clj.co.jp>
Cc: gcc-help@gcc.gnu.org
Subject: Re: Data Linkage Table
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <978.951210814@upchuck> (raw)
Message-ID: <20000401000000.EvM5pUl51ehCrvMys2dvb-u7hNWTzd8QOw2G0Gn6EYE@z> (raw)
In-Reply-To: <00Feb22.175724jst.130826@tkfwbw1.clj.co.jp>

  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

  reply	other threads:[~2000-04-01  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-22  1:06 Rahul Parasnis
2000-02-22  1:19 ` Jeffrey A Law [this message]
2000-04-01  0:00   ` Jeffrey A Law
2000-04-01  0:00 ` Rahul Parasnis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=978.951210814@upchuck \
    --to=law@cygnus.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=rparasnis@clj.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).