Remi Mommsen wrote:
[]
> creating lib-src/Makefile
> ./config.status: /lib/cpp: No such file or directory

Something must have gone wrong when configure tried to guess the machine 
type. It should not have set the preprocessor to /lib/cpp.

There is a part of the output during the configure phase that looks as 
follows in my case:

checking host system type... powerpc-apple-darwin
checking for gcc... gcc
checking whether the C compiler (gcc  -L/sw/lib) works... yes
checking whether the C compiler (gcc  -L/sw/lib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E -traditional-cpp
checking for a BSD compatible install... /usr/bin/install -c

I bet it's different for you, but I have no idea why.

[]
> make[1]: *** No rule to make target `all'.  Stop.
> make: *** [lib-src] Error 2

There is probably no Makefile in lib-src, because this should have been 
made from Makefile.c using the (non-existent) preprocessor.

-- 
Martin



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to