help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

followup to an old newbie question on cc1obj. what/where is it?


From: dogstar
Subject: followup to an old newbie question on cc1obj. what/where is it?
Date: Tue, 26 Aug 2008 09:04:07 -0700 (PDT)

I am trying to get GNUstep's GWorkspace running under Vista on a Mac Mini and
have gotten stuck. I am trying to install it from source, and I can run
./configure, but make barfs.

I found this older thread which sounds a lot like what happened to me, as
well as a partial reply:

On Dec 28, 2007, at 11:02 AM, Steve Aby wrote:

> A newbie question…..I am running GNUStep on Windows Vista after  
> running the Windows installers (gnustep-system-0.9.1-setup and  
> gnustep-core-0.9.1-setup) to install GNUStep.  I try to compile a  
> simple C/Objective-C program from MinGw32 using the command ‘gcc  
> hello.m –o hello1 –l objc’ and get the message ‘gcc.exe:  
> installation problem, cannot exec `cc1obj': No such file or  
> directory’.  The aforementioned file does exist in the following  
> directory:  ‘C:\GNUstep\mingw\libexec\gcc\mingw32\3.4.5’.  The  
> Windows PATH variable is set to ‘C:\GNUstep\mingw\bin;C:\GNUstep
> \GNUstep\System\Tools’.  I am a little new to this and wondering if  
> an environment variable needs to be set or modified differently  
> than what the installer did?  Any insight would be greatly  
> appreciated.
>
... [show rest of quote]

and the reply was ....

Are you using the mingw shell (The "Shell" link from the GNUstep  
Startup menu) or the CMD window? You should be using Shell.  What  
does "echo $PATH" say from Shell?
It shouldn't have anything to do with the PATH though, as long as  
gcc.exe is found, gcc should find everything else. Try also:

gcc -print-prog-name=cc1obj

It should print out the full path name to the compiler.  If it just  
says "cc1obj", then something wrong.

.. end of original reply

Well, I tried "gcc -print-prog-name=cc1obj" and I got a "no such file or
directory" message, so I guess something is wrong.  The question is: what is
wrong and how do I fix it?

I am totally new to this GNU stuff on Windows (my Macs are using it of
course).
-- 
View this message in context: 
http://www.nabble.com/followup-to-an-old-newbie-question-on-cc1obj.-what-where-is-it--tp19152540p19152540.html
Sent from the GNUstep - Help mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]