Re: Compile problems on Tru64 Unix

2002-05-23 Thread Svend Tollak Munkejord
On 2002-05-22, Thomas Esser wrote 1. Edit some files. Here are diffs between the modified and pure src directories: Can you please resend using diff -u (preferred) or diff -c? OK, here it is: diff -u teTeX-src-beta-20020402-gcc-mod/texk/ps2pkm \ teTeX-src-beta-20020402/texk/ps2pkm

Re: Compile problems on Tru64 Unix

2002-05-23 Thread Stefan Ulrich
Svend Tollak Munkejord [EMAIL PROTECTED] writes: [ diffs ] A small note on the pstat/stat diffs: As a quick hack I suggested to Svend to remove the function pointer pstat() and use stat() directly, since it seems that on Tru64 5.1 stat() isn't made available as a function, but only as macro, so

Re: Compile problems on Tru64 Unix

2002-05-20 Thread Svend Tollak Munkejord
On 2002-05-06, I wrote: I am trying to install the latest teTeX beta. On SuSE Linux 7.2 it compiles all right, but on Tru64 Unix V5.1, using GNU make and gcc, make all exits with the following error message: ... Here my solution for now. Many thanks to Stefan Ulrich and to Thomas Esser for

Re: Compile problems on Tru64 Unix

2002-05-07 Thread Svend Tollak Munkejord
On 2002-05-06 Thomas Esser wrote: I am trying to install the latest teTeX beta. On SuSE Linux 7.2 it compiles all right, but on Tru64 Unix V5.1, using GNU make and gcc, make all exits with the following error message: snip Yes. Remove line 41 in file texk/kpathsea/xstat.c: extern int

Re: Compile problems on Tru64 Unix

2002-05-07 Thread Svend Tollak Munkejord
On 2002-05-06, Paul A Sand wrote: On Mon, May 06, 2002 at 07:40:23PM +0200, Svend Tollak Munkejord wrote: I am trying to install the latest teTeX beta. On SuSE Linux 7.2 it compiles all right, but on Tru64 Unix V5.1, using GNU make and gcc, make all exits with the following error message:

Re: Compile problems on Tru64 Unix

2002-05-07 Thread Thomas Esser
cxx -o pdftex pdftexini.o pdftex0.o pdftex1.o pdftex2.o pdftexextra.o pdftexdir/libpdf.a ../../libs/libpng/libpng.a ../../libs/zlib/libz.a pdftexdir/xpdf-0.80/xpdf/pdftoepdf.a pdftexdir/xpdf-0.80/goo/libGoo.a lib/lib.a ../kpathsea/STATIC/libkpathsea.a -lm ld: load_compressed_file could not

Re: Compile problems on Tru64 Unix

2002-05-06 Thread Thomas Esser
I am trying to install the latest teTeX beta. On SuSE Linux 7.2 it compiles all right, but on Tru64 Unix V5.1, using GNU make and gcc, make all exits with the following error message: gcc xstat.c -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -g -O2 -c -o STATIC/xstat.o xstat.c:41:19: macro lstat