Tagged Questions
2
votes
1answer
368 views
/usr/include/stdio.h:140: parse error before `__gnuc_va_list'
I keep getting this error, when trying to compile my C program in SCO (using gcc).
I have had a look on Google, and found this other forum: Linux Questions, and that guy had the exact same issue as I ...
2
votes
1answer
390 views
Extracting / Installing a TAR file
When I extract a tar file using this command: tar xvzf gcc-4.7.1.tar.gz
(This is the directory the tar file is in:
cd /u/test/GCC-4.7.1/)
The files were extracted but they are in /dev/... (see below ...
1
vote
1answer
594 views
Unable to find headers in GCC
I am trying to compile a program using GCC in SCO, and I am unable to find the ctype.h file. I have managed to find the other files that were missing when compiling, like string.h etc.
I was getting ...
2
votes
1answer
219 views
Install Compiler, GCC, in SCO
I am having difficulty trying to install the GCC compiler in SCO, but can't get it to work.
I have used an FTP to transfer some files (.tar.gz) to /u/test/installgnu/ and I extracted the files, but ...