From: R S A. M. <rsa...@sa...> - 2005-05-05 12:05:08
|
Paul Kienzle wrote: > The texi functions seem to be leaving a conftest directory lying > around, or maybe it is dvips. Anyone else experience this? > > - Paul > > On Apr 29, 2005, at 11:17 PM, R S Ananda Murthy wrote: > >> Hello: >> >> I am trying to compile octave-forge-2004.11.16 on a Slackware 10.1 >> system. When I do ./configure --prefix=/usr >> --build=i486-slackware-linux I got the following log: >> >> This file contains any messages produced by compilers while >> running configure, to aid debugging if configure makes a mistake. >> >> It was created by configure, which was >> generated by GNU Autoconf 2.59. Invocation command line was >> >> $ ./configure --prefix=/usr --build=i486-slackware-linux >> > ... > >> configure:4643: checking for swap_8_bytes >> configure:4653: mkoctfile -c conftest.cc >> conftest.cc: In function `int main()': >> conftest.cc:5: error: `swap_8_bytes' undeclared (first use this >> function) >> conftest.cc:5: error: (Each undeclared identifier is reported only >> once for >> each function it appears in.) >> configure:4656: $? = 1 >> configure:4662: result: no >> configure:4669: checking for op_uplus >> configure:4678: mkoctfile -c conftest.cc >> configure:4681: $? = 0 >> configure:4683: result: yes >> configure:4696: checking for makeinfo >> configure:4712: found /usr/bin/makeinfo >> configure:4722: result: makeinfo >> configure:4731: checking for makeinfo --no-split >> configure:4734: makeinfo --no-split conftest.texi >> configure:4737: $? = 0 >> configure:4740: result: yes >> configure:4751: checking for texi2dvi >> configure:4767: found /usr/bin/texi2dvi >> configure:4777: result: texi2dvi >> configure:4789: checking that texi2dvi runs >> configure:4792: texi2dvi conftest.texi > /dev/null >> /usr/bin/texi2dvi: texinfo.tex appears to be broken, quitting. >> configure:4795: $? = 1 >> configure:4816: result: no >> configure:4824: checking for texi2html >> configure:4840: found /usr/share/texmf/bin/texi2html >> configure:4850: result: texi2html >> configure:4860: checking for texi2html --clean >> configure:4863: texi2html -split_chapter -number conftest.texi >> ** empty document >> configure:4866: $? = 0 >> configure:4869: result: yes >> configure:4880: checking for dvipdf >> configure:4896: found /usr/bin/dvipdf >> configure:4906: result: dvipdf >> configure:4916: checking for dvips >> configure:4932: found /usr/share/texmf/bin/dvips >> configure:4942: result: dvips >> configure:4998: checking IEEE 754 compliance >> configure:5017: gcc -o conftest conftest.c >> /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486- >> slackware-linux/bin/ld: cannot open output file conftest: Is a >> directory >> collect2: ld returned 1 exit status >> > > ... > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 great > events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > Octave-dev mailing list > Oct...@li... > https://lists.sourceforge.net/lists/listinfo/octave-dev > Hello: I removed the latest tetex-3.0 package and reinstalled tetex-2.0.2 which comes with Slackware 10.1. After this, when I run ./configure --prefix=/usr --build=i486-slackware-linux, it recognized all the libraries properly in the end. So, I suspect something wrong with the latest package. What could it be? The log file when I configured with tetex-2.0.2 is attached. Anand |