This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: GCJ on Darwin/i386 patches



The issue is about the __Unwind_GetIPInfo missing from libgcc_s. Without the patch, a program linked with libgcj will not start because of the missing symbol. I don't have MACOSX_DEPLOYMENT_TARGET set, and I don't think it will have any influence on this issue. See http://gcc.gnu.org/ml/gcc-patches/ 2006-02/msg02041.html for a discussion about this issue.



gcc42-gcc:


2006-02-28 Eric Christopher <echristo@apple.com>

	* config/rs6000/darwin-libgcc.10.5.ver: Add __Unwind_GetIPInfo.
	* config/rs6000/darwin-libgcc.10.4.ver: Ditto.
	* config/i386/darwin-libgcc.10.5.ver: Ditto.
	* config/i386/darwin-libgcc.10.4.ver: Ditto.


I retracted this - I had MACOSX_DEPLOYMENT_TARGET set, once removed everything worked fine.


-eric


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