help-octave
[Top][All Lists]
Advanced

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

Re: Communications package error


From: Mike Miller
Subject: Re: Communications package error
Date: Mon, 15 Feb 2016 10:56:02 -0800
User-agent: Mutt/1.5.24 (2015-08-30)

On Sun, Feb 14, 2016 at 10:00:50 -0800, piranha007 wrote:
> Hay, I'm trying to install Communications package but I have the following
> error : 
> 
> >> pkg install communications-1.2.1.tar.gz 
> warning: doc_cache_create: unusable help text found in file 'commsimages'
> /home/XXXX/octave/communications-1.2.1/x86_64-unknown-linux-gnu-api-v50+/__errcore__.oct:
> failed to load:
> /home/XXXX/octave/communications-1.2.1/x86_64-unknown-linux-gnu-api-v50+/__errcore__.oct:
> undefined symbol: _ZNK5ArrayISsE17resize_fill_valueEv
> error: called from 'doc_cache_create>create_cache' in file
> /usr/share/octave/4.0.0/m/help/doc_cache_create.m near line 106, colum

It looks to me like you are working with two different versions of gcc
(more specifically two different ABI versions of libstdc++). What do the
following commands return?

  gcc --version

  octave --eval 'octave_config_info.build_environment.GCC_VERSION'

-- 
mike



reply via email to

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