|
|
debian 3.1 sarge, fvwm. libpcre3-dev has installed.
I want to install stardict without gnome. But debian's sources only have one with gnome.
# export PKG_CONFIG=/usr/bin/pkg-config
# ./configure --disable-gnome-support --prefix=/usr
...
...
...
Disable gnome support
checking for STARDICT... yes
checking for zlibVersion in -lz... yes
checking for DSL2DICT... configure: error: Package requirements (libpcre) were not met:
Package libpcre was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpcre.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpcre' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables DSL2DICT_CFLAGS
and DSL2DICT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
...
...
What's the problem? libpcre3-dev has installed through apt-get, so I think the environment variable should be dealed automatically by debian.
If not, then what should I do? Set PKG_CONFIG_PATH? How? |
|