| Article: |
Learning the Mac OS X Terminal, Part 4 | |
| Subject: | Fixing configure problems | |
| Date: | 2002-03-28 01:24:13 | |
| From: | oreillynet20000 | |
| I haven't tried this with streamripper, but normally you can fix configure problems by copying the Apple-provided /usr/libexec/config.* files (I think it's config.guess and config.sub) to your source directory. This will then ensure configure picks up the correct defaults for compiling on Mac OS X & Darwin. | ||
Showing messages 1 through 1 of 1.
-
Fixing configure problems
2002-03-28 10:50:09 Chris Stone |
[View]



I can only reccomend that those of you having problems with the compile, make sure that typing "which cc" returns "/usr/bin/cc" . If it doesn't you should re-install the Dev Tools.
--Chris