don't know if its to do with versions, but i had to change it to

LIB += -leay32 -lssl32

and that built fine, but i don't really know how to test the end result 
- since i don't have any use for ssl :)

Daniel


On 31/03/2010 3:54 AM, Rene de Zwart wrote:
> Op Di, 30 maart, 2010 17:52, schreef Bjorn Toft Madsen:
>    
>> I managed a successful build of fossil on Windows, through the kind
>> help of other list members.
>>
>> The only outstanding issue is some undefined references when
>> FOSSIL_ENABLE_SSL=1:
>>      
> change
>    ifdef FOSSIL_ENABLE_SSL
>    LIB += -lcrypto -lssl
>    endif
> to
>    ifdef FOSSIL_ENABLE_SSL
>    LIB = -lssl -lcrypto -lgdi32 -lmingwex -lz -lws2_32
>    endif
>
> and it works (for me :-)
>
>
>
>    
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to