Hi all,
I have downloaded the source of the latest version of tcsh (tcsh-6.11.00)
and I am trying
to compile it.
In summary I do this and get this error:
shell> ./configure
shell> make
......
cc: Severe: /usr/include/sys/types.h, line 62: Cannot find file
<standards.h> sp
ecified in #include directive. (noinclfilef)
#include <standards.h>
-^
*** Exit 1
Stop.
I did a find and found that this is where standards.h lives:
/usr/sys/include/standards.h
How can I tell it to look for libraries /usr/sys/include/ ?
This is the output from configure.
# ./configure
creating cache ./config.cache
checking host system type... alphaev56-dec-osf5.1
checking cached host tuple... ok
Tcsh will use configuration file `decosf1'.
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking how to run the C preprocessor... /lib/cpp
checking for library containing crypt... none required
checking for library containing tgetent... -lcurses
checking for library containing gethostbyname... none required
checking for library containing connect... none required
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
Can anyone help.
Thanks
- Alex
Received on Mon May 27 2002 - 13:06:35 NZST