octave-maintainers
[Top][All Lists]
Advanced

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

Re: interval 0.1.1 released


From: Carnë Draug
Subject: Re: interval 0.1.1 released
Date: Sun, 1 Feb 2015 21:24:37 +0000

On 1 February 2015 at 21:16, Oliver Heimlich <address@hidden> wrote:
> [...]
> The Makefile [1] contains a $(LDFLAGS) parameter for the mkoctfile command.
> You seem to have a LDFLAGS environment variable in your shell, which adds
> the -arch parameter to the mkoctfile command. The mkoctfile then fails,
> because it does not accept the -arch parameter.
>
> You should modify the LDFLAGS variable before building the package.
>
> [...]
>
> I am not experienced with the configure and make tools. Can these issues be
> minimized in the future by providing a configure script? Or should I simply
> remove the $(CFLAGS) and $(LDFLAGS) from the Makefile?

You should not need to set any special flags as octave will use the same
used to build it.  Take a look at the man page of mkoctfile, and you will
see a list of all flags.  These are the same as the ones you get when you
use octave_config_info.

Carnë



reply via email to

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