On Thu, 25 Apr 2002, Martin MOKREJŠ wrote:

[...]
> WARNING:   AC_DEFINE([NEED_MAIN], 1,
> WARNING:             [Define if a function `main' is needed.])
> 
> WARNING: More sophisticated templates can also be produced, see the
> WARNING: documentation.
> autoheader: `src/config/afsconfig.h.in' is created
> $
> 
> 
> Used automake-1.5. Is it too old?

In the meantime, the configure was usable and created config.status and
then all Makefile's:

$ CC=cc ./configure --with-afs-sysname=alpha_dux51 --enable-transarc-paths 
--enable-insecure CC=cc
[...]
$ make
mkdir -p /scratch/mokrejs/openafs/include
mkdir -p /scratch/mokrejs/openafs/include/afs
mkdir -p /scratch/mokrejs/openafs/lib
make build
make finale DEST=/scratch/mokrejs/openafs/alpha_dux51/dest COMPILE_PART2B=all DESTDIR=
cd src; cd config ; make all
rm -f Makefile.version
if      [ -r SRC/../CML/state ] ;  then cp ./Makefile.version-CML Makefile.version ;  
else      cp Makefile.version-NOCML Makefile.version ;  fi
make -f Makefile.version AFS_component_version_number.c
echo 'char cml_version_number[]="@(#) OpenAFS devel built ' `date +"%Y-%m-%d"` '";' 
>AFS_component_version_number.c
echo 'char* AFSVersion = "openafs devel"; ' >>AFS_component_version_number.c
cc -g -I/scratch/mokrejs/openafs/include -O2 -I. -c ./config.c
cc: Info: File not optimized; use -g3 if both optimization and debug wanted. 
(suppressoptlvl)
cc -g -I/scratch/mokrejs/openafs/include -O2 -c ./mc.c
cc: Info: File not optimized; use -g3 if both optimization and debug wanted. 
(suppressoptlvl)
cc: Info: ./mc.c, line 64: In this statement, the return type for intrinsic "strlen" 
is being changed from "size_t" to "int". (intrinsicint)
                    ttok->key = (char *) malloc(strlen(tbuffer));
------------------------------------------------^
cc -g -I/scratch/mokrejs/openafs/include -O2 -o config config.o mc.o
cc -g -I/scratch/mokrejs/openafs/include -O2 -o mkvers ./mkvers.c
cc: Info: File not optimized; use -g3 if both optimization and debug wanted. 
(suppressoptlvl)
cc: Warning: ./mkvers.c, line 213: In this statement, "malloc(...)" of type "int", is 
being converted to "pointer to char". (cvtdiftypes)
        cml_string = malloc(strlen("char ") +
--------^
mkdir -p ../libuafs/afs
mkdir -p ../libuafs/rx
mkdir -p ../libuafs/afsint
mkdir -p ../libuafs/config
Make: Don't know how to make ./param.alpha_dux51_usr.h.  Stop.
*** Exit 1

-- 
Martin Mokrejs <[EMAIL PROTECTED]>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3616 , fax: +49-89-3187 3585

_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to