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

Error building subversion

From: Mark Bainter <mark-svn_at_webtech.dresser.com>
Date: 2002-12-06 01:43:27 CET

I poked around for a bit in the archives and on google trying to
find an answer to this one but came up empty. I'm hoping someone
here can help me pin down what I did wrong.

I have a working subversion setup on one system. Running with
apache 2.0.43 and the cvs apr/apr-util revisions. I bootstrapped
that one with 0.15 and then updated to the current version
this morning, just to make sure it built in that environment.

On this other machine, I used the same exact build procedures
and library versions, and configure works fine, but the actual
make fails in both the 0.15 and 0.16 tarballs. When I run make
I get:

/bin/sh /home/mark/subversion-r3987/libtool --silent --mode=compile i586-pc-linux-gnu-gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DNEON_SSL -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I. -I/usr/include/neon -I/usr/include -I/usr/include/apache2 -I/usr/include/apache2 /include -o subversion/libsvn_auth/auth.lo -c subversion/libsvn_auth/auth.c
i586-pc-linux-gnu-gcc: cannot specify -o with -c or -S and multiple compilations
make: *** [subversion/libsvn_auth/auth.lo] Error 1

On my other machine (which works) I get similar output, only it works:

/bin/sh /home/mark/subversion-r3687/libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pthread -DNEON_ZLIB -DNEON_SSL -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I. -I/usr/include/neon -I/usr/include -I/usr/include/apache2 -I/usr/include/apache2 -o subversion/libsvn_auth/auth.lo -c subversion/libsvn_auth/auth.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
/bin/sh /home/mark/subversion-r3687/libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pthread -DNEON_ZLIB -DNEON_SSL -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I. -I/usr/include/neon -I/usr/include -I/usr/include/apache2 -I/usr/include/apache2 -o subversion/libsvn_subr/config.lo -c subversion/libsvn_subr/config.c

Obviously, there are some hardware differences between the two machines.
My working one is an athlon xp, the one that doesn't work is a k6-2.
Both are running the 0.23.5 version of neon. Both are running glibc 2.2.5
and glibc 3.2.

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 6 01:46:08 2002

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.