Raoul MXgXlas, le Mon 10 Aug 2009 18:34:59 +0200, a écrit : > To make short: > 1. iconv.h is not detected by "configure". > But this file is sitted on /usr/local/include. > All third party software are located in /usr/local/ on FreeBSD. > perhaps we can add CFLAGS settings for freebsd?
configure is not supposed to look for it in /usr/local/include and /usr/local/lib itself, your gcc environment is supposed to look for it itself, or else you indeed have to pass -I and -L in CFLAGS and LDFLAGS. Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
