Re: 2.99.12 (Irix failure)

2005-02-04 Thread Bernd Melchers
Have a problem under Irix... basename is not present on the system Need to use xbasename.. my manpage (IRIX-6.5.24) says, you have to include libgen.h to use basename(3): basename(3G)basename(3G) NAME basename - return the last element of a pathname SYNOPSIS

Re: 2.99.12 (Irix failure)

2005-02-04 Thread ezra peisach
my manpage (IRIX-6.5.24) says, you have to include libgen.h You are correct... But you also need to link with -lgen... Therefore, to use it - you would need a test in texk/web2c/configure - and then link in pdftexdir with it as well as ttf2afm in texk/web2c directory So - either use

Re: 2.99.12 (Irix failure)

2005-02-04 Thread Thomas Esser
Either would work for me... But note that ttf2afm.c is already using xstrdup right over there as well instead of testing for it in the system libraries - That is right. We can't make a fix just for Irix. Using xstrdup is the rigth way of fixing it. Thomas

Re: 2.99.12 (Irix failure)

2005-02-03 Thread ezra peisach
Have a problem under Irix... basename is not present on the system Need to use xbasename.. (And one needs to remove texk/web2c/ttf2afm.c before recompiling as it is copied) I'll let you know if there any other problems by tomorrow morning... *** texk/web2c/pdftexdir/ttf2afm.c