Subject: None
To: Jaromir Dolecek <dolecek@ics.muni.cz>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: current-users
Date: 02/04/1999 13:51:09
>IMHO it would be nice to change ld to link it in autimatically.
>Or other way around -- I see no good reason for NOT doing so.
>Pros are obvious :)


On a.out boxes, Linking in c++rt0.o is the closest thing to our ELF
semantics.  Sounds like the right thing for libtool to do, just in
case the library does use ctor or dtor attributes.

But the right way is to make cc -shared pull it in, not ld.