Yes, gcc is installed and and was, when performing the reported tests. It answers the request for its version:
~> gcc -v answers: COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info -- mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable- languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release -- with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp -- disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with- system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable- libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with- arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse- linux Thread model: posix gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux)
1. suggested Command: senior@scaleo: ~> gcc -c /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/units/crtc.c
simply does not find panel.h:
/usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/units/crtc.c:126:19: fatal error: panel.h: Datei oder Verzeichnis nicht gefunden #include <panel.h>
2. suggested Command: senior@scaleo: ~> gpc -c /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/units/crtc.c
answer: /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/units/crtc.c:126:19: panel.h: Datei oder Verzeichnis nicht gefunden Thereafter following a bunch of further errormessages, which are - I think - not of interest so far.
Thank you, Mathias Uhle
Am Dienstag, 29. März 2016, 12:51:20 schrieb Peter:
Have you got a gcc C compiler installed?
The following commands should both work.
gcc -c /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/units/crtc.c gpc -c /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/units/crtc.c
Gpc mailing list Gpc@gnu.de https://www.g-n-u.de/mailman/listinfo/gpc