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

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

[Octave-bug-tracker] [bug #49294] [octave forge] level-set fails to inst


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #49294] [octave forge] level-set fails to install in octave 4.2.0rc2
Date: Thu, 27 Oct 2016 19:14:10 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586

Follow-up Comment #2, bug #49294 (project octave):

Ok this is pretty much the same issue as seen in this bug:
https://savannah.gnu.org/bugs/?47355

GNU make ALWAYS defines CC and CXX even if they are not set, so 
CXX ?= somethingoptional_if_CXX_is_not_set, is never actually used.

Changing the Makefile from:

CXX ?= @CXX@

to:

CXX = @CXX@

Makes it compile in windows as it then uses the CXX values that were worked
out in configure.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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