On Tue, 2011-12-20 at 10:29 -0500, Mauricio Tavares wrote: > Trying to compile ssh with kerberos support. Following a > suggestion, I installed mit's kerberos for windows package with the > development stuff. Now, the I run openssh's configure script, it ends > up wanting to use -lcom_err as one of the libraries. Problem is I am > only finding out the header file with the same name, not the library > itself. Am I missing something?
Yes: you cannot mix Cygwin and MinGW/MSVC libraries. If you want to build a Cygwin SSH with Kerberos5 support, you need a *Cygwin* Kerberos5 implementation, which in Ports is provided by Heimdal (libkrb5-devel). As I mentioned in my previous message, you need to install libcom_err-devel from the Cygwin distribution to fix the error you received when attempting this with libkrb5-devel. I have built openssh in the past and it *does* compile if done properly. Yaakov Cygwin Ports ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
