From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Taj Nezami" <tajoddin(dot)nezami(at)toshiba-trel(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1593: Problem with installation |
Date: | 2005-04-12 18:55:56 |
Message-ID: | 25715.1113332156@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"Taj Nezami" <tajoddin(dot)nezami(at)toshiba-trel(dot)com> writes:
> I have cross-compiled the PostgreSQL 8.0.2 on the Fedora Core-1 host for my
> Intel-XScale based target running embedded Linux 2.4.26-vrs1, using the
> following command sequences:
We don't really support cross-compilation at the moment. There are
several AC_TRY_RUN tests in the configure script that may or may not
make the right guesses when cross-compiling, plus as you found out
there's at least one program that needs to be run during the
installation phase.
It shouldn't be too hard to copy over the zic program and its input
data files and run it on the target machine, but the existing Makefiles
won't help you with that :-(
On the whole I'd advise building on the target. If it's got enough
oomph to run a database, it can surely run a compiler ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Pascal Lambert | 2005-04-12 20:31:05 | BUG #1594: ResultSet.getBytes() vs db encoding latin1 |
Previous Message | Taj Nezami | 2005-04-12 17:47:14 | BUG #1593: Problem with installation |