Questions tagged [os390]
8 questions
7
votes
2 answers
TAB autocomplete in Bourne Shell
I don't know how to get the TAB key to autocomplete filenames, commands, or anything at all.
I'm on a Unix-like system (OS/390) and depend on several scripts that work in sh (Bourne shell, not BASH), but not in other shells (tcsh, for example), so…
Thomas G Henry LLC
- 172
- 1
- 7
7
votes
2 answers
Color terminal under USS
I've been using a remote terminal connected to USS under a mainframe for some time. Is there a way to configure this terminal to be colored?
I'm using PuTTY and xterm.
Added: USS stands for UNIX System Services, UNIX implementation for mainframes.
tcb
- 171
- 4
4
votes
1 answer
cannot find -lm
I am trying to build gcc G4.8.5 for architecture s390x(cross compiled) on
x86 32(sles10 patchlevel 4) 2.6.16.60-0.85.1-vmipae
for sles12sp2 and i am getting an error
/s390x-suse-linux/bin/ld: cannot find -lm
collect2: error: ld returned 1 exit…
MikasaAckerman
- 339
- 1
- 3
- 9
4
votes
2 answers
what am i missing ... why run a S/390 platform with Fedora desktop?
I found this link for a group that is converting fedora RPM's to run on S/390 hardware. Wikipedia tells me that the S/390 was made by IBM as a mainframe computer in the 1990's (and run out of service before 2000). So I have two questions: Why would…
Hari Seldon
- 797
- 2
- 10
- 22
2
votes
3 answers
how to make a large command line broke in two lines be executed as a single line inside of a script
I am using IBM z/OS390 and I am using the OMVS shell.
I don't have "vi" installed at all so I use "oedit".
If I try to initialize the app.jar straigh from OMVS shell it Works perfectly. I mean, if I reach the java directory and start the app from…
Jim C
- 145
- 1
- 4
1
vote
1 answer
./a.out && echo $? only prints return value if return = 0
echo $? in the following scenario does not display the return value, i.e. 1.
echo "int main() { return 1; }" > foo.c
gcc foo.c && ./a.out && echo $?
However, echo $? works when the program returns 0. Why is this?
Note: If you do another echo $?…
Harvinder
- 395
- 1
- 10
0
votes
1 answer
Install NSIS on SLES zLinux
I need to install NSIS (http://nsis.sourceforge.net) on corporate zLinux server (SLES 11 SP 3 on z/OS machine).
Here are the inputs:
I have root
I don't have compilers there (gcc or g++) and I doubt I can get them installed
I don't have support…
Barat Sahdzijeu
- 185
- 1
- 6
-1
votes
1 answer
db2start fails with error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Installed db2 10.5 but installation completes with warning that db2start failed
while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory.
i have both libstdc++.so.5 and libstdc++.so.6 in my…
Yogesh Kumar
- 101
- 2