Trying to execute LibcxxOnOlderSytems (2nd ed.)
Rainer Müller
raimue at macports.org
Thu Feb 11 12:26:07 PST 2016
On 2016-02-11 01:55, [ftp83plus] wrote:
> should I type
> sudo port -v uninstall cctools +llvm34
> sudo port -v uninstall ld64-136 +llvm34
>
> then do
> sudo port -v uninstall llvm-3.4 clang-3.4
> ?
>
> The guide is not too clear on the exact syntax.
Specify the version and variants as listed in the output. You can also
look this up with 'port installed'. For example:
$ port installed cctools
The following ports are currently installed:
cctools @877.5_2+llvm34 (active)
...
$ sudo port uninstall cctools @877.5_2+llvm34
HTH,
Rainer
More information about the macports-users
mailing list