search for: cc1obj

Displaying 6 results from an estimated 6 matches for "cc1obj".

Did you mean: aclobj
2019 Jul 09
2
Problem to exec 'cc1obj'
...: # make This is gnustep-make 2.7.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in sope-xml ... Making all in SaxObjC ... Making all for library libSaxObjC... Compiling file SaxAttributeList.m ... gcc: error trying to exec 'cc1obj': execvp: Datei oder Verzeichnis nicht gefunden gmake[5]: *** [obj/libSaxObjC.obj/SaxAttributeList.m.o] Fehler 1 gmake[4]: *** [internal-library-all_] Fehler 2 gmake[3]: *** [libSaxObjC.all.library.variables] Fehler 2 gmake[2]: *** [internal-all] Fehler 2 gmake[1]: *** [internal-all] Fehler 2 m...
2019 Jul 09
0
Problem to exec 'cc1obj'
On Tue, Jul 09, 2019 at 09:02:05PM +0200, Andreas Meyer wrote: > gcc: error trying to exec 'cc1obj': execvp: Datei oder Verzeichnis nicht gefunden You need the gcc-objc package. -- Jonathan Billings <billings at negate.org>
2007 Jun 26
0
gcc and g++ errors while compiling R on Linux ppc64
...and have pasted them below. Please let me know if they can affect the installation of other packages on R. ------------------ configure:7479: checking whether we are using the GNU Objective C compiler configure:7508: gcc -c -I/usr/local/include conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:7514: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "R 2.5.0" | #define PACKAGE_...
2008 Feb 02
3
[LLVMdev] Problem Compiling llvm-gcc 4.2
...rce/host-x86_64-unknown- linux-gnu/prev-gcc/ -B/usr/local/x86_64-unknown-linux-gnu/bin/ -g - O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style- definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1obj- dummy \ objc/objc-lang.o objc/objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c- opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-...
2004 Nov 28
1
[LLVMdev] attempt to make dummy drivers for llvm-gcc for f77, java and objc
Hi, I am sick of remembering things, when configuring and compiling, so I would like to help make the cvs configuring and building of llvm easier. Here are a set of empty files that produce broken f771,jc1 and cc1obj. At least the make does not break. Right now I am only compiling and linking in these two new files via shell scripts as a test. If you are interested, I can integrate this into the Makefile of the gcc and propose a patch and send you the entire files. I removed that so that you are not spammed by...
2000 Dec 16
1
g2c library
Working on a Red Hat (not Mandrake) Linux and trying to load my library I get (sorry, can't copy it all, working remotely) gcc -shared -o ..... /user/bin/ld: cannot find -lg2c Does anyone know what the g2c library iss, and if I can download and compile it for Red Hat (I definitely didn't mean to type f2c in the above) Thanks Jonathan