Hi John,
You have all gone quite, so I started to pick up a Linux system with the aim to cross-build Octave for Windows. As I understand, I need to build Octave (patched) on Linux first and move the dist archive of the running version to the appropriate folder in octave-mxe. If you could confirm my understanding of the above that would be great.
Since I am short of disk storage and would like to compile without debugging symbols, I wonder what the prefix is I should be using in order to achieve this. I tried following the
installation guide using make CFLAGS=-O CXXFLAGS=-O LDFLAGS= which returns "g++: error: unrecognized command line option '-0' ". Any working suggestions to reduce disk storage to unpack and compile from source please?