octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43319] Octave dev version fails to build with


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #43319] Octave dev version fails to build with --enable-64
Date: Mon, 05 Jan 2015 21:49:02 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30

Follow-up Comment #27, bug #43319 (project octave):

Slight amendment:
When running Octave from the mxe build tree, you need to start Octave with a
shell script rather than with the executable itself:


#!/bin/bash
export PATH=/full/path/to/<your_mxe_build_dir>/usr/bin:$PATH
octave-<version> --force-gui &



otherwise the regular system bin dirs (/usr/local/bin etc.) come first in the
PATH.

I suppose it's simply a matter of proper prefixing at configure time to cure
this.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43319>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]