On Sun, 24 Sep 2006, bh_hensem wrote:
>
> hi,
>
> I am using Digital Unix machine which are -
> > uname -a
> OSF1 alpha.my.com V4.0 1229 alpha
>
>
> As your information, Previously, I have tried to install the subversion in
> our machine but I failed on neon configuration, the error message as below
> :-
>
> checking for stdint.h... (cached) no
> checking for pipe... yes
> checking for isatty... yes
> checking for usleep... yes
> checking for shutdown... yes
> checking for time_t... yes
> checking size of time_t... 4
> checking how to print time_t... d
> checking whether byte ordering is bigendian... no
> checking whether strerror_r is declared... no
> checking for strerror_r... yes
> checking whether strerror_r returns char *... no
> checking for snprintf... no
> checking for trio_vsnprintf in -ltrio... no
> configure: no vsnprintf/snprintf detected in C library
> configure: error: Install the trio library from
> http://daniel.haxx.se/projects/trio/
> configure failed for neon
>
> Then, based on the error message, I tried to installed the trio library, but
> I got another error message, which are :-
>
> > make
> gcc -g -O2 -ieee -DDEBUG -c triostr.c -o triostr.o
> gcc -g -O2 -ieee -DDEBUG -c trio.c -o trio.o
> gcc -g -O2 -ieee -DDEBUG -c trionan.c -o trionan.o
> trionan.c:89: #error "Must be compiled with option -mieee"
> make: *** [trionan.o] Error 1
>
>
> Could somebody hlep me how to solved it ?
"-mieee" is a compiler option for gcc. Try adding it your compiler
flags when building Subversion:
$ make EXTRA_CFLAGS='-mieee'
- application/pgp-signature attachment: stored
Received on Mon Sep 25 20:13:30 2006