Re: [Mingw-w64-public] ignoring missing symbols doesn't seem to work

2016-05-14 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 5/14/2016 21:35, Stephen Kitt wrote: > > Like all linker flags, this is handled by binutils rather than gcc. > Currently the PE linker in binutils doesn't support the > --unresolved-symbols option. > Not even that, the PE specs do not support u

[Mingw-w64-public] use jedit to replace template source, etc

2016-05-14 Thread Jim Michaels
template<.*?>>totemplate<.*?> > regressions, because parser folks might have to repeatedly replace parts of code for bug fixes. too bad there can't be filters or compiler code chunk substitutions. lamba functions using a #include? - Jim Michaels http://www.JesusnJim.com (computer rep

Re: [Mingw-w64-public] ignoring missing symbols doesn't seem to work

2016-05-14 Thread Stephen Kitt
Hi, On Tue, 10 May 2016 11:57:33 -0400, Tamir Duberstein wrote: > I've been attempting to cross-compile CockroachDB to Windows using > mingw-w64. The compilation strategy used for CockroachDB involves > producing static archives with missing symbols (this is due to how > golang's tooling compiles