[Ecls-list] undefined symbol: ecl_process_env
Pascal J. Bourguignon
pjb at informatimago.com
Sat Jun 26 17:06:02 UTC 2010
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/
More information about the ecl-devel
mailing list