Alexander K. Hansen wrote:

On May 19, 2005, at 1:06 PM, Carol Kankelborg wrote:

I recently upgraded from Mac OS 10.2.8 to Tiger (now 10.4.1). I wiped out
my /sw tree (long story, but in some ways it's nice to start from scratch) and
am slowly trying to install the packages I had before.


My problem is that when I try to install opensp4 fink can't find some files.

Start here: check the config.log file (/sw/src/opensp4-1.5.1-2/opensp4-1.5.1/config.log) and see if there's any indication of what's missing. It sounds like you're missing a package with essential headers, e.g. the DevSDK package.



Alexander,

I looked at the config.log file. I'm not sure what I am looking for in it.
The first hint of an error is listed below. I also installed or reinstalled DevSDK
from the Tiger installation disc. I first tried the Xcode installer and couldn't figure
out which option represented DevSDK. I went under the Packages folder and
ran DevSDK.pkg from there. That didn't fix anything. ( I didn't check the installation
receipt to see if it had been installed when I first installed Xcode a few weeks ago.)
When I installed Xcode, I selected everything except Java 1.4 Reference
Documentation, all Cross-Development stuff, and the CHUD tools.



Carol



configure:2328: $? = 0
configure:2330: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)
configure:2333: $? = 0
configure:2335: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2338: $? = 1
configure:2362: checking for C compiler default output
configure:2365: gcc -I/sw/include conftest.c -L/sw/lib -lintl >&5
configure:2368: $? = 0
configure:2414: result: a.out
configure:2419: checking whether the C compiler works
configure:2425: ./a.out
configure:2428: $? = 0
configure:2445: result: yes
configure:2452: checking whether we are cross compiling
configure:2454: result: no
configure:2457: checking for suffix of executables
configure:2459: gcc -o conftest -I/sw/include conftest.c -L/sw/lib -lintl >&5
configure:2462: $? = 0
configure:2487: result:
configure:2493: checking for suffix of object files
configure:2515: gcc -c -I/sw/include conftest.c >&5
configure:2518: $? = 0
configure:2540: result: o
configure:2544: checking whether we are using the GNU C compiler
configure:2569: gcc -c -I/sw/include conftest.c >&5
configure:2572: $? = 0
configure:2575: test -s conftest.o
configure:2578: $? = 0
configure:2591: result: yes
configure:2597: checking whether gcc accepts -g
configure:2619: gcc -c -g -I/sw/include conftest.c >&5
configure:2622: $? = 0
configure:2625: test -s conftest.o
configure:2628: $? = 0
configure:2639: result: yes
configure:2656: checking for gcc option to accept ANSI C
configure:2717: gcc -c -g -O2 -I/sw/include conftest.c >&5
configure:2720: $? = 0
configure:2723: test -s conftest.o
configure:2726: $? = 0
configure:2744: result: none needed
configure:2762: gcc -c -g -O2 -I/sw/include conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2765: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2893: checking for style of include used by make
configure:2921: result: GNU
configure:2949: checking dependency style of gcc
configure:3011: result: none
configure:3021: checking how to run the C preprocessor
configure:3057: gcc -E -I/sw/include conftest.c
configure:3063: $? = 0
configure:3095: gcc -E -I/sw/include conftest.c
configure:3097:28: error: ac_nonexistent.h: No such file or directory
configure:3101: $? = 1
configure: failed program was:
| #line 3086 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SP_MULTI_BYTE 1
| #define SP_PACKAGE "OpenSP"
| #define SP_VERSION "1.5.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>



-- Carol Kankelborg

The best computer is a man, and it's the only one that can be
mass-produced by unskilled labor. -- Wernher von Braun


------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to