make clean simply removes all the files you built before.

If you do:

make
make clean
make check

it should not pass make check, as there is no library to check, since
you just cleaned it away!!

I'm checking now on my machine whether:

./configure --enable-cxx
make clean
make
make check

works. It should. If not, you have found a bug.

Out of interest, you might try running make check twice and see if it
passes the second time.

Bill.

2009/5/30 Peter_APIIT <[email protected]>:
>
> It works just fine after reversing command
>
> the command i type is
>
> ./configure --enable-cxx --disable-static --enable-shared
> make
> make check return 9 test failed
>
> but your command works perfectly.
>
> ./configure --enable-gmpcompat
> make clean
> make
> make check
>
>
> I issue make clean after make. Is there any difference ?
>
> I have build the library but i now want to rebuild it with cpp
> interface.
>
> What command should i type ?
>
> Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to