Please consider a donation to the Higher Intellect project. See https://preterhuman.net/donate.php or the Donate to Higher Intellect page for more info. |
Subversion on IRIX
Jump to navigation
Jump to search
Troubleshooting
Installation Errors
libtool: install: warning: relinking `libsvn_client-1.la' ld32: WARNING 85: definition of libiconv_open in /usr/local/lib/libsvn_wc-1.so preempts that definition in /usr/local/lib/libsvn_ra-1.so. ld32: WARNING 85: definition of libiconv in /usr/local/lib/libsvn_wc-1.so preempts that definition in /usr/local/lib/libsvn_ra-1.so. ld32: WARNING 85: definition of __deregister_frame_info in /usr/people/gohel/dow nloads/subversion-1.2.3/apr-util/.libs/libaprutil-0.so preempts that definition in /usr/people/gohel/downloads/subversion-1.2.3/apr-util/xml/expat/lib/.libs/lib expat.so. ld32: Giving up after printing 50 warnings. Use -wall to print all warnings. ld32: Segmentation fault. Removing output file... collect2: ld returned 1 exit status libtool: install: error: relink `libsvn_client-1.la' with the above command before installing it gmake: *** [install-lib] Error 1
Try doing a build using the following options:
CC=/usr/freeware/bin/gcc \ CXX=/usr/freeware/bin/g++ \ ac_cv_lib_gen_getmntent=no \ ac_cv_lib_sun=no \ ac_cv_lib_sun_getpwnam=no \ ac_cv_lib_sun_getmntent=no \ ac_cv_lib_sun_yp_match=no \ ac_cv_lib_socket=no \ ac_cv_lib_socket_main=no \ ./configure -C --disable-nls --without-berkeley-db --disable-mod-activation --without-be --without-axps --enable-all-static --disable-shared
I believe the key option in the above line is --disable-shared (perhaps in conjunction with --enable-all-static), because without that I get linker errors (ld32 seg fault) during install.