Adding a template for new platform

From: "Lee, Patricia S(dot)" <Patricia(dot)Lee(at)unisys(dot)com>
To: "Postgresql Mailing list" <pgsql-novice(at)postgresql(dot)org>
Subject: Adding a template for new platform
Date: 2005-10-07 15:21:26
Message-ID: 2C397194BC4D734E93AB404B371600F72BC419@USMV-EXCH2.na.uis.unisys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm trying to figure out how to compile for a new platform with a
compiler other than the gcc compiler. My environment is such that I
have my own compiler running on a windows machine, and it's own linker.
It works to change the compiler in the Makefile.Global.in file, but it
keeps wanting to link with the gcc linker, I suspect this is because I
am trying this with MinGW. Any suggestions? I considered making a
change instead to the Makefile.am before running the autogen script but
could not find this file. Is it available? Is it a plausible solution
to trying to add my own template for compilation, etc.? Please advise.

Thanks,
Patty

Browse pgsql-novice by date

  From Date Subject
Next Message Jon Burroughs 2005-10-07 16:50:38 Intersection of two time segments
Previous Message Terry Lee Tucker 2005-10-07 14:43:28 Re: Sequences, triggers and 'OLD' - am I being stupid?