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

Is it wise to worry about warnings during 'make'?

From: Wadsworth, Eric (Contractor) <wadswore_at_fhu.disa.mil>
Date: 2003-11-18 21:02:56 CET

Just a quickie: On my Sun Solaris 8 box, I got some warnings in the "make"
step:

ld: warning: file ../../../subversion/libsvn_fs/.libs/libsvn_fs-1.so: linked
to
/export/home/install/svn/subversion-0.33.0/subversion/libsvn_fs/.libs/libsvn
_fs-1.so: attempted multiple inclusion of file
ld: warning: file ../../../subversion/libsvn_delta/.libs/libsvn_delta-1.so:
linked to
/export/home/install/svn/subversion-0.33.0/subversion/libsvn_delta/.libs/lib
svn_delta-1.so: attempted multiple inclusion of file
ld: warning: file ../../../subversion/libsvn_subr/.libs/libsvn_subr-1.so:
linked to
/export/home/install/svn/subversion-0.33.0/subversion/libsvn_subr/.libs/libs
vn_subr-1.so: attempted multiple inclusion of file

Are these worrisome, or not?

More info, if needed:

LD_LIBRARY_PATH=/usr/local/BerkleyDB.4.0/lib:/usr/local/lib

Build bdb 4.0.14
cd build_unix
../dist/configure CC=gcc
make
make install

Build apache:
./configure --enable-dav=shared --enable-so --with-dmb=db4
--with-berkeley-db=/usr/local/BerkeleyDB.4.0 --with-zlib=no
make
make install

Build svn:
./configure --with-apxs=/usr/local/apache2/bin/apxs --with-dbm=db4
--with-berkeley-db=/usr/local/BerkeleyDB.4.0 --with-zlib=no
make (warnings appear here)
make install

--- Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 18 21:03:59 2003

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.