Re: Objective-C or C++ or something...
Re: Objective-C or C++ or something...
- Subject: Re: Objective-C or C++ or something...
- From: Seth Willits <email@hidden>
- Date: Thu, 7 Aug 2003 14:53:40 -0700
On Thursday, August 7, 2003, at 02:29 PM, Alastair J.Houghton wrote:
Anyway, Seth's problem is that he's building with GCC 2.95, probably
because he installed the new developer tools (either separately or as
part of XCode). Project Builder gets confused and runs 2.95 instead
of 3.3 or 3.1 unless you explicitly set a load of variables in your
target's Expert Settings view (the release notes for the new developer
tools say what you have to do; from what I remember, you set
GCC_VERSION to 3.3, CC to /usr/bin/gcc-3.3, and CPLUSPLUS to
/usr/bin/g++-3.3).
Wahoo! That worked except I get this warning while linking:
ld: warning -L: directory name () does not exist
Seth Willits
------------------------------------------------------------------------
---
President and Head Developer of Freak Software -
http://www.freaksw.com
Q&A Columnist for REALbasic Developer Magazine -
http://www.rbdeveloper.com
Webmaster for REALbasic Game Central -
http://www.freaksw.com/rbgames
"Information is free. Intelligence is a gift."
-- Seth Willits
------------------------------------------------------------------------
---
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.