Re: [gts-general] trying to link with c++
Brought to you by:
popinet
|
From: Paul <pau...@st...> - 2001-08-15 08:54:56
|
Sorry, it was my fault... I was forgetting to put the -lglib when using
g++.
Thanks for everyones help anyway,
Paul
On Wed, 15 Aug 2001, Stephane Popinet wrote:
> Scott Dattalo writes:
> >
> > Paul,
> >
> > I haven't done this with gts, but I've done it with other software
> > packages. What you most probably need is to wrap the C include files:
> >
> >
> >
> > A C++ program:
> >
> > #extern "C" {
> >
> > #include <some_C_include.h>
> >
> > }
>
> Hi Scott,
>
> This is already done in the gts.h header file, so that can't be the
> problem...
>
> Stephane
>
>
> _______________________________________________
> Gts-general mailing list
> Gts...@li...
> http://lists.sourceforge.net/lists/listinfo/gts-general
>
|