Re: beta-20020905 No rule to make target `../klibtool.config'

2002-09-06 Thread Thomas Esser

> This works. Thanks.

Good to know.

> Does make -j2 work?

Yes. When compiling in texk/web2c, only one CPU will be used, however
(a .NOTPARALLEL prevents "make -j2" from failing there).

Thomas



Re: beta-20020905 No rule to make target `../klibtool.config'

2002-09-06 Thread Klaus Dittrich

On Fri, Sep 06, 2002 at 09:09:12PM +0200, Thomas Esser wrote:
> > I tried to install teTeX-src-beta-20020905.
> > 
> > Compilation stops with ..
> > 
> > make[2]: Entering directory 
>`/disc1/lsrc/teTeX/teTeX-src-beta-20020905/texk/kpathsea'
> > make[2]: *** No rule to make target `../klibtool.config', needed by `tex-file.lo'. 
> Stop.
> 
> Maybe, this is caused by the wrong permissions of config.guess /
> config.sub?  Try if
> 
>   find . \( -name config.guess -o -name config.sub \) -exec chmod 755 '{}' \;
> 
> fixes it (the wrong permissions are also fixed in today's pretest).
> 
> Thomas

This works. Thanks.

Does make -j2 work?

-- 
Regards Klaus 



Re: beta-20020905 No rule to make target `../klibtool.config'

2002-09-06 Thread Thomas Esser

> I tried to install teTeX-src-beta-20020905.
> 
> Compilation stops with ..
> 
> make[2]: Entering directory `/disc1/lsrc/teTeX/teTeX-src-beta-20020905/texk/kpathsea'
> make[2]: *** No rule to make target `../klibtool.config', needed by `tex-file.lo'.  
>Stop.

Maybe, this is caused by the wrong permissions of config.guess /
config.sub?  Try if

  find . \( -name config.guess -o -name config.sub \) -exec chmod 755 '{}' \;

fixes it (the wrong permissions are also fixed in today's pretest).

Thomas



beta-20020905 No rule to make target `../klibtool.config'

2002-09-06 Thread Klaus Dittrich

I tried to install teTeX-src-beta-20020905.

Compilation stops with ..

make[2]: Entering directory `/disc1/lsrc/teTeX/teTeX-src-beta-20020905/texk/kpathsea'
make[2]: *** No rule to make target `../klibtool.config', needed by `tex-file.lo'.  
Stop.

-- 
Regards Klaus



20020906 pretest

2002-09-06 Thread Thomas Esser

Hi,

I just have uploaded a new teTeX-beta release, which will sonn be
available for download at:
  ftp://ftp.dante.de/tex-archive/systems/unix/teTeX-beta/teTeX-src-beta-20020906.tar.gz
  
ftp://ftp.dante.de/tex-archive/systems/unix/teTeX-beta/teTeX-texmf-beta-20020906.tar.gz
  
ftp://ftp.dante.de/tex-archive/systems/unix/teTeX-beta/teTeX-texmfsrc-beta-20020906.tar.gz

Main differences from previous release:

src tarball:
* fixed permissions of config.sub / config.guess

texmf tarball:
* updated koma-script

Thomas



Re: 20020905 pretest

2002-09-06 Thread Luc Van Eycken

Thomas Esser wrote:
 > I just have uploaded a new teTeX-beta release. ...
 > * config.sub / config.guess updated

These files (in texk and libs/libwww/config) should be made executable,
otherwise configure fails, at least on alpha (OSF1 V4.0) it does.

Best regards,

Luc Van Eycken