public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Minimal GCC/Linux shared lib + EH bug example
@ 2002-05-14 15:37 Ralf W. Grosse-Kunstleve
  2002-05-15  5:05 ` Martin v. Löwis
  0 siblings, 1 reply; 104+ messages in thread
From: Ralf W. Grosse-Kunstleve @ 2002-05-14 15:37 UTC (permalink / raw)
  To: loewis; +Cc: c++std-ext, gcc, jason, mark, rwgk

Martin v. Loewis wrote:
> You might be surprised how many users have that expectation. As you
> know, Ralf originally was linking a static libboost, and it never
> occurred to him that something might be wrong in the build process.

This is not quite accurate: I really had not concept of what is going
on under the hood. Attempts to find documentation about dynamic loading
did not produce any material that I, as the average user, could easily
absorb (did I miss something?). So I just stuck to what seemed to
work until it started breaking many months later.

Once you guys have figured out what "the right" approach is, PLEASE
document it clearly and in a way that can be understood by a wider
audience.

Ralf

^ permalink raw reply	[flat|nested] 104+ messages in thread
* Re: Minimal GCC/Linux shared lib + EH bug example
@ 2002-05-15  8:23 Ralf W. Grosse-Kunstleve
  2002-05-15  8:32 ` David Abrahams
  2002-05-15 10:44 ` Martin v. Löwis
  0 siblings, 2 replies; 104+ messages in thread
From: Ralf W. Grosse-Kunstleve @ 2002-05-15  8:23 UTC (permalink / raw)
  To: loewis; +Cc: c++std-ext, gcc, rwgk

> I think the message that can be understood by a wider audience is:
> don't use C++ for Python extension modules.

Surely You're Joking, Mr. Loewis!
As it stands, Linux/gcc3 is the only platform that does not do what
we want. Are you sure it is helpful to tell people to "go away"?

Questions:

- Is the situation different if python is compiled and linked with a C++
  compiler (--with-cxx)?

- More generally: What are the issues when using dlopen in any C++
  program.

Ralf

^ permalink raw reply	[flat|nested] 104+ messages in thread

end of thread, other threads:[~2003-04-10 15:31 UTC | newest]

Thread overview: 104+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <09b501c1f634$04747d80$6501a8c0@boostconsulting.com>
2002-05-12  4:57 ` Minimal GCC/Linux shared lib + EH bug example Jason Merrill
2002-05-12  6:42   ` David Abrahams
2002-05-12  7:30     ` Jason Merrill
2002-05-12  7:31       ` David Abrahams
2002-05-12  8:07         ` Jason Merrill
2002-05-12  9:24           ` David Abrahams
2002-05-12  9:31       ` Martin v. Loewis
2002-05-12  9:34         ` David Abrahams
2002-05-12 12:17       ` Mark Mitchell
2002-05-12 12:24         ` Martin v. Loewis
2002-05-12 12:29           ` Mark Mitchell
2002-05-12 12:36             ` Jason Merrill
2002-05-12 12:37               ` Mark Mitchell
2002-05-12 16:55               ` Jason Merrill
2002-05-12 13:41             ` David Abrahams
2002-05-13  1:34               ` Martin v. Loewis
2002-05-13  2:05                 ` Mark Mitchell
2002-05-13  5:44                 ` David Abrahams
2002-05-13 16:58                   ` Martin v. Loewis
2002-05-13 21:39                     ` David Abrahams
2002-05-14  2:34                       ` Martin v. Loewis
2002-05-14 13:12                         ` David Abrahams
2002-05-14 14:17                           ` Martin v. Loewis
2002-05-12 12:36           ` David Abrahams
2002-05-13  1:28             ` Martin v. Loewis
2002-05-13  5:00               ` David Abrahams
2002-05-13 16:50                 ` Martin v. Loewis
2002-05-13 19:00                   ` David Abrahams
2002-05-14  2:14                     ` Martin v. Loewis
2002-05-14  6:07                       ` David Abrahams
2002-05-14 13:53                         ` Martin v. Loewis
2002-05-14 14:45                           ` David Abrahams
2002-05-15  2:54                             ` Martin v. Loewis
2002-05-14 15:28                           ` Jason Merrill
2002-05-14 18:32                             ` Daniel Jacobowitz
2002-05-15  1:34                               ` Martin v. Loewis
2002-05-14 13:23                       ` Sean Parent
2002-05-14 14:08                         ` David Abrahams
2002-05-14 18:38                           ` Sean Parent
2002-05-14 22:50                             ` David Abrahams
2002-05-15 11:38                               ` Sean Parent
2002-05-15 11:50                                 ` Matthew Austern
2002-05-15 12:29                                   ` Joe Buck
2002-05-15 17:26                                     ` David Abrahams
2002-05-15 20:21                                     ` H . J . Lu
2002-05-15 22:35                                       ` David Abrahams
2002-05-16 11:18                                         ` H . J . Lu
2002-05-18 16:53                                           ` David Abrahams
2002-05-18 17:55                                             ` Martin v. Loewis
2002-05-18 19:06                                               ` David Abrahams
2002-05-19  4:18                                                 ` Duplicate data objects in shared libraries Martin v. Loewis
2002-05-19  5:00                                                   ` David Abrahams
2002-05-19  5:14                                                     ` Martin v. Loewis
2002-05-19  5:48                                                       ` David Abrahams
2002-05-19 15:05                                                         ` Martin v. Loewis
2002-05-20  1:42                                                           ` Jason Merrill
2002-05-20  3:47                                                             ` H . J . Lu
2002-05-20  4:08                                                             ` Mark Mitchell
2002-05-20  9:55                                                               ` Jason Merrill
2002-05-20 10:15                                                                 ` Mark Mitchell
2002-05-20 12:42                                                                   ` Jason Merrill
2002-05-20 12:53                                                                     ` Mark Mitchell
2002-05-20 13:23                                                                       ` Jason Merrill
2002-05-20 13:28                                                                       ` David Abrahams
2002-05-22 16:35                                                                         ` Jason Merrill
2002-05-22 21:46                                                                           ` David Abrahams
2002-05-22 23:05                                                                             ` Jason Merrill
     [not found]                                                                               ` <20020529130945.A16909@lucon.org>
     [not found]                                                                                 ` <039401c20759$a3ba1400$6601a8c0@boostconsulting.com>
     [not found]                                                                                   ` <wvl8z615rsz.fsf@prospero.cambridge.redhat.com>
     [not found]                                                                                     ` <1022790116.22692.205.camel@myware.mynet>
2002-05-30 18:51                                                                                       ` PATCH: Treat RTLD_LOCAL like Solaris (Re: Duplicate data objects in shared libraries) Jason Merrill
     [not found]                                                                                       ` <wvlit54530i.fsf@prospero.cambridge.redhat.com>
2002-05-31  0:28                                                                                         ` Jason Merrill
2002-05-31  0:39                                                                                           ` Ulrich Drepper
2003-04-10 15:31                                                                                         ` Jason Merrill
2003-04-10 15:32                                                                                           ` H. J. Lu
2003-04-10 16:20                                                                                             ` H. J. Lu
2002-05-20  7:42                                                             ` Duplicate data objects in shared libraries David Abrahams
2002-05-20  9:34                                                               ` Jason Merrill
2002-05-20  9:57                                                                 ` David Abrahams
2002-05-20 10:28                                                                 ` H . J . Lu
2002-05-20 13:49                                                                   ` Jason Merrill
2002-05-20 13:59                                                                     ` H . J . Lu
2002-05-20 14:17                                                                       ` Jason Merrill
2002-05-20 18:19                                                                         ` H . J . Lu
2002-05-20 14:32                                                                       ` David Abrahams
2002-05-20 14:32                                                                     ` David Abrahams
2002-05-20 15:31                                                                     ` Martin v. Loewis
2002-05-21 19:07                                                                     ` H . J . Lu
2002-05-22  1:46                                                                       ` Martin v. Loewis
2002-05-20 13:26                                                                 ` David Beazley
2002-05-20 13:57                                                                   ` H . J . Lu
2002-05-20 14:36                                                                     ` David Beazley
2002-05-20 15:50                                                                 ` Michael Matz
2002-05-18 19:13                                               ` Minimal GCC/Linux shared lib + EH bug example David Abrahams
2002-05-19  4:29                                                 ` Martin v. Loewis
2002-05-19  5:10                                                   ` David Abrahams
2002-05-19 14:48                                                     ` Martin v. Loewis
2002-05-15 16:36                                 ` David Abrahams
2002-05-15 19:26                                   ` Jeff Sturm
2002-05-12  8:17     ` Martin v. Loewis
2002-05-14 15:37 Ralf W. Grosse-Kunstleve
2002-05-15  5:05 ` Martin v. Löwis
2002-05-16  0:16   ` Mark Mitchell
2002-05-16  4:35     ` Martin v. Löwis
2002-05-15  8:23 Ralf W. Grosse-Kunstleve
2002-05-15  8:32 ` David Abrahams
2002-05-15 10:44 ` Martin v. Löwis

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).