Re: C++
Re: C++
- Subject: Re: C++
- From: Shawn Erickson <email@hidden>
- Date: Fri, 13 Aug 2004 17:02:08 -0700
On Aug 13, 2004, at 4:02 PM, digish reshamwala wrote:
Hi...
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"
I mean, there is no syntax error in my prev code too. It gave me the
same
error as above, when I tried simple command:
g++ main.cpp
I have attached .cpp file just in case...
Also, how can i use xcode for this??
Sounds like an install issue. Which version of Xcode tools are you
using?
Note I found the following with help of google...
<http://www.xdarwin.org/forums/read.php?f=4&i=190&t=190>
Trying a reinstall for the tools may help fix this issue.
-Shawn
_______________________________________________
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.
References: | |
| >Re: C++ (From: digish reshamwala <email@hidden>) |