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

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

[Octave-bug-tracker] [bug #41699] imformats causes a segmentation fault


From: Rik
Subject: [Octave-bug-tracker] [bug #41699] imformats causes a segmentation fault on Windows when Octave exits
Date: Mon, 23 Feb 2015 00:12:31 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Follow-up Comment #69, bug #41699 (project octave):

@Mike: The problem seems to be the test compilation program which does
#include <omp.h>.


configure:12529: checking for OpenMP flag of C compiler
configure:12571: i686-w64-mingw32-gcc -o conftest.exe -g -O2 -pthread -fopenmp
-I/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/include
-Wl,-rpath-link,/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/lib
-L/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/lib conftest.c  
>&5
conftest.c:41:17: fatal error: omp.h: No such file or directory
 #include <omp.h>
                 ^
compilation terminated.


Does this mean that the host machine needs omp.h installed?  I did find omp.h
on my host system.

The cross compiler environment in MXE alread seems to have omp.h installed.


find . -name 'omp.h'
./usr/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/lib/gcc/i686-w64-mingw32/4.9.2/include/omp.h
./usr/i686-w64-mingw32/lib/gcc/i686-w64-mingw32/4.9.2/include/omp.h


Maybe the -I flags are not getting set correctly for cross-compilation of
configure test files.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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