|
From: Julian S. <js...@ac...> - 2005-09-12 10:11:44
|
Arrgh .. > What does seem to work for me is going back to the old code (and in > fact getting rid of the second duplicate library) and then adding to > the LDFLAGS a "-u _start" option to tell the linker that _start is > needed which then causes a chain reaction of pulling in required code > from the libraries. Ok. Can you commit that then? I think Nick plans to revamp this anyway, so that we would once again have libcoregrind.a constructed in coregrind and the tools would just link libcoregrind.a and libvex.a. J |