patch-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch-gnuradio] Fwd: configure should use CC to check for Python.h


From: Szymon Jakubczak
Subject: [Patch-gnuradio] Fwd: configure should use CC to check for Python.h
Date: Thu, 3 Sep 2009 15:23:36 -0400

Attached is a makeshift one-line patch that ensures that the check for
Python.h is performed using CC. Note, I'm no autotools expert.

Without the patch, the check fails, because prior state yields
$ac_ext=f and hence the extension of conftest.f indicates to gcc to
compile it as Fortran. This has been reported by others:
http://www.mail-archive.com/address@hidden/msg20517.html

I'm not sure how wide-spread this problem is (perhaps it's very
specific to my distribution), but this change was crucial for
configure to succeed on Arch Linux.

Also, if it is of interest, I've incorporated this patch in my AUR
package of gnuradio: http://aur.archlinux.org/packages.php?ID=29748

--Szymon

Attachment: config-python.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]