Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform - Mailing list pgsql-hackers

From shreesha21
Subject Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform
Date
Msg-id 1402424503981-5806720.post@n5.nabble.com
Whole thread Raw
In response to Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform  (shreesha21 <shreesha1988@gmail.com>)
Responses Re: Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Sorry for the confusion. Let me clarify what I am trying to do here.

I am trying to configure and build postgresql for MIPS platform and I am
doing this on a linux system - (Linux dev-shreesharao.arubanetworks.com
2.6.32-431.11.2.el6.x86_64 GNU/Linux) so that the libraries generated from
this build will be ported to MIPS platform for further use.

The way I am trying to accomplish this is by executing the configure file
with some mips specific configure options and export variables.
i.e.,
configure_args: '--target=mips-linux-gnu' '--host=mips-linux-gnu'
'--without-readline' '--without-zlib'
'--prefix=/home/shreesha/platform/tools/porfidio_obj'
'host_alias=mips-linux-gnu' 'target_alias=mips-linux-gnu'
'CC=/home/shreesha/platform/tools/mipscross-xlp/linux/bin/mips64-nlm-linux-gcc
-B/home/shreesha/platform/tools/mipscross-xlp/linux
-B/home/shreesha/platform/tools/mipscross-xlp/linux/lib ' 'LDFLAGS= -mabi=32
-march=xlp'
'CPP=/home/shreesha/platform/tools/mipscross-xlp/linux/bin/mips64-nlm-linux-cpp'




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Getting-make-Entering-an-unknown-directory-error-while-building-postgresql-on-MIPS-platform-tp5806705p5806720.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: API change advice: Passing plan invalidation info from the rewriter into the planner?
Next
From: Tom Lane
Date:
Subject: Re: Re: Getting “make: Entering an iso-8859-1 directory” error while building postgresql on MIPS platform