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

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

[Octave-bug-tracker] [bug #36161] segfault when using octave_map with g+


From: Marko Bencun
Subject: [Octave-bug-tracker] [bug #36161] segfault when using octave_map with g++ --std=c++11
Date: Sat, 14 Apr 2012 00:23:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

Follow-up Comment #10, bug #36161 (project octave):

Oh, but I did include this in my original report:

Compile and run with:

$ g++ --std=c++0x test.cpp -o test -I/usr/include/octave-3.6.1
-L/usr/lib/octave/3.6.1/ -loctave -loctinterp
$ LD_LIBRARY_PATH=/usr/lib/octave/3.6.1/ ./test 


Use this to compile a file test.cpp with the following contents:


#include <octave/oct.h>
#include <octave/oct-map.h>

int main() {
    Octave_map map;
} 

Best, Marko

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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