Subject Re: [firebird-support] libfbclient.so
Author Jon Aldrich
Helen Borrie wrote:

> At 05:27 PM 25/08/2005 -0500, you wrote:
> >Hi to all,
> >
> >I'm porting my app to run on a Fedora core 3 system and I get this whine
> >from the compiler:
> >
> >/usr/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/fbclient.so.1
> >may conflict with libstdc++.so.6
> >
> >The app compiles, and seems to run OK, but the purist in me wants to get
> >rid of the warning; so, how do I get a version of libfbclient.so that's
> >libstdc++.so.6 friendly. Or am I looking at this wrong?
>
> The purist in you could build Firebird on Fedora core 3. The realist
> could
> ignore it. In between, is the pragmatist, who, getting annoyed by
> compiler
> warnings, could create a symbolic link pointing libstdc++.so.5 to
> libstdc++.so.6.
>
> ./heLen
>
>
Thank you ./helen. I think I'm a pragmatist at heart ;-)
-jon