public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* How is libgssapi_krb5_2 built on cygwin?
@ 2018-04-04 23:17 Weijun Wang
  2018-04-05  0:26 ` Brian Inglis
  0 siblings, 1 reply; 2+ messages in thread
From: Weijun Wang @ 2018-04-04 23:17 UTC (permalink / raw)
  To: cygwin

Hi

I am thinking about building MIT krb5 on Windows with cygwin but using the source distribution from MIT [1] shows this error:

  configure: error: Shared libraries are not yet supported on this platform.

I'd like to know how cygwin compiles the libgssapi_krb5_2 packgae. Do you have a patch I can apply?

Thanks
Max

[1] https://web.mit.edu/KERBEROS/dist/index.html
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How is libgssapi_krb5_2 built on cygwin?
  2018-04-04 23:17 How is libgssapi_krb5_2 built on cygwin? Weijun Wang
@ 2018-04-05  0:26 ` Brian Inglis
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Inglis @ 2018-04-05  0:26 UTC (permalink / raw)
  To: cygwin

On 2018-04-04 17:13, Weijun Wang wrote:
> I am thinking about building MIT krb5 on Windows with cygwin but using the 
> source distribution from MIT [1] shows this error:
>   configure: error: Shared libraries are not yet supported on this platform.
> I'd like to know how cygwin compiles the libgssapi_krb5_2 packgae. Do you
> have a patch I can apply?
> [1] https://web.mit.edu/KERBEROS/dist/index.html

Cygwin supplies a number of ...krb5... packages from MIT reference sources.
Search packages from the link on the Cygwin home page e.g.
https://cygwin.com/cgi-bin2/package-grep.cgi?grep=krb5&arch=x86_64
which looks like there is only one krb5 source package krb5-1.15.2-2-src
viewable as:
https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fkrb5%2Fkrb5-1.15.2-2-src&grep=krb5
which shows a number of patches, including Cygwin specific patches, and another
source package for krb5-auth-dialog.

Almost all Cygwin packages now use cygport for building (and packaging).
Download the krb5 source package, have a look at it, and how the packages are
built from the .cygport file.
Install the cygport package, maybe libkrb5-devel and sources, try a build, then
look at adapting that package build for your sources, if different.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-05  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-04 23:17 How is libgssapi_krb5_2 built on cygwin? Weijun Wang
2018-04-05  0:26 ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).