cross-compiling plpython - Mailing list pgsql-hackers

From Nikhil Sontakke
Subject cross-compiling plpython
Date
Msg-id a301bfd90903160207r35145d4dhf5d01ce5b9d80912@mail.gmail.com
Whole thread Raw
Responses Re: cross-compiling plpython  (Tino Wildenhain <tino@wildenhain.de>)
List pgsql-hackers
So, I realized that there does not seem to be an easy way for cross compiling plpython. The configure checks for the locally installed python include locations and eventually the plpython makefile ends up picking all the local includes too. 

Does anyone have any experiences on cross-compiling plpython before? Obviously I can hack the Makefile to point to the host environment headers, but is there a neater way? Also I suspect the plpython.so so generated might not load on the host later too because its looking for the libpython.so somewhere else too.

Regards,

pgsql-hackers by date:

Previous
From: Ron Mayer
Date:
Subject: Re: hstore improvements?
Next
From: Heikki Linnakangas
Date:
Subject: Remaining items for 8.4 (was Re: Updates of SE-PostgreSQL 8.4devel patches (r1710))