| bio | website | linkedin.com/pub/kevin-ross/… |
|---|---|---|
| location | Isle of Man | |
| age | 26 | |
| visits | member for | 10 months |
| seen | yesterday | |
| stats | profile views | 100 |
I am an IT Systems Tester, learning C# and Linux. I have joined StackExchange to get help on these learning curves I am going through.
|
Aug 17 |
comment |
/usr/include/stdio.h:140: parse error before `__gnuc_va_list' Then using scoadmin software I installed gcc. |
|
Aug 17 |
comment |
/usr/include/stdio.h:140: parse error before `__gnuc_va_list' Right @Gilles, I can't exactly remember, but I found out with my other questions. I used WinSCP (SSH) to copy a .tar.gz file to my /u/test/installgnu/gcc/ folder. I then went into the terminal, using PuTTY, and un-tarred the file. tar xzvf gcc-2.95.2pl1-dist.tar.gz - I seriously can't remember if I used the 2.95.2pl1-dist... or the 12.95.2pl1-VOLS.tar`. I typed gcc -v and got this back: /usr/local/lib/gcc-lib/i386-pc-sco3.2v5.0.5/2.95.2/specs
gcc version 2.95.2 19991024 (release). Does that help? |
|
Aug 17 |
comment |
/usr/include/stdio.h:140: parse error before `__gnuc_va_list' Thanks @Gilles, I remember now too. But I think I got it installed, as when I type gcc it shows: gcc: No input files. So I think it is installed now. |
|
Aug 16 |
comment |
/usr/include/stdio.h:140: parse error before `__gnuc_va_list' Thanks for trying :) |
|
Aug 16 |
comment |
/usr/include/stdio.h:140: parse error before `__gnuc_va_list' So should the path say: gcc -I. -I/opt/K/SKUNK99/...? Sorry, I'm just confused. |
|
Aug 16 |
comment |
/usr/include/stdio.h:140: parse error before `__gnuc_va_list' Thank you for that, I did that, and this is what is now returned (better): bash-3.1$ gcc -I. -I../opt/K/SKUNK99/Gcc/2.95.2pl1/usr/local/include/g++-3/ program.c
program.c:19: vcl.h: No such file or directory
program.c:22: windows.h: No such file or directory
program.c:69: stdafx.h: No such file or directory |
|
Aug 16 |
comment |
Backspace Acting like Enter in Bash Sweet! It was using my .bashrc config file. |
|
Aug 16 |
comment |
Backspace Acting like Enter in Bash I added the stty intr '^C' to my .profile (as a test user - /u/test/.profile) and logged off and back on, and it is back to the old problem. |
|
Aug 16 |
comment |
Backspace Acting like Enter in Bash @paxdiablo: it sure looks like you are an SO guy, whoa! Thanks again. So I have just done stty intr '^C', will that stay when I log off? Or do I need to add it to my .profile as well? |
|
Aug 16 |
comment |
Backspace Acting like Enter in Bash @djf, haha I knew you were going to give an answer. But thanks for asking me for that stty -a |
|
Aug 16 |
comment |
Backspace Acting like Enter in Bash Genius!!! Thank you, it has worked properly now. |
|
Aug 16 |
comment |
Backspace Acting like Enter in Bash I see that it shows: erase = DEL, but the Delete button adds a ~ to the line. I'm not sure that is what is meant by: erase = DEL though. |
|
Aug 16 |
comment |
Backspace Acting like Enter in Bash Updated description. |
|
Aug 16 |
comment |
Huawei E353 Driver for Linux @BigGenius, does this answer fix your problem? If not, please say so that other people can help too, but if it does, accept it. |
|
Aug 14 |
comment |
Backspace, Tab not working in terminal (using ssh) Occasionally mine does it too. But my backspace is acting like my return (Enter) key. @gopi1410, you're not the only one with this issue +1 for the question! |
|
Aug 13 |
comment |
What File Transferring Method (i.e. FTP) Can I Use for rlogin (Solaris 8 on SPARC) is the title better? I'm looking at rcp now, but is talking about: Copies files between a Windows XP computer and a system running rshd. I don't have ssh or rsh on this machine, only rlogin. |
|
Aug 10 |
comment |
Check if SSH is enabled or Disabled in Solaris 11 Ah: Solaris 8 2/02 s28s_u7wos_08a SPARC - OK, thank you for that :) |
|
Aug 10 |
comment |
Check if SSH is enabled or Disabled in Solaris 11 Hi @jlliagre, I did uname -a and this returned: SunOS -I 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Blade-100. What version of Solaris is that? |
|
Aug 10 |
comment |
Check if SSH is enabled or Disabled in Solaris 11 What about on SPARC, as when I tried svcs ssh, it said svcs: not found. Is it different for SPARC? |
|
Aug 9 |
comment |
Check if SSH is enabled or Disabled in Solaris 11 My PuTTY wasn't using the correct IP address as I thought it was. I had to change it, as my Network Admin told me to change my IP addresses. |