Fink tools for Mac hardware hackers
May 16th, 2008Mikey Sklar lists some software tools available via the fink packaging system for hardware developers using Macs .
Mikey Sklar lists some software tools available via the fink packaging system for hardware developers using Macs .
If you’ve got the latest Apple Developer tools installed, you’ll notice that attempting to ./configure the clamav-0.93 package doesn’t work because of a gcc compiler bug. The way I found around this is to “fink install gcc43″, then retry the configure command after having set the CC to beĀ /sw/bin/gcc-4 and then you can make and make install as per usual.