Re: Static -vs- dynamic libc

2000-02-23 Thread Brian May
> "Robert" == Robert Kerr <[EMAIL PROTECTED]> writes: Robert> I've got a software project that I'm trying to compile Robert> statically. I need to link in libstdc++-libc6.0-1.a.2 Robert> rather than the corresponding .so. version, but I keep Robert> having problems with it. I

Static -vs- dynamic libc

2000-02-22 Thread Robert Kerr
I've got a software project that I'm trying to compile statically. I need to link in libstdc++-libc6.0-1.a.2 rather than the corresponding .so. version, but I keep having problems with it. I've used the -Wl,-Bstatic and -Wl,-Bdynamic flags (I think correctly), but when I think that I have that on