Phil Holmes-2 wrote
"ArnoldTheresius" <
Arnold.Wendl@
> wrote in message
news:
address@hidden
...
...
That would obviously mean a change to the Windows-version compiler on
GUB.
I assume it's gcc but haven't checked. Any thoughts on how to proceed
with
this?
--
Phil Holmes
Bug Squad
_______________________________________________
bug-lilypond mailing list
bug-lilypond@
https://lists.gnu.org/mailman/listinfo/bug-lilypond
Hello,
I checked the gcc-mingc-cross-compiler - I added this package to the the
UBUNTU development VM.
There is a linker option, specific to the win32 target:
--large-address-aware
If you want to pass this option to the linker through the i586...gcc
command, (I think you allready know) you have to write it like
-Wl,--large-address-aware .
ArnoldTheresius