Re: 2nd Try: Shared libraries w/ C++ and libltdl

2000-04-11 Thread Kevin Atkinson
On Tue, 11 Apr 2000, Ossama Othman wrote: Hi Kevin, On Tue, Apr 11, 2000 at 02:43:23AM -0400, Kevin Atkinson wrote: On Mon, 10 Apr 2000, Ossama Othman wrote: Right. I don't have access to all of the platforms supported by libtool's C library support so I wasn't able to

Re: 2nd Try: Shared libraries w/ C++ and libltdl

2000-04-11 Thread Alexandre Oliva
On Apr 11, 2000, Kevin Atkinson [EMAIL PROTECTED] wrote: You're linking C++ libraries to a C program? That seems a bit odd. Did I misunderstand you? Why? I have a library that is written in C++ but I would like C programs to be able to use my library via extern "C" functions. What is so

Re: 2nd Try: Shared libraries w/ C++ and libltdl

2000-04-11 Thread Kevin Atkinson
On 11 Apr 2000, Alexandre Oliva wrote: On Apr 11, 2000, Kevin Atkinson [EMAIL PROTECTED] wrote: You're linking C++ libraries to a C program? That seems a bit odd. Did I misunderstand you? Why? I have a library that is written in C++ but I would like C programs to be able to use