From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id EAA18505 for ; Sat, 16 Sep 1995 04:56:01 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA06204 (5.65c/Gatech-10.0-IDA for ); Fri, 15 Sep 1995 14:57:38 -0400 Received: by math (5.x/SMI-SVR4) id AA00145; Fri, 15 Sep 1995 14:51:30 -0400 Resent-Date: Fri, 15 Sep 1995 14:53:34 -0400 (EDT) Old-Return-Path: From: beg2@CS1.CC.Lehigh.EDU (BERK GEVECI) Message-Id: <9509151853.AA77754@CS1.CC.Lehigh.EDU> Subject: problem with zsh To: zsh-list@sterling.com Date: Fri, 15 Sep 1995 14:53:34 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Resent-Message-Id: <"72j-t3.0.92.niSMm"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/381 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu greetings, i have downloaded and compiled the latest version of zsh (2.5.03) on several machines. it is running fine on four sgis ( with irix versions from 4 to 5 ). unfortunately, i had serious problems running it on a titan running 'TitanOS UNIX Release 4.2 P2 on 3000 Series'. it compiled fine with bunch of warnings ( as i was warned of ). the problem is that filename generation is acting very strangely. problems: 1) when i first run zsh ( starting from a csh ), it changes to the root directory. 2) when i try 'ls -d a*' in a directory which contains the following files: ammar run.1 run.2 temp i get these messages: amma: No such file or directory amtables: No such file or directory authority: No such file or directory [ amtables -> .gamtables amma -> .gamma authorithy -> .Xauthority, hidden files ] can you please help me solve this problem ? maybe a copy of the output from 'buildzsh auto' can be useful: # # buildzsh -- zsh configuration tool # # try "buildzsh help" for more information # Building zsh 2.5.03 determining host type... ...looks like a titan Building config.h... starting features probing... not using pure SYSV... not using termios... not using termio... using sgttyb... using ... using ... using ... using ... not using ... using ... using host field in utmp... using ... using ... not using waitpid()... using select()... not using ... using fifos... not using strftime()... not using tcsetpgrp()... not using tcgetattr() and friends... using setpgrp()... using sigblock()... not using RFS... using getrusage() and wait3()... not using NIS... not using username caching... using signal handlers returning int... using automatically reset signal handlers... not using sigset() to install said signal handlers... finished probing features... defining installation specifics... DEFTMPPREFIX is ""/tmp/zsh""... GLOBALZSHENV is ""/etc/zshenv""... GLOBALZSHRC is ""/etc/zshrc""... GLOBALZLOGIN is ""/etc/zlogin""... GLOBALZPROFILE is ""/etc/zprofile""... using "suspended" instead of "stopped"... DEFAULT_HISTSIZE is "30"... defined installation specifics... Building signals.h...done Building Makefile... CC is "cc -43"... checking whether make understands VPATH... "???", line 1: ERROR: preprocessor error: no output file produced *** Error code 2 (make does not understand VPATH...) probing for Makefile... CFLAGS is "-O"... LD is "cc -43"... LDFLAGS is "-O"... LIBS is "-ltermcap"... Working out modules (*.{[hco],pro})... .c.... .h.... .pro.... .o.... probed for Makefile... ...possible notes ...special rules ...general rules You may want to look at the file(s) I just created: config.h signals.h Makefile to make sure they are correct. Or you may just want to go ahead and try running make to see what happens. Shall I execute "make" now? In that case you will have to call the following yourself: make n.b.: i am not subscrided. sincerely, Berk Geveci