>>>> It looks like it is a bison-related problem. Since bison wasn't >>>> installed in my system, I fink-installed it and then tried to >>> >>> This is strange. Are you sure you have the Dec2001 developer tools >>> installed? /usr/bin/bison should be there. >> >> 'where -a bison' returns >> ------- >> /sw/bin/bison >> /usr/bin/bison >> ------- > > Well that's interesting. If you check your PATH variable, which > shows up > first -- /usr/bin, or /sw/bin? Maybe moving the Fink installed > bison out > of the way would help. Maybe.
Thanks for the suggestion Chris, but I first tried to compiled it with the system bison and, as it failed, I then installed the fink one, with no success either. I just thought the problem is bison related because the compilation fails after calling it: ---- cd web2c && make CC='cc' CFLAGS='-g -O2 ' web2c Expect one shift/reduce conflict. bison -y -d -v ./web2c.y make[3]: *** [y_tab.h] Bus error make[2]: *** [web2c/web2c] Error 2 make[1]: *** [all] Error 1 make: *** [all] Error 1 ### make failed, exit code 2 Failed: compiling tetex-base-1.0-8 failed ----- But maybe I'm wrong. Could I try to rebuild other packages, just in case? Regarding this, I have tetex-texmf and texinfo already installed (latest versions). I�m trying to rebuild both, but it fails when decompressing teTeX-texmf-1.0.2.tar.gz, suggesting an incomplete download. However, a fink-independent "wget -c ftp://ibiblio.org/pub/packages/TeX/systems/unix/teTeX/current/distrib/sources/ teTeX-texmf-1.0.2.tar.gz" seems to completely download the tarball, and using this last one tarball also fails at the decompressing step when put into /sw/src. Anyone else is having this problem? Ramiro. _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
