[Ecls-list] undefined symbol: ecl_process_env

Andy Hefner ahefner at gmail.com
Sat Jun 26 18:28:27 UTC 2010


Wild guess: you switched from an unthreaded to a threaded build
without issuing "make clean" before running the configure script
again.

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.
>
>
> #!/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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>




More information about the ecl-devel mailing list