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

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

[Octave-bug-tracker] [bug #38746] Including mex.h does not work with G++


From: Sébastien Villemot
Subject: [Octave-bug-tracker] [bug #38746] Including mex.h does not work with G++ 4.8
Date: Wed, 22 May 2013 09:54:55 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12

Follow-up Comment #5, bug #38746 (project octave):

Some additional notes for replicating the problem on Debian sid (unstable).

You need to install package g++-4.8. Then the example given by Clemens has to
be compiled with:


CXX=g++-4.8 mkoctfile --mex mex_empty.cpp


I get a compilation failure with Octave 3.6.4 (did not try with devel branch).
If I do not set CXX=g++-4.8, then it uses GCC 4.7 (current default on Debian
sid), and the program compiles.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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