On Wednesday, August 8, 2001, at 07:32 AM, Sinisa Milivojevic wrote:
You are using the right compiler.
What you should check are symlinks to dynamic and static versions of
libstdc++.
They should point out to the stdc++ that came with gcc 2.95.2.
If that does not help, add a full path to the correct libstdc++ in
your linker command.
There is only a static version of libstdc++ with the default Mac OS X
distribution. It is located in /usr/lib/gcc/darwin/default/libstdc++.a,
and there is a symlink to that at /usr/lib/libstdc++.a.
Adding /usr/lib/gcc/darwin/default/libstdc++.a directly into the link
does not help.
I've tried compiling with a bunch of different flag combinations, with
no luck either. -Wno-uninitialized -fno-implicit-templates produces a
TON of errors.
-Halim