Re: C++
Re: C++
- Subject: Re: C++
- From: digish reshamwala <email@hidden>
- Date: Mon, 16 Aug 2004 10:57:49 -0700
- Priority: normal
Hey...
Thanks a lot. The reinstallation fixed the problem. And I am able to compile
& run!!
thanks again,
-digish
----- Original Message -----
From: Nick Zitzmann <email@hidden>
Date: Friday, August 13, 2004 5:06 pm
Subject: Re: C++
> On Aug 13, 2004, at 5:02 PM, digish reshamwala wrote:
>
> > OK I tried your suggestions. And compiled using the command
> >
> > g++ -Wall g++ -Wall -O0 -o hello hello.cpp
> >
> > But it game the following error:
> > "ld: can't locate file for: -lcrt1.o"
>
> That means your Mac's developer tools installation is screwed up and
> you should perform a clean reinstall of the developer tools. libcrt1.o
> is the name of the C runtime, and if it's not present, then you won't
> be able to compile anything.
>
> To do that, in Terminal, run the "uninstall-devtools.pl" script that's
> in /Developer/Tools as root. Then reinstall Xcode from the developer
> tools CD (or disk image).
>
> Nick Zitzmann
> <http://seiryu.home.comcast.net/>
> S/MIME signature available upon request
>
> "They [our enemies] never stop thinking about new ways to harm our
> country and our people, and neither do we. We must never stop thinking
> about how best to offend our country." - George W. Bush (August 5,
> 2004)
> _______________________________________________
> xcode-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/xcode-users
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.