[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Various MiNT questions
- To: troyc@bnr.ca (troy)
- Subject: Re: Various MiNT questions
- From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
- Date: Mon, 8 Aug 1994 21:18:26 +0200 (MET DST)
- Cc: mint@terminator.rs.itd.umich.edu (MiNT Mailer)
- In-reply-to: <"25888 Mon Aug 8 14:09:44 1994"@bnr.ca> from "troy" at Aug 8, 94 02:06:00 pm
- Organization: Dept. of Computer Science, TU Dresden, Germany
> 3. Has anyone gotten tcsh to use the DOS file structure, but not use the
> lame tcsh.csh files? I would rather it use .cshrc, .login, .logout, and all
> that jazz AND be able to use the DOS filestructures. Since root is the only
> user who can access non-minix partitions, then that right there limits who
> can have these resource files on TOS partitions. If we are assumed smart
> enough to compile MiNT by ourselves and use MiNT-Net and get it running by
> ourselves, then surely we can make sure our .cshrc files do not sit on TOS
> partitions.
I'm not entirely sure what you mean by "DOS file structure", but you
can get `tcsh' to use Unix-style init files by recompiling without
certain #defines I introduced; i.e., use the patches in tcsh6033.zoo,
apply them to virgin tcsh-6.03 sources, edit config_f.h and #undef
DOSFS and/or DOSTEXT, and hit "make".
However, be warned: Whenever I tried to link `tcsh' against a more
recent mntlib, I got a binary that had problems with pipes; I haven't
had time to look into this any further, which is also why I didn't
release a version after 6.03. I'll reproduce my old trouble report
below. I don't know whether this is fixed by now (as I said, I
haven't tried for a while), and whether this has been a mntlib bug or
a MiNT bug or a `tcsh' bug.
Michael
--
Email: hohmuth@inf.tu-dresden.de
WWW: http://www.inf.tu-dresden.de/~mh1/
------------------------------------------------------------------------------
From: hohmuth@irs.inf.tu-dresden.de (Michael Hohmuth)
Message-Id: <9405272337.AA22789@irs.inf.tu-dresden.de>
Subject: mntlib: problem with pipes
To: mint@terminator.rs.itd.umich.edu (MiNT Mailer)
Date: Sat, 28 May 1994 01:37:03 +0200 (MET DST)
Reply-To: hohmuth@freia.inf.tu-dresden.de
I give up...
I have a problem with mntlib versions > PL30.
When I link tcsh 6.03 against newer versions of mntlib, I cannot use
pipes any more:
# cat .cshrc | more
Suspended (tty output)
[1] 35 36
#
(This also happens with tcsh 6.04.) The same thing works fine with tcsh 6.03
+ mntlib PL 30 (and has ever worked under every version of MiNT).
I don't know exactly which mntlib PL introduces the problem...
Can you point me to the right direction?
Thanks,
Michael
--
Internet: hohmuth@freia.inf.tu-dresden.de