You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Wadsworth, Eric (Contractor)" <wa...@fhu.disa.mil> on 2003/11/18 20:02:56 UTC

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

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