This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiling Postgresql on latest cygwin - 2 questions



> I sucessfully built and linked the backend using the old ld.exe and
> linker scripts in a new kit.  ld -verbose seems to indicate that
> although one may change the linker scripts, a version reamins
> 'hard-compiled' in.  I'm not sure if it actually is compiled in or
> no; I know next to nothing about binutils.

It is.  The linker *always* uses a link script, but 99% of the time,
it uses an internal one.  Actually, there are six built-in ones, and
the one that is used depends on which command-line parameters you give
(like -r, -U, etc).

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]