This one time, at band camp, [EMAIL PROTECTED] wrote: >On Tue, Jan 20, 2004 at 11:19:34AM +1100, Mary Gardiner wrote: >> [ .. ] >> fwrite 0x1a9c /usr/local/lib/libz.a(gzio.o) >> fwrite 0x1b98 /usr/local/lib/libz.a(gzio.o) >> fopen 0x488 /usr/local/lib/libz.a(gzio.o) >> rewind 0x20f4 /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? > >I think it has to do with mixing shared libs with a static lib (libz.a)
Could you build a static binary? (wild guess) >You could build libz yourself as shared. Mary, is there a configure option to specify the location of libz, if you do build it locally? -- [EMAIL PROTECTED] http://spacepants.org/jaq.gpg -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
