On 2/28/2012 6:09 PM, Jacek Malinowski wrote: > On 10.6.8 after installing Xcode 4.2 I didn't have /usr/bin/gcc-4.2 so I've > made ln -s gcc gcc-4.2 > > Additional info: > > lrwxr-xr-x 1 root wheel 12 26 lut 12:36 gcc -> llvm-gcc-4.2 > lrwxr-xr-x 1 root wheel 3 28 lut 02:58 gcc-4.2 -> gcc
Then you broke the compiler test in the ffmpeg package because it tests for whether it's using gcc-4.2 or llvm-gcc-4.2 and applies the fix for the latter, but your 'gcc-4.2' is not really gcc-4.2. Messing with files in /usr/bin, especially the compilers is a Bad Idea. Hanspeter ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
