I got a new 12" PB and wanted to install fink (new install).
Downloaded the 0.70 file and installed. No error messages.
Rebooted, and went to try to install vim and wget. Both fail. With wget, I get
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
configure:1587: $? = 0
configure:1589: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1592: $? = 1
configure:1616: checking for C compiler default output
configure:1619: gcc -I/sw/include -L/sw/lib conftest.c >&5
ld: can't locate file for: -lcrt1.o
configure:1622: $? = 1
configure: failed program was:
| #line 1595 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1661: error: C compiler cannot create executables
See `config.log' for more details.
the last 2 lines actually are echoed to the Terminal, the above is a copied section of the config.log that seemed relevant.
I did install Xcode, X11, and the X11 SDK (not installed by default)
Ideas?
Thanks,
Mike