|
From: John G. <jg...@le...> - 2002-06-21 14:40:00
|
Here are the details of what I have done and what is failing. I have unsetenv MAKE unsetenv LD_LIBRARY_PATH setenv XML_CONFIG /i/btools/sparc-SunOS-5.8/libxml2-2.4.22/bin/xml2-config setenv XML_CONFIG /i/btools/sparc-SunOS-5.8/libxslt-1.0.18/bin/xslt-config setenv INTLTOOL /i/btools/sparc-SunOS-5.8/intltool-0.22/bin/intltool-extract setenv INTLTOOL_PERL /i/btools/sparc-SunOS-5.8/perl-5.005_03/bin/perl setenv XGETTEXT /i/btools/sparc-SunOS-5.8/gettext-0.10.35/bin/xgettext setenv PERL /i/btools/sparc-SunOS-5.8/perl-5.005_03/bin/perl setenv CC /i/btools/sparc-SunOS-5.8/gcc-2.95.2/bin/gcc umask 022 configure --prefix=/i/btools/sparc-SunOS-5.8/scrollkeeper-0.3.10 --enable-rpath --without-included-gettext make Here is the ERROR I get make[3]: Leaving directory `/i/btools/sparc-SunOS-5.8/src/scrollkeeper-0.3.10/man' make[2]: Leaving directory `/i/btools/sparc-SunOS-5.8/src/scrollkeeper-0.3.10/man' Making all in intl make[2]: Entering directory `/i/btools/sparc-SunOS-5.8/src/scrollkeeper-0.3.10/intl' make[2]: *** No rule to make target `libintl.@l@a', needed by `all-yes'. Stop. make[2]: Leaving directory `/i/btools/sparc-SunOS-5.8/src/scrollkeeper-0.3.10/intl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/i/btools/sparc-SunOS-5.8/src/scrollkeeper-0.3.10' make: *** [all-recursive-am] Error 2 [aug-lib@monoceros]<>/i/btools/sparc-SunOS-5.8/src/scrollkeeper-0.3.10/: I have tried not setting the --without-included-gettext, and setting --with-included-gettext, and setting --with-included-gettext=/i/btools/sparc-SunOS-5.8/gettext-0.10.35/lib Nothing seems to get past this error. I am attaching the intl/Makefile and my config.status in hopes that will help. In the intl/Makefile you have l = @l@ which looks very weird (like maybe a configure substitution went wrong) because you use $l every where you turn around in the intl/Makefile. Thanks in advance for any help/ light you shed on this problem. -- John Gibson jg...@le... Pinky, are you pondering what I am pondering? I think so Brain, but why does a forklift have to be so big if all it does is lift forks? |