Re: error in compiling ayttm
Siddhesh Poyarekar <[email protected]> Fri, 23 Apr 2010 00:51:25 +0530
| Newsgroups | gmane.network.instant-messaging.ayttm.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 22, 2010 at 5:16 PM, Siddhesh Poyarekar <[email protected]> wrote: > You need the openssl development libraries, but I'm not sure how that > configure check failed. If you already have openssl libs and it still > fails, could you paste the entire configure and make output? > > Also, please mention which version the logs are for, i.e. the git one > or the released 0.6.2. > Ok, this was a sneaky one. Thanks Kaleb, for pointing out that (s)he has to always append -lssl to libproxy in src/Makefile to be able to build. This has been fixed in git now in rev 838c9abc44d8c8923df3114c638214a4545558f2. The problem was the link order of libproxy with respect to ssl/crypto. libproxy.a came after, which was wrong. Apparently, the newer linkers handle this better, but the older ones still barf. Thanks Samuel for bringing this up. Could you check out the latest patch and verify if you're able to build? I have no way to find out since I don't have an old enough linker. -- Siddhesh Poyarekar http://siddhesh.in ------------------------------------------------------------------------------