Please, look which header is the ftime function declared in.

Something like 'man ftime' should help.
Pavel

Caran julien wrote:

> Here is the output of the configure....
> 
> loading cache ./config.cache
> checking for a BSD compatible install... (cached) /opt/gnu/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking host system type... alpha-dec-osf4.0f
> checking build system type... alpha-dec-osf4.0f
> checking for ranlib... (cached) ranlib
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc  -L/usr/local/lib) works... yes
> checking whether the C compiler (gcc  -L/usr/local/lib) is a
> cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for ld used by GCC... (cached) /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... (cached) no
> checking for BSD-compatible nm... (cached) /opt/gnu/bin/nm -B
> checking whether ln -s works... (cached) yes
> checking for object suffix... o
> checking for executable suffix... no
> checking for gcc option to produce PIC... none
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.lo... yes
> checking if gcc supports -fno-rtti -fno-exceptions ... yes
> checking if gcc static flag -static works... -static
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking whether the linker (/usr/bin/ld) supports shared libraries... yes
> checking command to parse /opt/gnu/bin/nm -B output... ok
> checking how to hardcode library paths into programs... immediate
> checking for /usr/bin/ld option to reload object files... -r
> checking dynamic linker characteristics... osf4.0f ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for objdir... .libs
> creating libtool
> loading cache ./config.cache
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc -g -O2 -L/usr/local/lib) works... yes
> checking whether the C compiler (gcc -g -O2 -L/usr/local/lib) is a
> cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking how to run the C preprocessor... (cached) gcc -E
> checking for c++... (cached) c++
> checking whether the C++ compiler (c++  -L/usr/local/lib) works... yes
> checking whether the C++ compiler (c++  -L/usr/local/lib) is a
> cross-compiler... no
> checking whether we are using GNU C++... (cached) yes
> checking whether c++ accepts -g... (cached) yes
> checking how to run the C++ preprocessor... (cached) c++ -E
> checking where to find xml parser... expat (new)
> checking for expat.h... (cached) yes
> checking for timeb.h... (cached) no
> checking for sys/timeb.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for ieeefp.h... (cached) no
> checking for iconv.h... (cached) yes
> checking where to find iconv_open... libiconv
> checking for ftime... (cached) yes
> checking for mtrace... (cached) no
> checking for isnan... (cached) yes
> checking for isinf... (cached) no
> checking for finite... (cached) yes
> checking for macro isinf... no
> checking for wchar.h... (cached) yes
> creating ./config.status
> creating Makefile
> creating Sablot/Makefile
> creating Sablot/engine/Makefile
> creating Sablot/command/Makefile
> creating autocfg/autocfg.h
> autocfg/autocfg.h is unchanged
> 
> ----- Original Message -----
> From: "Caran julien" <[EMAIL PROTECTED]>
> To: "Sablotron Mailing List" <[EMAIL PROTECTED]>
> Sent: Monday, February 05, 2001 5:39 PM
> Subject: [Sab] Building break on Digital
> 
> 
> 
>> Salut,
>> 
>> I try to compile Sablot-0.50 on DgUx but it breaks along the way, here is
>> the output :
>> 
>> $ ./configure
>> $ gmake
>> Making all in Sablot
>> gmake[1]: Entering directory `/u/webadm/local/build/Sablot-0.50/Sablot'
>> Making all in engine
>> gmake[2]: Entering directory
>> `/u/webadm/local/build/Sablot-0.50/Sablot/engine'
>> /bin/sh ../../libtool --mode=compile
>> c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg     -g -O2 -c parser.cpp
>> rm -f .libs/parser.lo
>> c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c parser.cpp  -DPIC -o
>> .libs/parser.lo
>> mv -f .libs/parser.lo parser.o
>> (cd . && ln -s parser.o parser.lo)
>> /bin/sh ../../libtool --mode=compile
>> c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg     -g -O2 -c platform.cpp
>> rm -f .libs/platform.lo
>> c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c
> 
> platform.cpp  -DPIC -o
> 
>> .libs/platform.lo
>> platform.cpp: In function `double getMillisecs()':
>> platform.cpp:95: implicit declaration of function `int ftime(...)'
>> gmake[2]: *** [platform.lo] Error 1
>> gmake[2]: Leaving directory
>> `/u/webadm/local/build/Sablot-0.50/Sablot/engine'
>> gmake[1]: *** [all-recursive] Error 1
>> gmake[1]: Leaving directory `/u/webadm/local/build/Sablot-0.50/Sablot'
>> gmake: *** [all-recursive] Error 1
>> 
>> I use the following gcc version :
>> 
>> webadm:local/build/Sablot-0.50 $ gcc -v
>> Reading specs from /opt/gnu/lib/gcc-lib/alpha-dec-osf4.0f/2.95.2/specs
>> gcc version 2.95.2 19991024 (release)
>> 
>> If anyone can help me , I will appreciate....
>> 
>> Thx.
>> 
>> 
>> 


-- 
Pavel Hlavnicka
Ginger Alliance Ltd.
Prague; Czech Republic

Reply via email to