2012/1/25 Marius Schamschula <mschamsch...@gmail.com>:
>
> 2012/1/25 Jordi Gutiérrez Hermoso <jord...@octave.org>:
>> On 25 January 2012 11:35, OYEDAPO OLUFEMI
>> <olufemi.oyed...@univ-poitiers.fr> wrote:
>>
>>> Hi, i seem to have been struggling for 2 days now. i have installed
>>> octave version 3.4.0 for Mac Os x and it is running properly togther
>>> with gnuplot. But my problem is i cannot run a script file (.*m
>>> files). The error is it does not understand functions like biterr ,
>>> qammod..... Then it dawn on me i had to install the communications
>>> package. How can i install the communication package?
>>
>> If you are able to compile C and C++ source files, this may work:
>>
>>    pkg install -forge communications
>>
>>> I have no GNU g++/gcc compiler installed, because i am using the Os
>>> x Xcode with a built in gcc.
>>
>> Uhm, the "built-in" gcc is the GNU cc, the GNU compiler collection.
>> It's all GNU. Like Octave itself. So that should work.

> Under Mac OS X Lion (and for that matter Snow Leopard with the latest
> version of Xcode) the default compiler is llvm. gcc is just a symlink
> to llvm-gcc-4.2.

llvm-gcc is also GCC with a different backend. It's a modified version
of gcc. It's still GCC, and for example, it is also under the GPL
(version 2, because Apple wants to be able to keep suing people for
breaching its software patents).

In particular, it is not the same as clang.

- Jordi G. H.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to