From: Eric Youngdale (eric@tantalus.nrl.navy.mil)
Date: 02/11/93


From: eric@tantalus.nrl.navy.mil (Eric Youngdale)
Subject: Re: problems with g++ 2.3.3
Date: Fri, 12 Feb 1993 05:18:23 GMT

In article <C2AwsL.Auv@mach1.wlu.ca> kfisher3@mach1.wlu.ca (kevin fisher U) writes:
>: If you want to keep your executables small, just extract the c++
>: specific modules out of libc.a and group them into a new library.
>: Here is what I did:
>
>Can anyone tell me if G++ is going to stay like this? Will we be able to
>compile c++ stuff without the -static option in the near (or far) future?
>Just curious..

        Funny you should ask. There will be a subset of the iostream entry
points available in libc 4.3. I do not have a good sense about how
comprehensive it all is, but it is at least sufficient to run a hello world
type of program. The reason that all of the entry points in iostream are not
included is that iostream is constantly changing, and we (actually Per, I
think) selected those entry points that are not likely to change in the near
future. As you might have guessed, this is all sort of experimental.

-Eric

--