This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libobjc/11572] [regression]: GNU libobjc no longer compiled on Darwin
- From: "d dot ayers at inode dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2003 15:06:07 -0000
- Subject: [Bug libobjc/11572] [regression]: GNU libobjc no longer compiled on Darwin
- References: <20030718103846.11572.n.pero@mi.flashnet.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11572
------- Additional Comments From d dot ayers at inode dot at 2003-08-19 15:06 -------
If I undestand you correctly, you're suggesting somthing like:
%{fgnu-runtime:-I%:gcc_include_path()/libobjc}
Could someone please give me pointer with what I could sensibly replace:
%:gcc_include_path()
with (or where(how) I could implement this).
I've been scanning throught he gcc(int) manual for quite some time but seem to
keep missing the correct link to the section I need.
BTW: This is very neat indeed, as it also solves the /usr/local issue. Thanks
for the pointer!