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

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

[Octave-bug-tracker] [bug #47355] [forge]: NaN fails to install in windo


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #47355] [forge]: NaN fails to install in windows
Date: Mon, 07 Mar 2016 21:36:00 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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


In octave:

>> getenv("CC")
ans =


In windows, using the msys make that is packaged with mxe octave,
test makefile:


CC ?= gcc

all:
        @echo "CC=$(CC)


Output is CC=cc

If I run make CC=gcc

Output is CC=gcc


If I change topline to CC := gcc

Output is CC=gcc

In Linux (I tested with fedora) it behaves the same ?= does not work for
setting CC to a default if CC is not externally set. (it sets it to cc
instead)

So it is at least consistant in the two OSs I tried.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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