That’s what was _supposed to happen_, but I missed pushing my changes to github 
before tagging the release so nobody else got them.

version 0.3.2.1 actually does the right thing.  Sorry about that.

On Oct 23, 2014, at 9:56 AM, Jack Howarth <howarth.at.f...@gmail.com> wrote:

> Alexander,
>     Of course, the installed /sw/bin/oct-cxx also needs to be changed from
> 
> case $osversion in
>         13) 
>                 COMPILER=/sw/var/lib/fink/path-prefix-libcxx/c++ ;;
> 
> to
> 
> case $osversion in
>         13|14) 
>                 COMPILER=/sw/var/lib/fink/path-prefix-libcxx/c++ ;;
> 
>    Jack
> 
> 
> On Thu, Oct 23, 2014 at 12:53 PM, Jack Howarth <howarth.at.f...@gmail.com> 
> wrote:
> Alexander,
>      This problem is due to the /sw/bin/oct-cc installed by the current 
> fink-octave-scripts package having...
> 
> case $osversion in
>         1[123]) 
>                 COMPILER=/sw/var/lib/fink/path-prefix-clang/cc ;;
> 
> instead of
> 
> case $osversion in
>         1[1234]) 
>                 COMPILER=/sw/var/lib/fink/path-prefix-clang/cc ;;
> 
>    Jack
> 

------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to