-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 6/29/10 2:13 PM, Koen van der Drift wrote: > I'm working on a package that requires gcc43 or greater. How do I > define this in the info file? I could use (Build)Depends: gcc43, but > if someone already has gcc44 installed, they'll end up with more than > one gcc (and a lot of compilation time). The gcc version from Xcode on > my system is 4.0.1 (10.5/PPC), so I need to add gcc to the info file. > But maybe newer Xcode versions already have gcc43?
Nope. They have gcc-4.2. I that case I > assume don't need to add gcc43. > > What's the recommended way to do this? > > Thanks, > > - Koen. > Check the linked library contents of your package. More often than not, it will wind up linked to a library from the gcc4N that you used to build it. In such a case there is no choice: you pick a gcc4N and users build that if they don't have it installed. gcc44 is now the minimum recommended version, since it works on all of our platforms, which gcc43 does not. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwqO/gACgkQB8UpO3rKjQ/acQCdH4mlNqqIHNtKhttIlN2x2ME9 55UAn3oukXwRTnaPG86sxGzLW6r/xFS0 =wKnc -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
