Re: C programs using C++ libraries

2003-12-09 Thread Billy Biggs
Hi Bob, thanks for your reply. Bob Friesenhahn ([EMAIL PROTECTED]): > On Tue, 9 Dec 2003, Billy Biggs wrote: > > > I have a C program that uses a library which internally uses C++, > > [...] > > > > 1. Why does my program need to be linked with a C++ compiler in > > some cases and not in o

Re: C programs using C++ libraries

2003-12-09 Thread Bob Friesenhahn
On Tue, 9 Dec 2003, Billy Biggs wrote: > I have a C program that uses a library which internally uses C++, but > exposes a C API. I have a user who experiences linking problems about > missing standard C++ stuff, fixed by using "g++" to link. I am looking > for help in understanding this and w