[gps-devel] [patch] python support configuration for FreeBSD64 broken, other BSDs not supported

John Marino adacore at marino.st
Tue Oct 11 13:49:43 CEST 2011


Hi,

I discovered python support wasn't getting compiled into GPS 5.0.1 on an
AMD64 FreeBSD machine even though it was explicitly requested.  The log
said the configure test failed due to use of "-ldl" which isn't
available on FreeBSD.  Looking at the configure script, it was obvious
that targets such as x86_64-unknown-freebsd8.2 were hitting a
way-too-general x86_64-*-* case before it could reach the *-freebsd* case.

The quick solution is to put the freebsd case in front of the x86_64
case.  At the same time, missing support for NetBSD, OpenBSD, and
DragonFly can be added.

The proposed patches are attached.

Regards,
John
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch-gnatlib_aclocal.m4
Url: /pipermail/gps-devel/attachments/20111011/4f0feb41/attachment.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch-gnatlib_configure
Url: /pipermail/gps-devel/attachments/20111011/4f0feb41/attachment-0001.txt 


More information about the gps-devel mailing list