public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Benjamin Kosnik <bkoz@redhat.com>
To: gcc@gcc.gnu.org, scherrey@innoverse.com
Subject: Re: What's bringing these symbols in???
Date: Mon, 17 Sep 2001 11:23:00 -0000	[thread overview]
Message-ID: <200109171822.f8HIMOg07231@constant.com> (raw)

> I'm writing a utility that will exist in very limited disk space (a
> boot floppy) and cannot afford to link in libstdc++. No where do I use
> iostreams in my application. I do use new & delete as well as a
> vector.

Iff you use gcc-3, you have more options. 

These include the use of -ffunction-sections, not using std::vector
and linking with libsupc++, etc. 

-benjamin




             reply	other threads:[~2001-09-17 11:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-17 11:23 Benjamin Kosnik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-09-17 15:27 mike stump
2001-09-16 19:34 Benjamin Scherrey

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=200109171822.f8HIMOg07231@constant.com \
    --to=bkoz@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=scherrey@innoverse.com \
    /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).