On Thu, 2001-11-08 at 17:07, Derek Atkins wrote: > I just ran out of quota! > > The reason: the build system is building a few dozen "temporary .so" > files in gnucash/src/gnome/.libs -- and each one is on the order of > about 8MB! What the hell is this?
I haven't noticed temporary .so files, but the new libtool puts the .o files in .libs instead of the current dir. You can remove the .o files in the original locations. make clean should get rid of them, though. dave
msg01363/pgp00000.pgp
Description: PGP signature
