On Jun 16, 2011, at 12:39 PM, Mike Stump wrote: > RIght now darwin doesn't build for me (something for goolge to find): > > Undefined symbols: > "LPR2", referenced from: > ___mulsc3 in _mulsc3_s.o > ___muldc3 in _muldc3_s.o > ___mulxc3 in _mulxc3_s.o
Found it, rm -rf `find . -name autom4te.cache` in the source tree solves it. :-( You know, rm -rf the build is obvious and anyone can do that, by rm -rf the source tree is, well, anti-solcial.