public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: rodrigc@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org,
	swansma@yahoo.com
Subject: Re: c++/5282: .so exception handler works in 3.0.2 not 3.0.3
Date: Sat, 05 Jan 2002 14:14:00 -0000	[thread overview]
Message-ID: <20020105221401.1661.qmail@sources.redhat.com> (raw)

Synopsis: .so exception handler works in 3.0.2 not 3.0.3

State-Changed-From-To: feedback->analyzed
State-Changed-By: rodrigc
State-Changed-When: Sat Jan  5 14:14:00 2002
State-Changed-Why:
    Your makefile did not work for me, so I modified it, and
    put it in the package which you supplied, and then
    attached it to this PR in GNATS.  Things like the -rdynamic
    flag did not work on my system (Redhat Linux 7.1).
    
    I then ran the testcase and everything worked.
    Configured with: ./configure --prefix=/u0/test/gcc --enable-checking --enable-languages=c,c++ --enable-shared --enable-threads
    Thread model: posix
    gcc version 3.0.3
    
    #
    # $Id: Makefile,v 1.2 2002/01/05 14:30:41 mswanson Exp $
    #
    CXX = g++
    CC = gcc
    GCC = gcc
    CPPFLAGS = -g -fPIC -Wall -DDEBUG -D_GNU_SOURCE
    RELEASE_CPPFLAGS = -O2 -Wall -fPIC -D_REENTRANT -DNDEBUG -LANG:std -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
     
    all:: bugLoad
     
    pre:: bugLoadPre
     
    release::
     
    bugLoad: bugLoad.c BugLib.tux.so
            ${GCC} bugLoad.c -o bugLoad -ldl
     
    BugLib.o: BugLib.cpp
            ${CXX} ${RELEASE_CPPFLAGS} -c BugLib.cpp
     
    BugLib.tux.so: BugLib.o
            ${CC} ${LINK} -O2 -Wall -D_REENTRANT -shared -o $@ BugLib.o -lstdc++ -lgcc_s
            chmod a-x $@
     
    bugLoadPre: bugLoad.c BugLib.tux.so
            ${GCC} -v -save-temps  -ldl bugLoad.c -o bugLoadPre
     
    BugLibPre.o: BugLib.cpp
            ${CC} -v -save-temps ${RELEASE_CPPFLAGS} -c BugLib.cpp -o $@
     
    BugLibPre.tux.so: BugLibPre.o
            ${CC} ${LINK} -O2 -Wall -D_REENTRANT -shared -o $@ BugLibPre.o -lstdc++ -lgcc_s
            chmod a-x $@
     
    clean::
            rm -f *.so *.o *.a bugLoad bugLoadPre
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5282


             reply	other threads:[~2002-01-05 22:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-05 14:14 rodrigc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-01-05 16:27 rodrigc
2002-01-05 16:16 Mark Swanson
2002-01-05 15:16 Craig Rodrigues
2002-01-05 15:06 Mark Swanson
2002-01-05  6:36 Mark Swanson
2002-01-04 20:53 rodrigc
2002-01-04 20:26 Craig Rodrigues
2002-01-04 18:56 swansma

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=20020105221401.1661.qmail@sources.redhat.com \
    --to=rodrigc@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    --cc=swansma@yahoo.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).