[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cannot installed the Subversion 1.3.2 ?

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-09-25 20:11:16 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.