Summary: Where is the C-Compiler

From: Andreas Hoeschler <ahoesch_at_smartsoft.de>
Date: Sat Mar 16 2002 - 12:41:31 EST
Thanks to all who replied. The tenor was to remove the cc link to gcc 
and check whether the PATH is set correctly which it obviously is. gcc 
is found, the cc link no longer exists and still no success. Any ideas 
what might be missing in the path?

# echo $PATH
/usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin
# gcc --version
2.95.3
# sh
# gcc --version
2.95.3
# exit
# ./configure
loading cache ./config.cache
checking whether ln -s works... (cached) yes
checking for bison... no
checking for byacc... no
checking for gcc... (cached) cc
checking whether we are using GNU C... (cached) no
checking for ranlib... (cached) :
checking for a BSD compatible install... (cached) ./install.sh -c
checking whether make sets $MAKE... (cached) no
checking for working const... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking whether cross-compiling... (cached) yes
checking for ANSI C header files... (cached) no
checking for size_t... (cached) no
checking for ANSI C header files... (cached) no
checking for string.h... (cached) yes
checking for malloc.h... (cached) yes
checking for sys/types.h... (cached) yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
# make
cc -c -I. -I. -g parse.c
make: cc: Command not found
make: *** [parse.o] Error 127

  I tried this again with both projects (flex and ppp-2.4.1). Same 
result. I also tried ./configure CC=/usr/local/bin/gcc. No avail. What 
is still wrong?

Thanks a lot for any further ideas...

- Andreas
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Sat Mar 16 11:42:16 2002

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:37 EST