On 12/6/05, David Reiser <[EMAIL PROTECTED]> wrote: > Trying to run fink selfupdate this morning, I got: > > libtool -static -o ../libstuff.a allocate.o errors.o arch.o execute.o > bytesex.o round.o hppa.o swap_headers.o reloc.o version_number.o > get_toc_byte_sex.o best_arch.o fatals.o arch_usage.o ofile.o > ofile_error.o print.o set_arch_flag_name.o seg_addr_table.o > dylib_table.o breakout.o writeout.o checkout.o fatal_arch.o > ofile_get_word.o vm_flush_cache.o hash_string.o dylib_roots.o > guess_short_name.o SymLoc.o get_arch_from_host.o crc32.o > macosx_deployment_target.o symbol_list.o unix_standard_mode.o > libtool: unrecognized option `-static' > Try `libtool --help' for more information. > make[1]: *** [libstuff.a] Error 1 > make: *** [static] Error 2 > ### execution of /var/tmp/tmp.1.S9aHWP failed, exit code 2 > Removing build lock... > /sw/bin/dpkg-lockwait -r fink-buildlock-cctools-extra-590.18-2 > (Reading database ... 85586 files and directories currently installed.) > Removing fink-buildlock-cctools-extra-590.18-2 ... > Failed: phase compiling: cctools-extra-590.18-2 failed > > > I couldn't find anything about libtool or static on the faq page. Any > ideas? > -- > David Reiser > [EMAIL PROTECTED] > > >
These errors have been seen when GNU libtool (installed by Fink as 'glibtool') somehow shadows Apple's libtool---the two are not even remotely similar. Run "which libtool". If you get "/sw/bin/libtool" (assuming a default Fink installation) then this is clearly the problem. If you didn't do this yourself, then run "dpkg -S /sw/bin/libtool" to find out which package did this so that we can fix it. On the other hand, if you set this up, you really should have mentioned it in your message! -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
