From: William T. O Connell (wto@cbnewsg.cb.att.com)
Date: 02/25/93


From: wto@cbnewsg.cb.att.com (William T. O Connell)
Subject: libc 4.3
Date: 25 Feb 1993 08:29:36 GMT


After upgrading to version 4.3 of the shared libs, every thing
works great, except for compiling programs that use iostream.
(cout and cin are not found at link time).

I've tried compiling with -static, -nojump (which I believe
is nolonger supported under version 4.3) and also neither of the two.
In each case, the linking stage fails.

I have thus, backed down to version 4.2 again; anyone else having
-or- had this problem ???

My configuration: Linux 99pl6
                        gcc2.3.3

- Bill