home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!unknown!jakobi
- From: jakobi@Informatik.TU-Muenchen.DE (Peter Jakobi)
- Subject: Re: InfoView
- References: <SIE.92Aug28140811@introitus.fulcrum.bt.co.uk> <1992Aug29.122350.26972@bernina.ethz.ch>
- Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
- Organization: Technische Universitaet Muenchen, Germany
- Date: Mon, 31 Aug 1992 12:57:36 GMT
- Message-ID: <jakobi.715265856@unknown>
- Lines: 63
-
- wild@nessie.cs.id.ethz.ch (Markus Wild) writes:
-
- >In article <SIE.92Aug28140811@introitus.fulcrum.bt.co.uk> sie@fulcrum.bt.co.uk (Simon Raybould) writes:
- >>Has anyone got InfoView distributed with gcc2.2.2 working ?
- >>I just get "Your terminal isn't clever enough" or something like that.
-
- >And you did remove any TERMPATH variable from env: and envarc:? This is in
- >the README as well...
-
- Sorry to say:
-
- That's insufficient, Markus!
- You have to path the Olaf Barthel's TERM program (at least I did so) since it
- refuses NOT TO SET the TERMPATH variable. To avoid trouble, TERM now sets its
- path in the environment variable 'OBARTHEL' :-))
-
- (This is at least valid for version 2.2 of the communication program TERM)
-
- >-Markus
-
- A related question:
-
- You have implemented a UNIX to Amiga filename translator, so
- setenv TERMPATH /USR/SHARE/MISC/TERMCAP works as wanted ...
-
- But what about a amiga to unix translator for filenames:
-
- Example: the SH port in gcc2.2.2
- let's type:
- #d:type s:Startup-sequence
- returns file not found, where d: is an assign to a directory with a 'type' program
- #/d/type s:Startup-sequence
- works fine
- #/d/type s:s*
- don't know it, but
- #/d/type /s/s*
- makes a filename expansion, but provides the amiga-style 'type' command with
- the unix style matching filenames...
-
- needless to say that 'type /s/startup-sequence' is not quit the same as the
- wanted 'type s:startup-sequence' ...
-
- Is there any environment variable to fix this kind of behaviour FOR ALL IXEMUL-
- programs ?
- So it can be turned on and off at will, and gcc-compiled programs understand
- amiga pathes, too ?
-
- thanx,
- Peter
-
- BTW: where is the .profile, or whatever for SH, located ?
-
-
-
- >--
- >Markus M. Wild - wild@nessie.cs.id.ethz.ch | wild@amiga.physik.unizh.ch
- >Vital papers will demonstrate their vitality by spontaneously moving
- >from where you left them to where you can't find them.
-
- This theorem holds for files on a harddisk, too.
-
-
-
-