いろいろやっているのですがどうもうまくいきません。
一応 cvsup をかけて、portsは最新(昨日時点)にしています。

で、makeをすると、

===>   p5-Locale-gettext-1.05_3 depends on file: /usr/local/bin/perl5.14.1 - 
found
===>   p5-Locale-gettext-1.05_3 depends on shared library: intl - found
===>  Configuring for p5-Locale-gettext-1.05_3
checking for gettext... no
checking for gettext in -L/usr/local/lib -lintl -I/usr/local/include... no
gettext function not found. Please install libintl at ./Makefile.PL line 18.
*** Error code 2

となります。しかし、
# pkg_info -i gettext-0.18.1.1
Information for gettext-0.18.1.1:

でgettextは入れていて、/usr/local/lib には
# ls  /usr/local/lib/libintl.*
/usr/local/lib/libintl.a        /usr/local/lib/libintl.so
/usr/local/lib/libintl.la       /usr/local/lib/libintl.so.9

となっています。
Makefile.pmを見ると、conftest.cを一時的に作成して判断している
ようなのですが、そこのところがうまくキャッチできていません。

何かいい方法をご存じの方いらっしゃるでしょうか。

oota


メールによる返信