On Mon, Mar 19, 2012 at 11:35 AM, ESLI george <[email protected]> wrote: > Hi, > Can you tell me where to declare the environment variables PGSHARE > ,PG_INC,PG_LIB, PTHREADS_INC,PTHREADS_LIB and GETTEXT_LIB in win 32?
The Postgres-related stuff is likely to get defined suitably so that pg_configure can find it all. For third-party libraries, it'll all depend on how you installed the third party libs. In effect, if you installed them, you should know where PTHREADS_INC, GETTEXT_LIB, and such are. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
