Geoff Keating <geoffk@cygnus.com> writes: > I think you need gmon-start.o for any profiling, while you only need > the libc_p.a if you actually want to profile libc. So it's probably > not a good idea to remove them. Yes. I just had that same thought this AM. By the same token, bcrt1.o is useful for any bounds-checking, even without libc_b.a. Greg