jian he wrote:
> ./configure --with-perl --with-python --with-icu
> ICU_CFLAGS='-I/usr/include/unicode' ICU_LIBS='-L/usr/lib/icu'
> --enable-debug --with-pgport=5440
The location with -L is not sufficient in ICU_LIBS.
The list of libraries to link with should be put as well.
For instanc
Then I try to install the latest from the latest source code.
./configure --with-perl --with-python --with-icu
ICU_CFLAGS='-I/usr/include/unicode' ICU_LIBS='-L/usr/lib/icu'
--enable-debug --with-pgport=5440
./configure.status return
config.status: creating GNUmakefile
> config.status: creating