On Thu, Oct 9, 2008 at 7:27 PM, Fredrik Lingvall <[EMAIL PROTECTED]> wrote: > Is is possible to build Octave for 64-bit Windows? > > I had a quick look at the scripts in: > > octave-forge/svn/octave/trunk/octave-forge/admin/Windows/ > > for mingw32 and msvc to see if they could be adapted to use > > http://sourceforge.net/projects/mingw-w64/ > > or MSVC 2008 (express) for 64-bit WIndows. What is needed to do this?
I guess the scripts for MSVC could be used under Win64, but I guess that some modifications will be needed in the compilation flags or the changes I apply to existing sources. The best is probably that you try it yourself. The script run_compilation.sh is the entry point for all MSVC compilation. I usually use it like: ./run_compilation -v -k --prefix=/d/Software/VCLibs <package_name> Michael. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
