On 4/2/14, 11:53 AM, jonathanLitz wrote: > Howdy all, > > I am trying to use fink to install wxgtk2.8 and am having troubles. I get > this output leading into the issue, any help getting this to work would be > much appreciated!: > > clang: warning: argument unused during compilation: '-MMD' > g++ -dynamiclib -single_module -Wl,-x -dead_strip > -headerpad_max_install_names -o > /sw/src/fink.build/wxgtk2.8-2.8.12-8/wxGTK-2.8.12/build/lib/libwx_baseu-2.8.0.8.0.dylib > basedll_appbase.o basedll_arcall.o basedll_arcfind.o basedll_archive.o > basedll_clntdata.o basedll_cmdline.o basedll_config.o basedll_convauto.o > basedll_datetime.o basedll_datstrm.o basedll_dircmn.o basedll_dynarray.o > basedll_dynlib.o basedll_dynload.o basedll_encconv.o basedll_extended.o > basedll_ffile.o basedll_file.o basedll_fileback.o basedll_fileconf.o > basedll_filefn.o basedll_filename.o basedll_filesys.o basedll_filtall.o > basedll_filtfind.o basedll_fmapbase.o basedll_fs_arc.o basedll_fs_filter.o > basedll_hash.o basedll_hashmap.o basedll_init.o basedll_intl.o > basedll_ipcbase.o basedll_list.o basedll_log.o basedll_longlong.o > basedll_memory.o basedll_mimecmn.o basedll_module.o basedll_mstream.o > basedll_object.o basedll_platinfo.o basedll_powercmn.o basedll_process.o > basedll_regex.o basedll_stdpbase.o basedll_sstream.o basedll_stopwatch.o > basedll_strconv.o basedll_stream.o basedll_string.o basedll_sysopt.o > basedll_tarstrm.o basedll_textbuf.o basedll_textfile.o basedll_tokenzr.o > basedll_txtstrm.o basedll_uri.o basedll_variant.o basedll_wfstream.o > basedll_wxchar.o basedll_xti.o basedll_xtistrm.o basedll_zipstrm.o > basedll_zstream.o basedll_baseunix.o basedll_unix_dir.o basedll_dlunix.o > basedll_unix_mimetype.o basedll_unix_snglinst.o basedll_unix_stackwalk.o > basedll_unix_stdpaths.o basedll_threadpsx.o basedll_cfstring.o > basedll_stdpaths_cf.o basedll_utilsexc_base.o basedll_event.o > basedll_fs_mem.o basedll_msgout.o basedll_utilscmn.o basedll_utilsunx.o > -L/sw/src/fink.build/wxgtk2.8-2.8.12-8/wxGTK-2.8.12/build/lib -install_name > /sw/lib/libwx_baseu-2.8.0.dylib -compatibility_version 9.0 > -current_version 9.0 -L/sw/lib -L/usr/X11R6/lib -L/sw/lib -framework IOKit > -framework CoreServices -framework System -framework ApplicationServices > -lgdk-x11-2.0 -lgobject-2.0 -lX11 -lwxregexu-2.8 -L/sw/lib > -L/usr/X11R6/lib -L/sw/lib -framework IOKit -framework CoreServices > -framework System -framework ApplicationServices -lgdk-x11-2.0 -lgobject-2.0 > -lX11 -lz -lpthread -liconv -lz -lpthread -liconv > ld: internal error: atom not found in > symbolIndex(__ZN10wxFileNameC2ERK8wxString12wxPathFormat) for architecture > x86_64 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > make: *** > [/sw/src/fink.build/wxgtk2.8-2.8.12-8/wxGTK-2.8.12/build/lib/libwx_baseu-2.8.0.8.0.dylib] >
This looks like a different sort of error introduced by the Xcode 5.1 compilers than we've been seeing previously. It built with the Xcode 5.0 tools, at any rate. I'd recommend enabling the binary distribution to speed things along: 1) Edit /sw/etc/apt/sources.list as an administrator and add deb http://bindist.finkproject.org/10.9 stable main to it. 2) Run "sudo apt-get update" 3) Use "sudo apt-get install wxgtk2.8" (or whatever package you ultimately want. You can use 'apt-cache policy' to see whether a binary exists or not) You may also want to edit your /sw/etc/fink.conf as an administrator and change "UseBinaryDist: false" to "UseBinaryDist: true". If you do that then "fink install" will also install prebuilt binaries, provided that the binary distribution contains the newest version that fink knows about. This will be the case for wxgtk2.8 . -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
