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: Sun, 22 Feb 2015 23:48:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

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

I'll try and locate the config.log and find out.

As for the openmp reporting, it looks like you might want to test whether the
macro found anything before deciding to use OpenMP.  I added the following to
configure.ac:


if test -n "$OPENMP_CFLAGS" && test -t "OPENMP_CXXFLAGS"; then
  CFLAGS="$CFLAGS $OPENMP_CFLAGS"
  CXXFLAGS="$CXXFLAGS $OPENMP_CXXFLAGS"
else
  USE_OPENMP=no 
fi



    _______________________________________________________

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]