Alberto Fondi <[EMAIL PROTECTED]> writes: > Hi group, > > i have a question for you, how can i set the variable LIBS = > -lresolv in the makefiles in LIBS = -lresolv -lcrypt -lgpg-error, from > the configure command?
Hello. Try: ./configure LDFLAGS="-lgcrypt -lgpg-error" However, if you installed libgcrypt correctly, this shouldn't be necessary. Maybe you could expand on why you believe you need this? /Simon _______________________________________________ Help-shishi mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-shishi
