"make distclean" didn't remove .libs/assert.o
Kevin Ryde
user42 at zip.com.au
Fri Feb 20 10:49:40 CET 2004
Vincent Lefevre <vincent at vinc17.org> writes:
>
> In my GMP build directory, I had files from a previous compilation
> (on x86). So, before reconfiguring GMP on a new architecture (IA64),
> I did a "make distclean".
The automake rules do "rm *.lo" and "rm -r .libs", and in fact that's
independent of the configuration. You can check if there's a reason
they didn't run or didn't work.
--
All followups to gmp-bugs at swox.com only.
More information about the gmp-bugs
mailing list