Current trunk does - but the makefile goes into the bin directory off the root.
Just doing a make in the base will make the samples as well as the library and
*should* place them into the bin directory.
Cheers,
Berin
On 21/08/2010, at 2:29 AM, Arend van der Veen wrote:
> Hi Scott,
>
> Thanks for the response. Unfortunately (as for as I can tell), the
> master configuration script is not generating a makefile for the
> samples.
>
> Thanks,
> Arend
>
> On Fri, Aug 20, 2010 at 12:16 PM, Scott Cantor <[email protected]> wrote:
>>> I now wish to compile and test one of the samples. I switched to the
>>> following directory and compile:
>>>
>>> cd src/samples
>>> gcc simpleDecrypt.cpp
>>
>> If that's literally the command you used, I don't know why you think that
>> would work, it's missing a half dozen flags or more.
>>
>> I haven't looked lately, but I assume that the master configure script
>> generates makefiles for the samples as well, and that's what you should be
>> using to build them.
>>
>> -- Scott
>>
>>
>>