<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39611 >

> [chrisk - Vie. Ago. 24 13:36:50 2007]:
> configure doesn't look for ggzlib in the standard path:
> 
> On plain Debian Etch:
> 
> ./configure --enable-client=no --with-ggz-server
> 
> checking for GGZ library: libggz... no

For Freeciv 2.1 Debian packages, I'm adding the following to the
configure call:
                 --with-libggz-libraries=/usr/lib \
                 --with-libggz-includes=/usr/include \
                 --with-ggzmod-libraries=/usr/lib \
                 --with-ggzmod-includes=/usr/include \
                 --with-ggzdmod-libraries=/usr/lib \
                 --with-ggzdmod-includes=/usr/include \
                 --with-ggzconfig=/usr/bin \

which it seems to like: the binaries are linked to the relevant ggz libs.

_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to