how do i include two static library while executing the command ./configure
. Ex:
./configure --prefix=/usr \
LDFLAGS="-L/home/lancy/dictionary/src/WordNet-3.0/lib -lWN"
here only one static library is include. how do i add such another static library to LDFLAGS
in the same command.