[Ecls-list] Building native EXE on Windows is too hard!

Matthew Mondor mm_lists at pulsar-zone.net
Thu Nov 8 09:55:03 UTC 2012


On Thu, 8 Nov 2012 04:45:22 -0500
Matthew Mondor <mm_lists at pulsar-zone.net> wrote:

> For the library paths, on ELF systems RPATH can be used (such that the
> runtime linker knows where to look for libraries without extra
> configuration) and ECL is supposed to automatically link objects with
> the required ECL library.  Then again I unfortunately don't know for
> the equivalent of RPATH for Windows PECOFF here.

I forgot to mention, but C:*USER-LD-FLAGS* (linker flags) may also be of
interest if you intend to link with other libraries than the ECL ones
(just like C:*USER-CC-FLAGS* for compiler flags).
-- 
Matt




More information about the ecl-devel mailing list