> On Feb 1, 2015, at 1:44 AM, Verne Arase <var...@lumc.edu> wrote: > > Greetings! > > I seem to be getting an error building mpgtx-1.3.1-1010. > > Shortly after attempting to compile commandline.cxx (9 warnings generated) I > get: > > ld: warning: option -s is obsolete and being ignored > ld: internal error: atom not found in > symbolIndex(__ZN16mpegOutWithVideo9CorrectTSEl) for architecture x86_64 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > make: *** [mpgtx] Error 1 > ### execution of make failed, exit code 2 > ### execution of /tmp/fink.PNEyg failed, exit code 2 > > This is in MacOS X 10.10.2 on a MacBook Pro 17” Late 2011/16GB/2TB with a > bunch of OEM software installed on a new install of fink 0.38.3 using ld > ld64-241.9 and Xcode 6.1.1 (6A2008a). > > BTW, thanks for the all work put into mpg123 - it’s a great mpg joiner! > > Apologies in advance for any protocol or format errors - this is the first > error I’ve bothered reporting. > > — Thanks, Verne > > > Confidentiality Notice: > This e-mail, including any attachments is the property of Trinity Health and > is intended for the sole use of the intended recipient(s). It may contain > information that is privileged and confidential. Any unauthorized review, > use, disclosure, or distribution is prohibited. If you are not the intended > recipient, please delete this message, and reply to the sender regarding the > error in a separate email.
Rather than describing “shortly after attempting to compile commandline.cxx”, it’s generally better to paste the output starting at that point. That often helps us determine whether third-party stuff is interfering, or if there’s something misconfigured. In this case, I don’t know if it’s helpful though--I’m also on 10.10.2 with Xcode 6.1.1 command-line tools and I see the same thing: g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 -ansi -o mpgtx commandline.cxx mpegOut.o mpeg.o chunkTab.o id3command.o -s commandline.cxx:170:1: warning: typedef requires a name [-Wmissing-declarations] typedef enum argtype {file,option,range,none}; ^~~~~~~ commandline.cxx:171:1: warning: typedef requires a name [-Wmissing-declarations] typedef enum programname {mpgsplit,mpgcat,mpgjoin,mpginfo,mpgdemux,other,mp3tag}; ^~~~~~~ commandline.cxx:410:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] Tab.ParseRange("]0-]"); ^ commandline.cxx:468:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ...if(!myoutfile) myoutfile="output.mpg"; ^ commandline.cxx:558:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] Tab.ParseRange("]0-]"); ^ commandline.cxx:582:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] Tab.ParseRange("]0-]"); ^ commandline.cxx:596:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] Tab.ParseRange("]0-]"); ^ commandline.cxx:654:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] mybasename="chunk"; ^ commandline.cxx:764:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] mybasename="chunk"; ^ 9 warnings generated. <and then as above> Alexander Hansen, Ph.D. Fink User Liaison ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users