Shrikant V Chikhalkar schrieb:
> I am new to Cygwin, and using cygwin and postgers running under windows
> 2000 server.
>
> I need to use postgres under Win CE.
> Can I compile postgres for Win CE.
???
> If this is possible, please can any one suggest me the procedure for the
> same. In case anyone has link or document related with it then that
> might turn out to be of some help.
>
> Please reply at your earliest as it is very urgent.
haha. that's funny.
get the cygwin postgresql-7.4.5 src package via cygwin.com/setup.exe,
get the gcc cross-compiler for WinCE.
http://www.objsw.com/CrossGCC/
cd /usr/src/postgresql-7.4.5
./configure [cross-options]
and then you are alone.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/