On Apr 13, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
> On 13 Apr 2000, Alexandre Oliva wrote:
>> On Apr 12, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
>>
>> > On 12 Apr 2000, Alexandre Oliva wrote:
>> >> On Apr 12, 2000, Michael Bletzinger <[EMAIL PROTECTED]> wrote:
>> >>
>> >> > Ano
On 13 Apr 2000, Alexandre Oliva wrote:
> On Apr 12, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
>
> > On 12 Apr 2000, Alexandre Oliva wrote:
> >> On Apr 12, 2000, Michael Bletzinger <[EMAIL PROTECTED]> wrote:
> >>
> >> > Another option you might to try is listing libstdc++.a as an object
>
On Apr 12, 2000, Ossama Othman <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 12, 2000 at 07:54:47PM -0400, Kevin Atkinson wrote:
>> On 11 Apr 2000, Alexandre Oliva wrote:
>> > On Apr 10, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
>> > > 1) On many platforms libtool can create shared libraries fo
On Apr 12, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
> On 12 Apr 2000, Alexandre Oliva wrote:
>> On Apr 12, 2000, Michael Bletzinger <[EMAIL PROTECTED]> wrote:
>>
>> > Another option you might to try is listing libstdc++.a as an object
>> > when you are creating your library.
>>
>> This m
Hi,
Geez, I see that I'm being quoted all over the place. :-)
On Wed, Apr 12, 2000 at 07:54:47PM -0400, Kevin Atkinson wrote:
> On 11 Apr 2000, Alexandre Oliva wrote:
> > On Apr 10, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
> > > 1) On many platforms libtool can create shared libraries f
On 11 Apr 2000, Alexandre Oliva wrote:
> On Apr 10, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
>
> > About a week ago I posted this massage to the libtool mailing but I have
> > yet to receive any replies.
>
> Sorry. I'm drowning in e-mail :-(
>
> Your message was marked as one I should
On 12 Apr 2000, Alexandre Oliva wrote:
> On Apr 12, 2000, Michael Bletzinger <[EMAIL PROTECTED]> wrote:
>
> > Another option you might to try is listing libstdc++.a as an object
> > when you are creating your library.
>
> This may work, as long as you don't pull cin, cout and cerr, nor any
> ot
On Apr 12, 2000, Michael Bletzinger <[EMAIL PROTECTED]> wrote:
> I've had some success linking C++ libraries into C using gcc 2.8.1 and
> some of the egcs snapshots on solaris.
Now add a proprietary C++ compiler to the picture :-)
> If you don't want to use libstdc++ then you need to eliminate
Alexandre Oliva wrote:
>
> On Apr 11, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
>
> > What are you trying to get at. Are you saying that linking C++ libraries
> > into a pure C program simply won't work?
>
> It will work as long as the program is pure C. But if it has any
> other C++ co
On Apr 11, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
> What are you trying to get at. Are you saying that linking C++ libraries
> into a pure C program simply won't work?
It will work as long as the program is pure C. But if it has any
other C++ components (even disguised as libraries wi
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
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.
> Wh
On Apr 10, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:
> About a week ago I posted this massage to the libtool mailing but I have
> yet to receive any replies.
Sorry. I'm drowning in e-mail :-(
Your message was marked as one I should reply some day. Like many
hundreds of others :-)
> 1)
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 co
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 configurations for all of the
> > platforms. Any contrib
On Tue, 11 Apr 2000, Michael Bletzinger wrote:
> Kevin Atkinson wrote:
> > Because libstdc++ is compiled ONLY as a static library. When I tried
> > creating a C++ shared library it tried to put the static library into the
> > shared library which failed miserably as the code does was not compile
Kevin Atkinson wrote:
> Because libstdc++ is compiled ONLY as a static library. When I tried
> creating a C++ shared library it tried to put the static library into the
> shared library which failed miserably as the code does was not compiled
> with PIC support. At least that is what I think hap
On Mon, 10 Apr 2000, Ossama Othman wrote:
> Hi Kevin,
>
> On Mon, Apr 10, 2000 at 10:22:54PM -0400, Kevin Atkinson wrote:
> >
> > About a week ago I posted this massage to the libtool mailing but I have
> > yet to receive any replies.
> >
> > I could REALLY use some help here. I understand I
Hi Kevin,
On Mon, Apr 10, 2000 at 10:22:54PM -0400, Kevin Atkinson wrote:
>
> About a week ago I posted this massage to the libtool mailing but I have
> yet to receive any replies.
>
> I could REALLY use some help here. I understand I am using a
> developmental version and will be willing to w
On Mon, 10 Apr 2000, Kevin Atkinson wrote:
> On Mon, 10 Apr 2000, Bob Friesenhahn wrote:
>
> > Regarding your Problem 2, the way the library I maintain (ImageMagick,
> > http://www.imagemagick.org) does it, each module exposes unique
> > symbols using a pre-defined naming scheme so that the modu
On Mon, 10 Apr 2000, Kevin Atkinson wrote:
> On Mon, 10 Apr 2000, Bob Friesenhahn wrote:
>
> > Regarding your Problem 2, the way the library I maintain (ImageMagick,
> > http://www.imagemagick.org) does it, each module exposes unique
> > symbols using a pre-defined naming scheme so that the modu
On Mon, 10 Apr 2000, Bob Friesenhahn wrote:
> On Mon, 10 Apr 2000, Kevin Atkinson wrote:
> > About a week ago I posted this massage to the libtool mailing but I have
> > yet to receive any replies.
>
> Don't feel too bad. I have posted questions to the libtool list quite
> a number of times, bu
On Mon, 10 Apr 2000, Bob Friesenhahn wrote:
> Regarding your Problem 2, the way the library I maintain (ImageMagick,
> http://www.imagemagick.org) does it, each module exposes unique
> symbols using a pre-defined naming scheme so that the module loader
> computes the correct name for symbol in th
On Mon, 10 Apr 2000, Kevin Atkinson wrote:
> About a week ago I posted this massage to the libtool mailing but I have
> yet to receive any replies.
Don't feel too bad. I have posted questions to the libtool list quite
a number of times, but rarely receive any response (most responses
from Ossama
About a week ago I posted this massage to the libtool mailing but I have
yet to receive any replies.
I could REALLY use some help here. I understand I am using a
developmental version and will be willing to work with you to help improve
libtools.
Maybe I should just not use the CXX language fe
25 matches
Mail list logo