Gentoo gcl broken (was Re: [Gcl-devel] building maxima with gcl)



Hi Camm,

On 09:49 Mon 14 Jan     , Camm Maguire wrote:
> Greetings!
> 
> I believe the issue here is that the collectfn.o module has been
> stripped.  GCL appends initialization data to its compiled object
> modules by default -- if missing, then .data files are sought.  GCL
> itself installs the .o file alone, and typically package installers
> run strip on such objects unless instructed to do otherwise.
> 
Yeap, that was the problem. 

Panagiotis