Strange.  I recompiled as always ecl, and now I get:

  ecl: symbol lookup error: ecl: undefined symbol: ecl_process_env

when I launch it...

Any idea what could be the cause?


I can find no error in the compilation logs.


#!/bin/bash
prefix=$HOME/opt
./configure --prefix=$prefix \
    --enable-shared \
    --enable-rpath \
    --enable-threads=yes \
    --enable-opcode8 \
    --enable-unicode \
    --enable-longdouble \
&& make \
&& make install

% uname -a
Linux kuiper 2.6.34-gentoo-c2 #5 SMP Sat Jun 26 05:12:46 CEST 2010 x86_64 
Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to