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
>
> On Thu, Oct 23, 2014 at 11:55 AM, Alexander Hansen <
> alexanderk.han...@gmail.com> wrote:
>
>> On 10/23/14, 7:32 AM, Jacques Bloch wrote:
>> > Error in fink update-all
>> >
>> > /checking for a BSD-compatible install... /sw/bin/ginstall -c
>> > checking whether build environment is sane... yes
>> > checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
>> > checking for gawk... gawk
>> > checking whether make sets $(MAKE)... yes
>> > checking whether make supports nested variables... yes
>> > checking whether UID '600' is supported by ustar format... yes
>> > checking whether GID '600' is supported by ustar format... yes
>> > checking how to create a ustar tar archive... gnutar
>> > checking whether make supports nested variables... (cached) yes
>> > checking build system type... x86_64-apple-darwin
>> > checking host system type... x86_64-apple-darwin
>> > checking for style of include used by make... GNU
>> > checking for x86_64-apple-darwin-gcc... oct-cc
>> > checking whether the C compiler works... no
>> > configure: error: in `/sw/src/fink.build/octave-3.8.2-1/octave-3.8.2':
>> > configure: error: C compiler cannot create executables/
>> >
>> > ---
>> > Dr. Jacques C.R. Bloch
>> > Institute for Theoretical Physics
>> > University of Regensburg
>> > 93040 Regensburg, Germany
>> > tel: +49 941 943-2018
>> > fax: +49 941 943-3887
>> > email: jacques.bl...@ur.de <mailto:jacques.bl...@ur.de>
>> > web: http://homepages.uni-regensburg.de/~blj05290
>> >
>> >
>> >
>>
>> Do a fink selfupdate and look for fink-octave-scripts to be updated to
>> version 0.3.2.  I missed adding Yosemite support in the prior version.
>>
>> --
>> Alexander Hansen, Ph.D.
>> Fink User Liaison
>> My package updates: http://finkakh.wordpress.com/
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> 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
>>
>
>
------------------------------------------------------------------------------
_______________________________________________
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