Hey, I'm trying to build the subversion source control project on a Solaris system and the build fails at the "make" stage.
Here's the last command make runs: make[2]: Entering directory `/tmp/subversion-0.36.0/neon/src' /bin/bash ../libtool --quiet --mode=link gcc -rpath /home/comp/hons/gardiner/usr/lib -version-info 24:4:0 -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_cookies.lo ne_redirect.lo ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_acl.lo ne_stubssl.lo -lnsl -lsocket -lz -L/opt/gnome-2.0/lib -R/opt/gnome-2.0/lib -lxml2 -lz -lm -lsocket -lnsl and here's the last 10 lines of output including the error: fputc 0x22a0 /usr/local/lib/libz.a(gzio.o) fputc 0x22cc /usr/local/lib/libz.a(gzio.o) fwrite 0x754 /usr/local/lib/libz.a(gzio.o) fwrite 0x18a8 /usr/local/lib/libz.a(gzio.o) fwrite 0x19c4 /usr/local/lib/libz.a(gzio.o) fwrite 0x1a9c /usr/local/lib/libz.a(gzio.o) fwrite 0x1b98 /usr/local/lib/libz.a(gzio.o) fwrite 0x1c58 /usr/local/lib/libz.a(gzio.o) fwrite 0x1e88 /usr/local/lib/libz.a(gzio.o) fopen 0x488 /usr/local/lib/libz.a(gzio.o) rewind 0x1fe0 /usr/local/lib/libz.a(gzio.o) rewind 0x20f4 /usr/local/lib/libz.a(gzio.o) vsprintf 0x194c /usr/local/lib/libz.a(gzio.o) calloc 0x30 /usr/local/lib/libz.a(zutil.o) ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status Is there anyway I can recover from this without being root or asking root to install things for me? -Mary -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
