linux - Getting "make: Entering an unknown directory" error while building postgresql in a subsystem -


i trying install postgresql on mips platform , getting following error while building it.

make[4]: leaving directory `/home/shreesha/platform/utils/postgresql-9.3.4/src/port' /home/shreesha/platform/tools/bin/make -c timezone make[4]: entering directory `/home/shreesha/platform/utils/postgresql-9.3.4/src/timezone'  /home/shreesha/platform/tools/bin/make -c common  **make: entering unknown directory**  make: *** common: no such file or directory.  stop.  make: leaving unknown directory  make[4]: *** [common-recursive] error 2  make[4]: leaving directory `/home/shreesha/platform/utils/postgresql-9.3.4/src/timezone' make[3]: *** [all-timezone-recurse] error 2 make[3]: leaving directory `/home/shreesha/platform/utils/postgresql-9.3.4/src' make[2]: *** [all-src-recurse] error 2  make[2]: leaving directory `/home/shreesha/platform/utils/postgresql-9.3.4' 

do need set specific make variables/environmental variables in case? on debugging appreciated!


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -