[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] cat problem
Can anyone help Paul W on the highwire list with an Afros  cat problem:
http://highwire.atari-users.net/
Thanks,
Peter
Quote:
I am "stuck" on CAT problem ATM, with gcc comipilations, even though HW does not have 
a "configure" script, I would like to get this sorted, especially if I'm to add SSL 
which would make a "configure" script useful..
 
Again: I am using AFROS 8.12 based install, with everything from the sparemint RPM "depo"
 
# cat <<EOF
> echo bob
> echo more bob
> EOF
 
gets a "file not found" error, which is painful, becuase it is used a lot, especially in 
"configure" scripts
 
BTW: I jus finished reading that "really long HW thread" RE: Compiling. Its seems you 
were successful in the end. 
I already understand the need of libs and devel libs, and have a complete USR tree with 
everything I could possibly need to do gcc on MiNT. The only thing stopping me is this 
damned CAT issue..
 
I have even tried changing shells, to no avail. I have done some test, and its NOT 
the << pipe, as it works fine with SORT and others..