Andy Hefner <ahef...@gmail.com> writes:

> On Sun, Jun 27, 2010 at 12:06 AM, Pascal J. Bourguignon
> <p...@informatimago.com> wrote:
>>
>> 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.
>
>
> Wild guess: you switched from an unthreaded to a threaded build
> without issuing "make clean" before running the configure script
> again.

Ah well, I found it. 

The new ecl binary was using an old libecl.so installed in /usr/lib,
instead of the new libecl.so installed in the same prefix as the new
ecl binary.

I corrected my LD_LIBRARY_PATH and it worked again correctly.

-- 
__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