public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Oleg Krivosheev <kriol@fnal.gov>
To: Oleg Krivosheev <kriol@fnal.gov>
Cc: egcs@cygnus.com
Subject: Re: ftp://egcs.cygnus.com/pub/egcs/README
Date: Wed, 18 Mar 1998 17:40:00 -0000	[thread overview]
Message-ID: <Pine.GSO.3.96.980318192755.2325A-100000@drabble> (raw)
In-Reply-To: <c=DE%a=SKO%p=BaySGV%l=M9900S98.SERV-980223105132Z-1757@m9900s98.izb-soft.de>

Hi,

egcs 1.0.2 on Solaris 2.6/Sparc

created obj directory, ../src/configure --prefix ...

SUN as and ld

build went ok along with installation.

My code compiled with -g fails during linkage with bugs like

Undefined			first referenced
 symbol  			    in file
overflow_error::overflow_error(basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> > const &)/home/room1/kriol/work/Project/lib/sparc-sun-solaris-gcc/libGeometry.a(GeometryTracker.o)


checked obj file - and indeed constructor is UNDEFined.

from <stdexcept>:

class overflow_error : public runtime_error {
public:
  overflow_error (const string& what_arg): runtime_error (what_arg) { }
};


looks like EGCS forgot to instantiate constructor body
in debug mode

regards

OK


      parent reply	other threads:[~1998-03-18 17:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-23  2:51 ftp://egcs.cygnus.com/pub/egcs/README Dietmar.Kuehl
1998-02-23  7:41 ` What is at ftp://egcs.cygnus.com/pub/egcs ? Oleg Krivosheev
1998-02-23 15:57   ` Jeffrey A Law
1998-02-23 15:57 ` egcs-980221 problems on Solaris-2.6 Oleg Krivosheev
1998-02-25  6:39   ` Alexandre Oliva
1998-02-25  6:39     ` Oleg Krivosheev
1998-02-25  6:39       ` Alexandre Oliva
1998-02-24  3:09 ` ftp://egcs.cygnus.com/pub/egcs/README Jeffrey A Law
1998-03-18 17:40 ` Oleg Krivosheev [this message]

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=Pine.GSO.3.96.980318192755.2325A-100000@drabble \
    --to=kriol@fnal.gov \
    --cc=egcs@cygnus.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).