[Ecls-list] undefined symbol: ecl_process_env
Pascal J. Bourguignon
pjb at informatimago.com
Sun Jun 27 04:49:55 UTC 2010
Andy Hefner <ahefner at gmail.com> writes:
> On Sun, Jun 27, 2010 at 12:06 AM, Pascal J. Bourguignon
> <pjb at 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/
More information about the ecl-devel
mailing list