This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cc1obj whats this


Hi!

I encountered a problem while trying to compile a very simple 
(hello world) GNUstep program.
During compile time it misses cc1obj.
What's this and where can I find it. (which Deb package?)
I use gcc-3.0 on Debian Woody. It's a fresh installed system.

Thankx!

Here's the output of the compilation :

Making all for app MyApplication...
gcc-3.0 MyApp.m -c   -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1  -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT
-fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime
-I. -I/usr/lib/GNUstep/System/Headers -fgnu-runtime
-I/usr/lib/GNUstep/System/Headers -I/usr/include/libxml2/libxml
-I/usr/include/libxml2 -fconstant-string-class=NSConstantString
-I/root/GNUstep/Library/Headers
-I/usr/local/lib/GNUstep/Local/Library/Headers
-I/usr/local/lib/GNUstep/Network/Library/Headers
-I/usr/lib/GNUstep/System/Library/Headers
-I/usr/local/lib/GNUstep/Network/Headers/gnustep
-I/root/GNUstep/Headers/gnustep
-I/usr/local/lib/GNUstep/Local/Headers/gnustep
-I/usr/lib/GNUstep/System/Headers/gnustep
-I/usr/local/lib/GNUstep/Network/Headers/ix86/linux-gnu
-I/root/GNUstep/Headers/ix86/linux-gnu
-I/usr/local/lib/GNUstep/Local/Headers/ix86/linux-gnu
-I/usr/lib/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers
-I/usr/local/lib/GNUstep/Local/Headers
-I/usr/local/lib/GNUstep/Network/Headers -I/usr/lib/GNUstep/System/Headers
-o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/MyApp.o
gcc-3.0: installation problem, cannot exec `cc1obj': No such file or
directory
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/MyApp.o] Error 1
make[1]: *** [MyApplication.build] Error 2
make: *** [MyApplication.all.app.variables] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]