Hello, I want to compile the ltx2rtf (5.0) program on my debian 2.2 machine. The make fails on the main.c file. Did someone succeed in this compilation?
Thank you in advance --Nabil hathout:~/ltx2rtf/src-gcc>make -f makefile.lnx rm -f main.o gcc -g -funsigned-char -c fonts.c -o fonts.o gcc -g -funsigned-char -c cdirect.c -o cdirect.o gcc -g -funsigned-char -c commands.c -o commands.o gcc -g -funsigned-char -c stack.c -o stack.o gcc -g -funsigned-char -c funct1.c -o funct1.o gcc -g -funsigned-char -c funct2.c -o funct2.o gcc -g -funsigned-char -c ignore.c -o ignore.o gcc -g -funsigned-char -DLIBDIR=\"/usr/local/lib/ltx2rtf\" -c main.c -o main.o main.c: In function `Convert': main.c:491: invalid operands to binary == make: *** [main.o] Error 1 hathout:~/ltx2rtf/src-gcc>