Interestingly, the configure silently switches off PGM support rather 
than complaining. The build system contains the code that should complain:

     case "${host_os}" in
         *linux*|*mingw32*|*solaris*)
         ;;
         *)
             AC_MSG_ERROR([the PGM extension is not supported on system 
${host_os}.])
         ;;
     esac

Chris, do you see the error message in your configure log?

Martin

Steven McCoy wrote:
> On 3 March 2010 12:37, Chris Wong <[email protected] 
> <mailto:[email protected]>> wrote:
> 
>     Try to build from HEAD in github for the first time on Mac OS X 10.6
>     and the summary of configure showed that udp transport is not
>     supported.  I don't have a Linux box at home to try that.  Is UDP
>     not supported on Mac?
> 
> 
> Not currently, most of the hard work has been done to prepare OpenPGM 
> for OSX but there are differences in socket handling for interface 
> enumeration, SSM multicast and IPv6 that need to be accounted for.
> 
> If you can provide a development environment I can run 
> a preliminary port, alternatively if you want a complete port together 
> with full support ask at [email protected] <mailto:[email protected]>
> 
> -- 
> Steve-o
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to