#31304: Unable to build math/atlas ---------------------------------------+------------------------------------ Reporter: nolan+macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: atlas ---------------------------------------+------------------------------------ Comment(by yanflao@…): I just came across the same issue as you. After uninstalling libtool of the /opt/local/bin one, the Atlas installation is just succeeded. Good luck! Replying to [comment:2 nolan+macports@…]:
Noticed that libtool and glibtool were from /usr/bin, but updating my $PATH wasn't a magic bullet. Post $PATH update, the output of the commands you listed are:
{{{
% libtool -V libtool: unrecognized option `-V' libtool: Try `libtool --help' for more information. glibtool --version which libtool
% glibtool --version libtool (GNU libtool) 2.4 Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% which libtool /opt/local/bin/libtool
% which glibtool /opt/local/bin/glibtool }}}
The libtools in /usr/bin are:
{{{ /usr/bin/libtool -V Apple Computer, Inc. version cctools-795
/usr/bin/glibtool --version ltmain.sh (GNU libtool) 2.2.4 }}}
-- Ticket URL: <https://trac.macports.org/ticket/31304#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS