A particular thing with this file is that I have this file "modexppc.h" but 
I don't have any file called "modexppc.cpp". 

Regards

On Thursday, January 14, 2016 at 11:20:08 AM UTC-3, Andrés Garagiola wrote:
>
> Thanks Jeff
>
> I tried with:
>      
>      make clean && make cryptopp.dll
>
> And the same error was raised:
>
> make: *** No rule to make target `modexppc.export.o', needed by 
> `cryptopp.dll'.
>  Stop.
>
>
> Regards    
>
>
> On Wednesday, January 13, 2016 at 11:48:05 PM UTC-3, Jeffrey Walton wrote:
>>
>>
>>
>> On Wednesday, January 13, 2016 at 3:58:46 PM UTC-5, Andrés Garagiola 
>> wrote:
>>>
>>> I'm trying of compile Crypto++ in  Windows with MinGW.
>>>
>>> The command "make clean cryptopp.dll" show the following error:
>>>
>>> make: *** No rule to make target `modexppc.export.o', needed by 
>>> `cryptopp.dll'.
>>>  Stop.
>>>
>>> I'm using now gcc versión 4.6.2 (GCC) and previously I use the latest 
>>> version of GCC (4.8.1 I think) and the same errors occurs. 
>>>
>>> Anyone knows what could be happen?
>>>
>>
>> 'clean' and 'cryptopp.dll' are both targets, there's no guarantee of the 
>> order of them. I think what is happening is you are cleaning and building, 
>> and make just gets confused. On one hand, it see dependencies and knows 
>> they are up to date; on the other hand it deletes those dependencies and 
>> the output artifacts.
>>
>> The following should work:
>>
>>     make clean && make cryptopp.dll
>>
>> Jeff
>>
>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to