This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building gcc4-4.3.0-20061104/11 failure on OSX 10.3


On Nov 19, 2006, at 2:00 PM, Dominique Dhumieres wrote:
So your patch fixes the problem I have reported.

Thanks for the report.


If I may abuse of the situation,

Sure.


I am using the following patches:

Index: gcc/config/rs6000/darwin7.h
===================================================================
--- gcc4/gcc/config/rs6000/darwin7.h        (revision 112376)
+++ gcc4/gcc/config/rs6000/darwin7.h        (working copy)
@@ -29,3 +29,1 @@
-#define LIB_SPEC "%{!static:\
-  %:version-compare(!< 10.3 mmacosx-version-min= -lmx)\
-  -lSystem}"
+#define LIB_SPEC "%{!static:-lSystem -lmx}"

this is required to avoid a lot of warnings with ld, as discussed in
a thread around 21/08/2005,

This thread:


http://gcc.gnu.org/ml/gcc/2005-08/msg00538.html

? Was there a bug report for this? If not, I'd recommend filing one.

and

Index: gcc/config/i386/darwin-libgcc.10.4.ver

+__Unwind_GetIPInfo

Nope. Can't do this one. That boat has sailed, so this is the wrong thing to do.


Index: gcc/config/rs6000/darwin-libgcc.10.4.ver
+__Unwind_GetIPInfo

Likewise. I think the last of these issues have long since been fixed, is there some remaining problem? Do you have a PR number for it?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]