"Error Trace / BPT trap: 5" with MacPorts and Brew

I need to use gnuplot and many other things, so I installed MacPorts and Brew in Mavericks. After installing the packages, if I try to build something, I get an error Trace/BPT trap: 5. Reinstalling XQuartz did not fix the problem. Do you know how I can fix this? I tried various methods offered on the Internet, but nothing worked. Thank!

+3
source share
1 answer

With Homebrew, the solution is simple brew uninstall gnuplot && brew install gnuplot --with-x.

0
source

All Articles