Hello,

Not sure if this is a bug or intended behavior, but on Darwin config.guess includes the output of `uname -r`, which seems to be the major.minor.patch
version of the darwin kernel.

I know of at least one set of packages, skalibs and related software, that uses the output of `cc -dumpmachine` (which for clang and gcc, appears to come from
config.guess) to determine binary compatibility between platforms.

This test is too aggressive, since it means a program (execline) cannot be compiled against a library (skalibs) that was itself built on a different
version of darwin, even though everything works just fine after
removing the test. See the discussion over at skalibs mailing list:

http://skarnet.org/cgi-bin/archive.cgi?1:mss:623:heiodchokfjdkonfhdph

I'd appreciate your comments and insight.

Thanks,

--
Patrick Mahoney <[email protected]>

_______________________________________________
config-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to