Ticket UUID: | c68457bff8b1869f4853b530a1d1647fea8c24a1 | ||
Title: | Link order of SSL libraries | ||
Status: | Fixed | Type: | Build_Problem |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-03-07 17:34:27 | ||
Version Found In: | 95ae79d504 | ||
Description & Comments: | |||
During the build process of Fossil I've got errors about undefined references.
This is on FreeBSD 6.4 with gcc 3.4.6
Changing the order of the SSL libraries in the Makefile from "-lcrypto -lssl" to "-lssl -lcrypto" solved the problem. -- tsbg |